summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Adding prototype release config script for OSF.Brad King2002-09-241-0/+13
|
* ERR: Removed old cygwin release config file. A separate script is now used.Brad King2002-09-241-30/+0
|
* fixed memory leakKen Martin2002-09-241-0/+7
|
* always convert to output pathKen Martin2002-09-241-1/+1
|
* use /usr/bin/find and uname for cygwin versionBill Hoffman2002-09-242-6/+6
|
* CleanupAndy Cedilnik2002-09-241-6/+2
|
* Add accessor for Flushing cacheAndy Cedilnik2002-09-242-0/+9
|
* one rule per line so borland make does not dieBill Hoffman2002-09-241-3/+2
|
* handle long commandsBill Hoffman2002-09-241-2/+2
|
* fix for cygwin and nmake that does not define WIN32Bill Hoffman2002-09-242-2/+5
|
* ENH: Added cygwin packaging scripts. The setup.hint and cmake.README files ↵Brad King2002-09-244-38/+258
| | | | required by Cygwin are generated automatically.
* Fix problemAndy Cedilnik2002-09-232-2/+12
|
* ENH: Added to generated README the typical install locaiton of /usr/local.Brad King2002-09-231-2/+3
|
* Fix cache for non void* typesAndy Cedilnik2002-09-231-4/+4
|
* Keep track of libraries so that you can load them as many times as you want...Andy Cedilnik2002-09-231-9/+116
|
* CleanupAndy Cedilnik2002-09-231-2/+1
|
* Some minor fixes for macAndy Cedilnik2002-09-234-8/+8
|
* Fix generation of C only modulesAndy Cedilnik2002-09-231-1/+1
|
* Fix extension and suffix for modules on macAndy Cedilnik2002-09-231-2/+2
|
* cleanupKen Martin2002-09-232-10/+2
|
* cleaned up APIKen Martin2002-09-232-17/+3
|
* Fix test so that it will work on HPAndy Cedilnik2002-09-232-0/+6
|
* Fix HP buildAndy Cedilnik2002-09-231-0/+1
|
* Try to remove some warningsAndy Cedilnik2002-09-235-9/+9
|
* Fix loading of module for borlandAndy Cedilnik2002-09-231-3/+17
|
* Try to fix borland and nmake try compileAndy Cedilnik2002-09-231-0/+3
|
* Abstract cleaning of files and add code that deletes files from Debug ↵Andy Cedilnik2002-09-233-33/+40
| | | | subdirectory
* Remove debug stuffAndy Cedilnik2002-09-231-5/+1
|
* Fix commentsAndy Cedilnik2002-09-231-3/+3
|
* Try to fix quoted definitionsAndy Cedilnik2002-09-231-1/+1
|
* hopefull another fix to if statementsKen Martin2002-09-231-0/+7
|
* Attempt to fix Visual studio 6 comilingAndy Cedilnik2002-09-232-5/+5
|
* BUG: Creating source tarball should not affect current directory.Brad King2002-09-231-0/+4
|
* ENH: Incremented version to 1.4.5.Brad King2002-09-235-5/+5
|
* defines cannot have quotes in themKen Martin2002-09-221-0/+1
|
* some try compile fixesKen Martin2002-09-222-10/+26
|
* compiler warningKen Martin2002-09-222-2/+1
|
* Fix namespace problemAndy Cedilnik2002-09-211-1/+1
|
* Add missing includeAndy Cedilnik2002-09-201-0/+1
|
* Fix tests for new trycompile and tryrunAndy Cedilnik2002-09-204-18/+11
|
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-204-3/+24
|
* Include more testingAndy Cedilnik2002-09-204-6/+40
|
* Simplify checking for headersAndy Cedilnik2002-09-202-9/+0
|
* Add macro which checks if the header file existsAndy Cedilnik2002-09-202-0/+40
|
* Fix commentAndy Cedilnik2002-09-201-4/+4
|
* Fix test so that it does some modules testing by checking for some functions ↵Andy Cedilnik2002-09-206-6/+66
| | | | and some size of types
* Add two commonly used modules. First one checks if the function exists, the ↵Andy Cedilnik2002-09-204-0/+78
| | | | second one checks the size of type
* Add option of TRY_COMPILE to store the output of compilation so that if the ↵Andy Cedilnik2002-09-205-11/+42
| | | | output fails you can display it or store it in the file
* Add WRITE_FILE command, which writes string to a fileAndy Cedilnik2002-09-203-0/+127
|
* removed c++ style commentsKen Martin2002-09-202-8/+8
|