source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21475   14 years mdewsnip Added svn:ignore for .deps directories.
(edit) @21474   14 years mdewsnip Changed the SQLite configure stuff so USE_SQLITE is only defined if it …
(edit) @21473   14 years mdewsnip First attempt at an autoconf configure script for runtime-src.
(edit) @21472   14 years mdewsnip Created USE_GDBM and USE_JDBM defines that work similar to USE_SQLITE …
(edit) @21471   14 years ak19 Cleans the indexers\mgpp text and lib subfolders once more.
(edit) @21470   14 years mdewsnip First attempt at file-level svn:externals for the …
(edit) @21469   14 years mdewsnip Added runtime-src/src/colservr directory.
(edit) @21468   14 years mdewsnip First attempt at an autoconf configure script for top-level.
(edit) @21467   14 years mdewsnip Consistency change with top-level configure script.
(edit) @21466   14 years mdewsnip Updated configure script automatically generated from configure.ac.
(edit) @21465   14 years mdewsnip First attempt at an autoconf configure script for common-src.
(edit) @21464   14 years mdewsnip Added svn:ignore for .deps directory.
(edit) @21463   14 years mdewsnip Added gsdlconf.h and sqldbclass.h to the file-level externals for …
(edit) @21462   14 years mdewsnip First attempt at an automake Makefile for common-src/src/lib.
(edit) @21461   14 years ak19 Error messages are sent to stderr, since there are linking errors in …
(edit) @21460   14 years mdewsnip Set up common-src/src/lib directory, and the file-level externals.
(edit) @21459   14 years mdewsnip Set up file-level svn:externals for the runtime-src/src/protocol directory.
(edit) @21458   14 years mdewsnip Added runtime-src/src/protcol directory.
(edit) @21457   14 years mdewsnip The start of a new "gs2-core" module, which will contain links to the …
(edit) @21456   14 years ak19 JDBM now enabled by default as is the case for linux.
(edit) @21455   14 years ak19 Major bug fix after Dr Bainbridge debugged the server code which was …
(edit) @21454   14 years ak19 Dr Bainbridge added the useful new method check_system_heap() for …
(edit) @21453   14 years ak19 Dr Bainbridge improved some code by adding the helper method …
(edit) @21452   14 years davidb HOSTTARGETFLAGS shouldn't be part of Make command
(edit) @21451   14 years ak19 Minor corrections to get the previous commit working
(edit) @21450   14 years ak19 Dr Bainbridge removed a superfluous line.
(edit) @21449   14 years mdewsnip Added a few new svn:ignores.
(edit) @21448   14 years ak19 Now compilation of jdbmnaiveclass only happens when ENABLE_JDBM is set.
(edit) @21447   14 years ak19 Now compilation of jdbmnaiveclass only happens when ENABLE_JDBM is set.
(edit) @21446   14 years ak19 Configure files updated to correctly set all the variables that can be …
(edit) @21445   14 years davidb autoconf generated file
(edit) @21444   14 years davidb If statement should use 'test' not '[…]' in autoconfigure file
(edit) @21443   14 years davidb More careful check for when force configure is needed
(edit) @21442   14 years ak19 In the configure.in files, MICO_DIR is now set to withval not …
(edit) @21441   14 years ak19 Some minor corrections to the Makefile which had prevented successful …
(edit) @21440   14 years ak19 MICO_DIR should be set to withval not enableval, this was already …
(edit) @21439   14 years davidb Support for 'infodbtype' added
(edit) @21438   14 years ak19 Dr Bainbridge's fixes for compilation errors after the jdbm related changes
(edit) @21437   14 years davidb Removal of import statement.
(edit) @21436   14 years ak19 Better way of setting the ENABLE_indexer and USE_SQLITE and ENABLE_JNI …
(edit) @21435   14 years ak19 Better way of setting the ENABLE_indexer and USE_SQLITE and ENABLE_JNI …
(edit) @21434   14 years davidb Extra logic to COMPAT32BIT flag added for when mg and mgpp not enabled
(edit) @21433   14 years davidb Extra logic to COMPAT32BIT flag added for when mg and mgpp not enabled
(edit) @21432   14 years davidb Update to use of -m32, which is activated when compiling on a 64-bit …
(edit) @21431   14 years davidb Initial implementation for JDBM Database backend. Tested on the …
(edit) @21430   14 years davidb Includsion of jdbm-1.0.jar for JDBM support
(edit) @21429   14 years davidb Makefile now creates lib/java folder if missing
(edit) @21428   14 years davidb Needed extra -C ../../.. for jar to work
(edit) @21427   14 years davidb Missing src/ in from of jdbmedit
(edit) @21426   14 years davidb Using ENABLE_JDBM to control is jdbm Java code is used
(edit) @21425   14 years davidb Fixed typo in variable declaration
(edit) @21424   14 years davidb When testing on a 64-bit architecture, compile failed with error: cast …
(edit) @21423   14 years davidb Need to tidy up installed files for iconv on a 'distclean' as running …
(edit) @21422   14 years davidb missed a directory name in jar line. Now corrected.
(edit) @21421   14 years davidb Previous winMake.bat always compiled up Java code, even if nothing had …
(edit) @21420   14 years davidb Previous makefile always compiled up Java code, even if nothing had …
(edit) @21419   14 years davidb Fix for using --enable-jdbm
(edit) @21418   14 years davidb Correction to how --enable-jdbm flag is implemented
(edit) @21417   14 years davidb Correction to how --enable-jdbm flag is implemented
(edit) @21416   14 years davidb No longer need jdbm-1.0.jar locally in this folder
(edit) @21415   14 years davidb Support for JDBM database backend added
(edit) @21414   14 years davidb Separation of different database back-ends into individual files
(edit) @21413   14 years davidb pathname_cat() performs comparable task to filename_cat(), only used …
(edit) @21412   14 years davidb Separation of different database back-ends into individual files
(edit) @21411   14 years davidb Separation of different database back-ends into individual files
(edit) @21410   14 years davidb Changed to using 'jdbm.jar' to cope better with upgrades to newer …
(edit) @21409   14 years davidb Introduction of --enable-jdbm flag
(edit) @21408   14 years davidb jar file now installed as 'jdbm.jar' so runtime code can more easily …
(edit) @21407   14 years davidb Renaming of .tar.gz to reflect that there are a few minor edits to the …
(edit) @21406   14 years davidb Inclusion of JDBM for Greenstone. See Readme.txt file for tweaks made …
(edit) @21405   14 years davidb Introduction of jdbm DB class that is comparable with gdbm
(edit) @21404   14 years davidb Introduction of pathname_cat which concatenates values for path …
(edit) @21403   14 years davidb Code was working for Ascii characters, but not for Unicode values > …
(edit) @21402   14 years davidb Refactoring of class to use API
(edit) @21401   14 years davidb Removal of debugging statements
(edit) @21400   14 years davidb Development of JdbmAPI that supports -- as a persistent session -- …
(edit) @21399   14 years davidb There files are now JdbGet.java and JdbSet.java
(edit) @21398   14 years davidb Jar file renamed to JDBMWrapper.jar to be more consistent with other …
(edit) @21397   14 years davidb Jar file renamed to JDBMWrapper.jar to be more consistent with other …
(edit) @21396   14 years davidb Expanded comment about use of .txt.gz
(edit) @21395   14 years davidb Initial implementation based on JDBM rather than GDBM to allow (one …
(edit) @21394   14 years oranfry moving specific stuff out of general area
(edit) @21393   14 years oranfry added missing targets
(edit) @21392   14 years oranfry removing unneeded stuff
(edit) @21391   14 years oranfry deleting unneeded stuff
(edit) @21390   14 years oranfry deleted empty properties
(edit) @21389   14 years oranfry no more cross links, yey
(edit) @21388   14 years oranfry combining release kits into one
(edit) @21387   14 years oranfry rearranging
(edit) @21386   14 years oranfry rearranging into one release kit
(edit) @21385   14 years oranfry rearranging release kits into one
(edit) @21384   14 years oranfry all the *rk2s being replaced by rk2
(edit) @21383   14 years oranfry release kit to compile these
(edit) @21382   14 years oranfry release kits to use system ant
(edit) @21381   14 years ak19 Also for make install on Windows: explicitly turn off USE_SQLITE for …
(edit) @21380   14 years ak19 Explicitly turn off USE_SQLITE for gs3.
(edit) @21379   14 years ak19 The win32.mak of gs2build and greenstone2 are the same, so that they …
(edit) @21378   14 years ak19 The win32.mak of gs2build and greenstone2 are the same, so that they …
(edit) @21377   14 years ak19 Now the configure, configure.in, Makefile.in and config.h.in of …
(edit) @21376   14 years ak19 Now the configure, configure.in, Makefile.in and config.h.in of …
Note: See TracRevisionLog for help on using the revision log.