0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ fix include to please gcc 4.3 More... almost 16 years ago
+ use cstring instead of string More... over 16 years ago
* bumped version * fixed datarootdir after autoconf upgrade More... over 16 years ago
fix Makefile.ams so that generated files are not cleaned upon "distclean" but rather on "maintainerclean" More... over 16 years ago
xsl:param should be the first directive in a template, fix bug wrt latest xsltproc More... over 16 years ago
* cleaned up makefiles * bumped version More... almost 17 years ago
* applied patch from Martin Michlmayr More... about 17 years ago
* more robust Makefiles * added API for saving xml with specified encoding More... over 17 years ago
* gdome flags inherited from require field, no need to paste them in More... over 17 years ago
* don't qualify contructor names More... about 18 years ago
* version bumped to 0.2.4 More... about 18 years ago
* added implementation of gdome_object method in DOMImplementation class * passing true to Node when explicit constructor is invoked More... about 18 years ago
* patch from Stefano Zacchiroli More... almost 19 years ago
enable static linking of C/OCaml glue code (no more symlink in stublibs/) More... almost 19 years ago
bumped version to 0.2.3 More... almost 19 years ago
* added virtual destructor so that gcc 4 does not complain More... almost 19 years ago
* added test.opt sources More... over 19 years ago
* fixed memory leak in operator+ of GdomeString (now uses the constructor that does not increment the reference counter) * removed spurious targets in test makefile More... over 19 years ago
* fixed parameter passing, hard to believed it worked fine until now More... over 19 years ago
* mysterious patch in the makefile More... over 19 years ago
* removed patch .lo -> .lo.o * bumped version More... over 20 years ago
* this are CVS modifications to speed-up the Ocaml binding. The basic idea is that Gdome strings are kept as real objects instead of converting them to ocaml strings. More... over 20 years ago
* something has changed in the autotools, now .lo files have only text, so we're back linking the .o files directly in ocamlmklib. Hope this change doesn't break things on other architectures More... over 20 years ago
* added protected constructor with extra bool arg More... over 20 years ago
* implemented speedup for C++ binding: we reduce the number of ref/unref operations by having special protected constructors that initialize the gdome_obj fiels without reffing the object More... over 20 years ago
* This is the update for the version 0.8.0 of gdome2. The API has been extended slightly and some bugs have been fixed More... over 20 years ago
bugfix: doesn't try to install some .o if ocamlopt is not available More... almost 21 years ago
* with the conditional check for OCAMLOPT automake complains about test_OBJECTS being defined, which is not. automake and ocaml SUCK! More... almost 21 years ago
fixed typo: conditional should ends with "endif", not "fi" More... almost 21 years ago
* restored check for ocamlopt presence More... almost 21 years ago