source: gsdl/trunk/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15851   16 years mdewsnip (Adding new DB support) A couple more SQLite path fixes.
(edit) @15849   16 years mdewsnip (Adding new DB support) Adding a "sqlite_safe()" function for escaping …
(edit) @15836   16 years mdewsnip (Adding dynamic classifiers) Not sure if this is necessarily the best …
(edit) @15826   16 years mdewsnip (Adding new DB support) Fixed SQLite include path.
(edit) @15811   16 years mdewsnip (Adding new DB support) Now calls to_uni() on the values from the …
(edit) @15803   16 years mdewsnip (Adding dynamic classifiers) Added new …
(edit) @15800   16 years mdewsnip (Adding dynamic classifiers) Added check for empty …
(edit) @15798   16 years mdewsnip Added minor comment.
(edit) @15796   16 years mdewsnip (Adding dynamic classifiers) Changed getmetadatavalues() to …
(edit) @15789   16 years mdewsnip Removed STLPATH variable from Makefiles, since this is only used once.
(edit) @15785   16 years mdewsnip (Adding new DB support) First cut at adding sqlite stuff to the …
(edit) @15783   16 years mdewsnip (Adding new DB support) A couple of fixes for compiling on Windows.
(edit) @15777   16 years mdewsnip (Adding new DB support) Updated sqlite include path.
(edit) @15758   16 years mdewsnip Minor fix.
(edit) @15753   16 years mdewsnip (Adding dynamic classifiers) Created sqldbclass, which inherits from …
(edit) @15752   16 years mdewsnip (Adding dynamic classifiers) Added getmetadatavalues() function, which …
(edit) @15679   16 years mdewsnip (Adding new DB support) Adding a new "getfileextension()" function …
(edit) @15655   16 years mdewsnip (Adding new DB support) Created default implementations of getinfo() …
(edit) @15652   16 years mdewsnip (Adding new DB support) Moved the exists() function into dbclass …
(edit) @15651   16 years mdewsnip (Adding new DB support) Tidied up getinfo().
(edit) @15650   16 years mdewsnip (Adding new DB support) Adding some more comments, and making the …
(edit) @15649   16 years mdewsnip (Adding new DB support) Changing second setinfo() to setkeydata(), to …
(edit) @15648   16 years mdewsnip (Adding new DB support) Changing second setinfo() to setkeydata(), to …
(edit) @15647   16 years mdewsnip (Adding new DB support) Added second setinfo() function, so …
(edit) @15646   16 years mdewsnip Removed a big block of duplicate code.
(edit) @15645   16 years mdewsnip (Adding new DB support) Rearranging functions and making getkeydata() …
(edit) @15644   16 years mdewsnip Rearranging functions and tidying up.
(edit) @15643   16 years mdewsnip (Adding new DB support) Added new getkeydata() function so a …
(edit) @15642   16 years mdewsnip Function rearrange.
(edit) @15640   16 years mdewsnip (Adding new DB support) Renamed sqliteclass to sqlitedbclass, to be a …
(edit) @15637   16 years mdewsnip (Adding new DB support) Added a sqltableexists() function to prevent …
(edit) @15636   16 years mdewsnip (Adding new DB support) Changing the setinfo() function to use either …
(edit) @15635   16 years mdewsnip (Adding new DB support) Tidied up checking for sqlitefile == NULL so …
(edit) @15634   16 years mdewsnip (Adding new DB support) Adding quick implementation of exists().
(edit) @15633   16 years mdewsnip (Adding new DB support) Minor improvements to opendatabase() and an …
(edit) @15632   16 years mdewsnip (Adding new DB support) Minor improvements to getinfo().
(edit) @15631   16 years mdewsnip (Adding new DB support) Adding an implementation of getkeys() for the …
(edit) @15630   16 years mdewsnip (Adding new DB support) Replaced the "getfirstkey()" and …
(edit) @15623   16 years mdewsnip (Adding new DB support) Implemented a first cut at the getinfo() function.
(edit) @15603   16 years mdewsnip (Adding new DB support) Quick implementation of setinfo().
(edit) @15602   16 years mdewsnip (Adding new DB support) Partly implemented the sqliteclass::getinfo() …
(edit) @15601   16 years mdewsnip (Adding new DB support) Started adding sqliteclass internals, …
(edit) @15599   16 years mdewsnip (Adding new DB support) Added a stub sqliteclass that will be filled …
(edit) @15598   16 years mdewsnip (Adding new DB support) Moved some non-GDBM-specific code out of …
(edit) @15585   16 years mdewsnip (Adding new DB support) Added a bunch more functions into the dbclass …
(edit) @15580   16 years mdewsnip Hopefully the last of the makefile tidy ups.
(edit) @15579   16 years mdewsnip More tidy ups to all the Makefiles, this time to tidy up the targets …
(edit) @15557   16 years mdewsnip (Adding new DB support) Set up dbclass as an abstract class that …
(edit) @15552   16 years davidb Introduction of COMPAT32BITFLAGS to confirugre and Makefile.in files …
(edit) @15546   16 years mdewsnip Added a new "PACKAGE_DIRS" path value in the Makefiles to make paths a …
(edit) @15537   16 years mdewsnip Minor fix.
(edit) @15527   16 years mdewsnip Updated copyright date.
(edit) @15526   16 years mdewsnip Various consistency improvements.
(edit) @15514   16 years mdewsnip Updated Windows makefile to match all the changes I've made recently.
(edit) @15508   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15473   16 years mdewsnip Minor whitespace improvement.
(edit) @15465   16 years mdewsnip Updated copyright date.
(edit) @15464   16 years mdewsnip Big tidy up of Makefile.
(edit) @15462   16 years mdewsnip Moved all the CORBA stuff into the src/corba directory, to prevent it …
(edit) @15461   16 years mdewsnip Oops, accidently added a bit of CORBA stuff into this file.
(edit) @15442   16 years mdewsnip Added empty destructor.
(edit) @15436   16 years mdewsnip (Adding new DB support) Created stub dbclass that gdbmclass (and …
(edit) @15429   16 years mdewsnip (Adding new db support) Moved gdbmclass out of infodbclass into its …
(edit) @15420   16 years mdewsnip (Untangling colservr/recpt) Moved infodbclass.cpp/h from src/recpt …
(edit) @15418   16 years mdewsnip (Untangling colservr/recpt) Split recpt/OIDtools into two: …
(edit) @15407   16 years mdewsnip Updated Windows makefile to add new gsdlsitecfg.cpp/h files.
(edit) @15402   16 years mdewsnip (Untangling colservr/recpt) Split recpt/recptconfig into two: …
(edit) @15173   16 years kjdon replaced x.xx with svn-trunk cos at least this has some meaning
(edit) @15077   16 years mdewsnip Oh dear... there were two pretty big problems with the replace() …
(edit) @14917   16 years davidb Generic version number x.xx changed by mistake to svn-video. Now …
(edit) @14909   16 years davidb Standardisation of Windows config file to lowercase (included from …
(edit) @14342   17 years mdewsnip Added text_t replace() function, by John Rowe at DL Consulting Ltd.
(edit) @14177   17 years mdewsnip Now ignores .svn directories as well as CVS directories.
(copy) @14119   17 years oranfry repository restructuring
copied from trunk/gsdl/lib
(edit) @13981   17 years cvs_anon Added UseBook variable for Realistic Book
Note: See TracRevisionLog for help on using the revision log.