source: trunk/mgpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10921   18 years kjdon added -fpic to CFLAGS (and unused CXXFLAGS) - need to generate …
(edit) @10917   18 years kjdon removed java_home/include/linux from include path in makefile, made …
(edit) @10912   18 years kjdon removed explicit GSDL3HOME=../../../, made java includes uses …
(edit) @10887   18 years kjdon moved '-framework JavaVM' from LDFLAGS to JNIFLAGS - we don't want to …
(edit) @10848   18 years kjdon changed to use WORDS_BIGENDIAN instead of _LITTLE_ENDIAN to test for …
(edit) @10764   18 years kjdon added in the sstream header for windows - it stopped working again but …
(edit) @10756   19 years kjdon jni dlls should be installed into lib\jni not lib
(edit) @10711   19 years kjdon changed LIBOBJS=... to AC_LIBOBJ…
(edit) @10203   19 years kjdon removed the iostream.h and strstream.h headers - were giving warnigns …
(edit) @10192   19 years kjdon modified so that jni stuff works on Mac OS. in configure.in changed …
(edit) @10072   19 years kjdon jar file now made in top level, and nothing done to it on install
(edit) @10015   19 years cs025 Fixes for Mac OS X/Darwin
(edit) @10014   19 years cs025 Changes to support Darwin/Mac OS X
(edit) @9993   19 years kjdon added JAVA_HOME/bin to the javac,javah,jar commands
(edit) @9985   19 years kjdon added quotes around the java executable paths
(edit) @9817   19 years kjdon added $e to each executable name - it wasn't working properly, and now …
(edit) @9786   19 years kjdon closed the file handle in done_text
(edit) @9780   19 years kjdon added in the jni stuff for mgpp_passes. appears to be compiling and …
(edit) @9778   19 years kjdon few changes to get the stringstream bit working on windows
(edit) @9777   19 years kjdon included sysfuncs.h for compiling on windows
(edit) @9776   19 years kjdon added the java compilation into the all target - need to do it before …
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9613   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9612   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @8950   19 years kjdon first stab at Java/JNI wrapper around mgpp_passes
(edit) @8949   19 years kjdon added in some stuff for java/jni wrapper around mgpp_passes
(edit) @8948   19 years kjdon first stab at jni version of mgpp_passes
(edit) @8947   19 years kjdon added in some stuff for jni version of mgpp_passes
(edit) @8946   19 years kjdon added a couple of functions that read in text from a buffer rather …
(edit) @8945   19 years kjdon close the file handle fp
(edit) @8934   19 years kjdon changed strstream to stringstream, cos strstream is deprecated
(edit) @8692   19 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8242   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8208   20 years kjdon added in to the link command
(edit) @8063   20 years kjdon added a fix to get ENABLE_NLS working
(edit) @8059   20 years kjdon added in some new library checks to match the things that were added …
(edit) @7945   20 years kjdon added in some more #define stuff - copied form gsdl config.h.in. to …
(edit) @7944   20 years kjdon trying to keep mgpp up to date with gsdl version. added in mdewsnip …
(edit) @7943   20 years kjdon making mgpp up to date with gs version:Header now checks for #ifdef to …
(edit) @7882   20 years kjdon added in a LDFLAGS= bit - set this to -static when compiling for a …
(edit) @7868   20 years mdewsnip Added an install command for Greenstone 3.
(edit) @7862   20 years kjdon include this header file in case others can't do the javah bit
(edit) @7729   20 years kjdon changed my mind back again about installing into bin/linux = now just …
(edit) @7710   20 years kjdon removed some old comments, now installs into bin/gsdlos rather than bin
(edit) @6416   20 years mdewsnip Added option to compile just the Java stuff.
(edit) @6374   20 years kjdon added prox operators inside [] to the query syntax
(edit) @6129   20 years kjdon changed var name from near to prox - reserved word?
(edit) @6119   20 years kjdon added WITHIN operator
(edit) @6118   20 years kjdon fixed a typo in a comment
(edit) @6117   20 years kjdon Added WITHIN operator
(edit) @6116   20 years kjdon fixed a bug where if you changed the index you got an error message
(edit) @6082   20 years kjdon added in NEAR to inside []
(edit) @5449   21 years kjdon added a new token type to the Lex module - UnknownE. this will match …
(edit) @4871   21 years kjdon made changes for the new config file format
(edit) @4237   21 years kjdon changed the cerr error messages a bit
(edit) @4215   21 years kjdon fixed up some left over stuff from changing the mgpp basepath stuff …
(edit) @4214   21 years kjdon fixed up some left over stuff from changing the mgpp basepath stuff …
(edit) @4213   21 years kjdon added a syntax error boolean to teh queryresult - indicates that there …
(edit) @4212   21 years kjdon mgpp parseQuery returns NULL if theres been a syntax error, the jni …
(edit) @4210   21 years kjdon parseQuery (in GSDLQueryParser) now returns NULL if there has been a …
(edit) @4205   21 years kjdon copied a change from gs2 version: use FILENAME_MAX macro instead of …
(edit) @4077   21 years kjdon old text files replaced with new mgpp user guide in pdf
(edit) @4064   21 years mdewsnip Minor changes for Windows compatibility.
(edit) @3980   21 years mdewsnip Made changes so that passing the base path as a separate parameter is …
(edit) @3931   21 years mdewsnip Windows batchfile for compiling MGPP JNI wrapper (Java side).
(edit) @3930   21 years mdewsnip Windows makefile for compiling MGPP JNI using VC++ 6.
(edit) @3929   21 years mdewsnip Modified to be more independent of GS2.
(edit) @3928   21 years mdewsnip Include file needed for Windows compilation of MGPP.
(edit) @3927   21 years mdewsnip Windows batch file for compiling MGPP (including JNI wrapper).
(edit) @3829   21 years mdewsnip Uses $(JAVA_HOME) instead of hard-wired path.
(edit) @3782   21 years kjdon made the default value for the NEAR operator into a constant defined …
(edit) @3447   22 years kjdon changed some comments
(edit) @3446   22 years kjdon small change
(edit) @3445   22 years kjdon changed default levels to Document rather than Section
(edit) @3376   22 years kjdon fixed a bug
(edit) @3373   22 years kjdon the order of teh two mgpp libraries is important!!
(edit) @3372   22 years kjdon changed library names
(add) @3365   22 years kjdon Initial revision
Note: See TracRevisionLog for help on using the revision log.