summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* removed some includesKen Martin2002-09-2723-20/+8
|
* BUG: fix doc string and allow a variable to be promoted from non-cache to cacheBill Hoffman2002-09-272-8/+11
|
* remove unused stuffBill Hoffman2002-09-271-2/+0
|
* added progressKen Martin2002-09-267-33/+91
|
* minor memory fixKen Martin2002-09-261-2/+2
|
* Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵Andy Cedilnik2002-09-252-17/+61
| | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile
* Use file format detectionAndy Cedilnik2002-09-251-3/+4
|
* Add detection of file format from extensionAndy Cedilnik2002-09-252-1/+62
|
* Remove warningsAndy Cedilnik2002-09-251-2/+2
|
* Attempt to make NMake quiet during TRY_COMPILEAndy Cedilnik2002-09-251-0/+7
|
* Add verbose flag -V, which makes the output of tests to be displayed; also ↵Andy Cedilnik2002-09-242-4/+31
| | | | add help to ctest
* Improve backward compatibility, so that all backward compatibility stuff is ↵Andy Cedilnik2002-09-241-9/+29
| | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types
* Add support for mac dylibAndy Cedilnik2002-09-241-0/+8
|
* Some GUI improvements and fix the way dirty is being set, so that if there ↵Andy Cedilnik2002-09-242-14/+54
| | | | are no cache values, dirty is not set
* *** empty log message ***Brad King2002-09-242-0/+14
|
* fixed memory leakKen Martin2002-09-241-0/+7
|
* always convert to output pathKen Martin2002-09-241-1/+1
|
* 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
|
* 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
|
* Fix generation of C only modulesAndy Cedilnik2002-09-231-1/+1
|
* Fix extension and suffix for modules on macAndy Cedilnik2002-09-231-2/+2
|
* cleaned up APIKen Martin2002-09-232-17/+3
|
* 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
|
* 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
|
* 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-201-1/+0
|
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-204-3/+24
|
* 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
|
* Fix includesAndy Cedilnik2002-09-201-0/+4
|
* compiler warningsKen Martin2002-09-202-3/+3
|
* Add test for guiAndy Cedilnik2002-09-191-0/+6
|
* Fix argumentsAndy Cedilnik2002-09-191-3/+3
|