|
|
@30876
|
7 years |
ak19 |
Removed the UNUSED folder of unused bins from imagemagick tar file for Mac
|
|
|
@30873
|
7 years |
ak19 |
Making some instructions more explicit.
|
|
|
@30872
|
7 years |
ak19 |
Updated the gnome-lib-minimal.tar.gz for ElCapitan Mac to incorporate …
|
|
|
@30862
|
7 years |
ak19 |
Changes to get libiconv issues on MacOS El Capitan straightened out, …
|
|
|
@30804
|
7 years |
ak19 |
Correcting spelling error. Need to adjust the reference in Dr …
|
|
|
@30762
|
7 years |
davidb |
Modifying previous commit: other binaries in the bin folder conflict …
|
|
|
@30760
|
7 years |
davidb |
Dr Bainbridge fixed another bug in the releasekit: the new ghostscript …
|
|
|
@30756
|
7 years |
davidb |
Moving to a newer version to get beyond a compilation error message on …
|
|
|
@30749
|
7 years |
davidb |
Further cut-down version
|
|
|
@30746
|
7 years |
davidb |
Version compiled up on El Capitain laptop
|
|
|
@30745
|
7 years |
davidb |
More cut-down version
|
|
|
@30744
|
7 years |
davidb |
Version compiled up on El Capitain
|
|
|
@30679
|
7 years |
davidb |
Minor tweak to setup file for when it is run/used outside of Greenstone
|
|
|
@30676
|
7 years |
davidb |
Additional packages, and updates to existing ones after testing on …
|
|
|
@30675
|
7 years |
davidb |
Additional packages, and updates to existing ones after testing on …
|
|
|
@30467
|
8 years |
ak19 |
Dr Bainbridge fixed gnome-lib compilation on Yosemite by updating …
|
|
|
@30436
|
8 years |
davidb |
Tweak to allow %xx%xx encodings expressing UTF8 to be correctly handled
|
|
|
@30433
|
8 years |
davidb |
Debugging statements commented out
|
|
|
@30432
|
8 years |
davidb |
Extension creates the jar file all in lowercase letters, not …
|
|
|
@30389
|
8 years |
davidb |
Useful for development work under Windows
|
|
|
@30388
|
8 years |
davidb |
ffmpeg for MacOS. Useful when doing experimental development work …
|
|
|
@30386
|
8 years |
davidb |
Fixed error in install script, that resulted in the 'lib' folder not …
|
|
|
@30385
|
8 years |
davidb |
More careful packaging of JAR file needed
|
|
|
@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
|
|
|
@30354
|
8 years |
jmt12 |
Extending manifest v2 support to allow for directories to be listed in …
|
|
|
@30353
|
8 years |
jmt12 |
Replacing old file util calls with new FileUtil ones - including …
|
|
|
@30352
|
8 years |
jmt12 |
Adding in a function to test whether a File driver has a certain …
|
|
|
@30351
|
8 years |
jmt12 |
Restructured readDirectory to not die if directory isn't readable
|
|
|
@30350
|
8 years |
jmt12 |
Initial commit of rewrite so DBDrivers are object-oriented like …
|
|
|
@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 …
|
|
|
@30308
|
8 years |
jmt12 |
Another CPAN module required by the Gantt Chart generation script
|
|
|
@30306
|
8 years |
jmt12 |
Making the setup of CPAN path more robust based on the better control …
|
|
|
@30305
|
8 years |
jmt12 |
replacing deprecated function calls to newer ones in FileUtils
|
|
|
@30302
|
8 years |
jmt12 |
Altering os-specific installed path and trying to improve clean to …
|
|
|
@30301
|
8 years |
jmt12 |
Missed displaying one variable in a fprintf statement (threw a …
|
|
|
@30300
|
8 years |
jmt12 |
Bunch of changes (including whitespace safety ones) due to different …
|
|
|
@30299
|
8 years |
jmt12 |
Making the removal of the jar file conditional on it actually being …
|
|
|
@30298
|
8 years |
jmt12 |
Correcting path to manifest files for use in Greenstone3. Started to …
|
|
|
@30297
|
8 years |
jmt12 |
Altering the Makefile.in to determine whether it is in GSDL2 or GSDL3 …
|
|
|
@30296
|
8 years |
jmt12 |
extending to support GSDL3 as well
|
|
|
@30295
|
8 years |
jmt12 |
Using the proper environment variable, GSDL3SRCHOME, rather than GSDL3HOME
|
|
|
@30294
|
8 years |
jmt12 |
Typo would have prevented the generated configure script from working …
|
|
|
@30293
|
8 years |
jmt12 |
The missing script was, ironically, missing
|
|
|
@30292
|
8 years |
jmt12 |
Removing reference to debugging module Devel::Peek
|
|
|
@30291
|
8 years |
jmt12 |
Minor changes in generated configs mostly to do with whitespace safety
|
|
|
@30290
|
8 years |
jmt12 |
Extended build script to make Hadoop support optional. If no …
|
|
|
@30289
|
8 years |
jmt12 |
Significant changes to read() function - essentially split in half …
|
|
|
@30288
|
8 years |
jmt12 |
No longer different that the vanilla Greenstone version
|
|
|
@30287
|
8 years |
jmt12 |
Extending error messages a bit to differentiate between linking that …
|
|
|
@30286
|
8 years |
jmt12 |
Adding a customized version of inexport.pm allowing us to handle …
|
|
|
@30285
|
8 years |
jmt12 |
Adding in a call to uptar/compile/install Hadoop support package
|
|
|
@30284
|
8 years |
jmt12 |
updated svnignore
|
|
|
@30283
|
8 years |
jmt12 |
Ignoring the unpacked versions of a couple of new packages used to …
|
|
|
@30282
|
8 years |
jmt12 |
Ensure the perl/cpan install directories exist before trying to copy …
|
|
|
@30281
|
8 years |
jmt12 |
Cascade-Make file to provide Hadoop functionality
|
|
|
@30280
|
8 years |
jmt12 |
Ensure the platform specific directory for built files exists. It may …
|
|
|
@30278
|
8 years |
jmt12 |
Might as well add this, with default setting for Hadoop, to SVN... …
|
|
|
@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 …
|
|
|