source: gs2-extensions/tdb

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30372   8 years jmt12 Merged into main GS2 perllib replacing older dbutil.pm
(edit) @30371   8 years jmt12 Moved into main GS2 perllib
(edit) @30369   8 years jmt12 Rewrite of argument parsing code to be a little more forgiving in …
(edit) @30368   8 years jmt12 And finally, it turns out I don't need this file after all…
(edit) @30367   8 years jmt12 How did I possibly think I already had the minimum files when I was …
(edit) @30366   8 years jmt12 Getting tired of this…
(edit) @30365   8 years jmt12 Yet another file needed to configure
(edit) @30364   8 years jmt12 Another file needed to configure
(edit) @30363   8 years jmt12 Found two more files needed to have configure run in a fresh checkout
(edit) @30362   8 years jmt12 No, it turns out I needed this and it was a problem with my paths
(edit) @30361   8 years jmt12 Accidently checked this in - prevents proper Cascade-Make build
(edit) @30349   8 years jmt12 Minor fixes to get this running in new OO system, no refactoring applied
(edit) @30348   8 years jmt12 Turns out some non-70-hyphen drivers need the functions to convert to …
(edit) @30347   8 years jmt12 Continuing to refactor driver code to move shared code up to parent …
(edit) @30344   8 years jmt12 Refined and completed driver - although I wonder if set_entry would be …
(edit) @30343   8 years jmt12 Minor changes to support drivers that don't support set_entry …
(edit) @30342   8 years jmt12 GDBM now lets callers know it supports set_entry functionality
(edit) @30341   8 years jmt12 Ability to notice delete entries in 70 hyphen format when retrieving …
(edit) @30340   8 years jmt12 Minor changes to support drivers that don't support set_entry functionality
(edit) @30339   8 years jmt12 Interim commit due to unexplained hardlock and subsequent 'failed …
(edit) @30338   8 years jmt12 First versions of these drivers, that should be further refined to …
(edit) @30337   8 years jmt12 A refined and completed GDBM driver - where most of the heavy lifting …
(edit) @30336   8 years jmt12 The base class of all database drivers, providing the 'interface' for …
(edit) @30335   8 years jmt12 New implementation of dbutil that makes use of an object oriented …
(edit) @30334   8 years jmt12 Gone too far to revert to this
(edit) @30333   8 years jmt12 Renamed
(edit) @30332   8 years jmt12 The parent class of all database drivers using the '70 hyphen …
(edit) @30331   8 years jmt12 Trying to get my ideas about how to do this in order
(edit) @30330   8 years jmt12 Renamed to all uppercase for simplicity
(edit) @30319   8 years jmt12 Working on a drop-in replacement for dbutil.pm that is aware of the …
(edit) @30318   8 years jmt12 Initial checkin of object-oriented rewrite of the dbutils stuff to …
(edit) @30277   9 years jmt12 Ignoring the build directory containing non-platform specific Java …
(edit) @30276   9 years jmt12 Lots of work to get this working properly in GS3. Includes generating …
(edit) @30275   9 years jmt12 Minor change to the way fcntl_flags are set so that they look exactly …
(edit) @30274   9 years jmt12 Adding in tests to open multiple connections to the same database …
(edit) @30273   9 years jmt12 Hmmm, some of the previous comment was actually about the main TDBJava …
(edit) @30272   9 years jmt12 Moved into path that matches package name
(edit) @30271   9 years jmt12 Calling finalize() rather than close() as we want this threadworker to …
(edit) @30270   9 years jmt12 Changes to support a static cache of connections, factory methods to …
(edit) @30269   9 years jmt12 Moving the TDBWrapper into the correct path (according to its package …
(edit) @30268   9 years jmt12 Ignoring the 'build' directory - which contains non-platform specific …
(edit) @30267   9 years jmt12 Moved TDBJava building into the ant file so that we can easily create …
(edit) @30266   9 years jmt12 Altered a test for Greenstone version so it doesn't (incorrectly) set …
(edit) @30265   9 years jmt12 Rather than assuming something will put the TDB binaries on the main …
(edit) @30259   9 years jmt12 Extending the install and uninstall targets to correctly call the …
(edit) @30258   9 years jmt12 Extending disable script to support Greenstone3's gs2build package as well
(edit) @30257   9 years jmt12 Correcting and optimizing for GS3 (which needs fewer paths to be included)
(edit) @30256   9 years jmt12 Moved a comment into the static block... just because I could
(edit) @30255   9 years jmt12 Skip changes to the runtime if in GS3 (mainly because C++ runtime code …
(edit) @30254   9 years jmt12 Trying to make symlinks smart enough to work under both Greenstone2 …
(edit) @30253   9 years jmt12 It is now safe to run this script multiple times... only the first …
(edit) @30252   9 years jmt12 Adding support for the extension living in Greenstone3, and make …
(edit) @30251   9 years jmt12 Split the list of src directories to be compiled in Greenstone2 and …
(edit) @30250   9 years jmt12 Change to the version name to more accurately reflect how mature this …
(edit) @30249   9 years jmt12 Cascade-make file for the Java/JNI/TDB bridge and the Greenstone3 …
(edit) @30248   9 years jmt12 A wrapper interface between Greenstone3 and the Java/JNI/TDB driver
(edit) @30247   9 years jmt12 Revising README due to changes in the way extension built (now using Ant)
(edit) @30246   9 years jmt12 Added in commands to install the TDB libraries in the correct place …
(edit) @30239   9 years jmt12 Correcting paths for project name change and making script a little …
(edit) @30238   9 years jmt12 A cleanup script for if enable_tdb somehow corrupts the files. When …
(edit) @30222   9 years jmt12 Altered the makefile template to properly notice a GSDL3HOME …
(edit) @30221   9 years jmt12 Altered the makefile template to properly notice a GSDL3HOME …
(edit) @30220   9 years jmt12 Altered the makefile template to properly notice a GSDL3HOME …
(edit) @30219   9 years jmt12 Renaming directory so it works within the CASCADE-MAKE system (which …
(edit) @30218   9 years jmt12 Adding CASCADE-MAKE script for the JAVA->JNI->TDB application
(edit) @30217   9 years jmt12 Ignoring a large number of files generated by autoconf
(edit) @30216   9 years jmt12 Checking in the minimum number of autoconf generated files to ensure …
(edit) @30215   9 years jmt12 May as well fill in some details in the README file
(edit) @30214   9 years jmt12 Ignoring a large number of files generated by autoconf
(edit) @30213   9 years jmt12 Ignoring the defauly M4 files added by autoconf
(edit) @30212   9 years jmt12 Ignoring the defauly M4 files added by autoconf
(edit) @30211   9 years jmt12 Extended configuration template with tests for Java, JNI, and TDB …
(edit) @30210   9 years jmt12 Removed from SVN as these are autogenerated by autoconf and should …
(edit) @30209   9 years jmt12 Initial checkin of makefile template for autoconf
(edit) @30208   9 years jmt12 Edited this file to include author details
(edit) @30207   9 years jmt12 aclocal.m4 is generated, so I shouldn't have checked it in.
(edit) @30206   9 years jmt12 A m4 directory containing a number of M4 packages used to compile this …
(edit) @30194   9 years jmt12 Ignoring files generated by configure and the compiled library file
(edit) @30193   9 years jmt12 Initial checkin of Java->JNI->TDB wrapper
(edit) @30192   9 years jmt12 Ignoring extracted versions of packages
(edit) @30191   9 years jmt12 Upgrading to newer version of TDB
(edit) @30190   9 years jmt12 Renaming new src2 directory back to src
(edit) @30189   9 years jmt12 Removed old extra src directory
(edit) @30188   9 years jmt12 Keep track of externals in a file for ease of editing
(edit) @30187   9 years jmt12 Readding external dependency on cascade-make project
(edit) @30186   9 years jmt12 Ignoring platform specific compiled directories
(edit) @30185   9 years jmt12 Removing extra src-level directory
(edit) @30184   9 years jmt12 Removing extra src-level directory
(edit) @30183   9 years jmt12 Removing extra src-level directory
(edit) @30182   9 years jmt12 Removing extra src-level directory
(edit) @30181   9 years jmt12 Removing extra src-level directory
(edit) @30180   9 years jmt12 Removing extra src-level directory
(edit) @30179   9 years jmt12 Removing extra src-level directory
(edit) @30178   9 years jmt12 Removing extra src-level directory
(edit) @30177   9 years jmt12 Removing extra src-level directory
(edit) @30176   9 years jmt12 Removing extra src-level directory
(edit) @30175   9 years jmt12 Removing extra src-level directory
(edit) @30174   9 years jmt12 Removing extra src-level directory
(copy) @30173   9 years jmt12 Renaming for clarity (to match similarly named mysql repo)
copied from gs2-extensions/tdb-edit
(edit) @29650   9 years jmt12 Just clarifying a few comments
Note: See TracRevisionLog for help on using the revision log.