source: main/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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 …
(edit) @21374   14 years ak19 ENABLE_MG switches added in to make this file the same as GS2's config.h.in
(edit) @21373   14 years ak19 ENABLE_JNI switch added in
(edit) @21372   14 years ak19 ENABLE_JNI switch added in
(edit) @21371   14 years ak19 ENABLE_JNI switch added in
(edit) @21370   14 years ak19 With the changes to the configure and makefiles for the new ENABLE_JNI …
(edit) @21369   14 years ak19 Correction to the assigned value of MICO_DIR, it needs to be withval …
(edit) @21368   14 years kjdon added missing language qualifier to _labeltext_
(edit) @21367   14 years kjdon escape [] in metadata, otherwise it will screw up greenstone. instead …
(edit) @21366   14 years ak19 New configuration and compilation flag ENABLE_JNI added which will be …
(edit) @21365   14 years ak19 New configuration and compilation flag ENABLE_JNI added which will be …
(edit) @21364   14 years ak19 New configuration and compilation flag ENABLE_JNI added which will be …
(edit) @21363   14 years kjdon added some info about the oaisetname and oaisetdescription metadata …
(edit) @21362   14 years oranfry got rid of all setup.sh files and had the main scripts do the same job
(edit) @21361   14 years kjdon missing iconv lib for accentfolding
(edit) @21356   14 years oranfry completing svn:ignore list
(edit) @21353   14 years oranfry completed svn:ignore list
(edit) @21352   14 years oranfry completed svn:ignore list
(edit) @21351   14 years ak19 Xiaofeng found out that FailOnError attribute is incompatible with …
(edit) @21348   14 years xiao GS2build's win32.mak (and Makefile and configure) aren't used by …
(edit) @21347   14 years xiao First minor fix - file separator.
(edit) @21346   14 years ak19 Added enable-indexer processing.
(edit) @21345   14 years ak19 Added enable-indexer processing.
(edit) @21344   14 years kjdon inheriting plugins can now set store_file_paths, and ImageConverter
(edit) @21341   14 years kjdon can add internal => 'true' to plugin/classifier option, and it won't …
(edit) @21338   14 years ak19 Minor change to get USE_SQLITE=0 compiling and cleaning properly on …
(edit) @21337   14 years ak19 Make tends to output every statement to the console, regardless of …
(edit) @21336   14 years ak19 Missing include when compiling MGPP on its own (when ENABLE_MG is off)
(edit) @21332   14 years ak19 Some Windows-specific bugfixes to the recent changes for enabling or …
Note: See TracRevisionLog for help on using the revision log.