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