summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add comment support, so that you can see in build process what the custom com...Andy Cedilnik2002-12-101-1/+6
* ENH: fix IntDir jump and build problemBill Hoffman2002-12-061-5/+0
* fix purify FMRKen Martin2002-12-031-1/+1
* add project command even if inheritingBill Hoffman2002-12-021-2/+1
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-021-0/+76
* ENH: remove cerr callsBill Hoffman2002-12-021-1/+0
* ENH: add PROJECT command if there is not oneBill Hoffman2002-12-021-2/+19
* BUG: the dependency analysis would incorrectly alphabetically re-order theAmitha Perera2002-11-191-7/+2
* ENH: space fixes and add a status option to message commandKen Martin2002-11-131-0/+5
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-2/+1
* Try to remove some warningsAndy Cedilnik2002-10-241-4/+5
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* Try to improve source group interfaceAndy Cedilnik2002-10-041-39/+56
* minor memory fixKen Martin2002-09-261-2/+2
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-201-0/+5
* Add option of TRY_COMPILE to store the output of compilation so that if the o...Andy Cedilnik2002-09-201-2/+4
* Remove unnecessary disabling of outputAndy Cedilnik2002-09-191-18/+0
* When doing try compile disable outputAndy Cedilnik2002-09-191-0/+18
* now Try compile can include CMAKE_FLAGSKen Martin2002-09-181-2/+7
* ENH: Added RemoveDefinition method.Brad King2002-09-181-0/+5
* cleaned up some of the cmake interfaceKen Martin2002-09-171-2/+3
* renamed GenerateMakefile to ConfigureFinalPassKen Martin2002-09-151-1/+1
* some fixes for try compileKen Martin2002-09-131-0/+1
* better trycompile and enable langiagesKen Martin2002-09-131-2/+9
* added a flag if a cmake is in try compileKen Martin2002-09-121-0/+1
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-0/+4
* minor fix in try compile codeKen Martin2002-09-111-7/+2
* updated makefile moved commands into cmake and fixed try compileKen Martin2002-09-101-70/+23
* ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ...Brad King2002-09-101-3/+3
* new archKen Martin2002-09-061-100/+53
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-22/+80
* minor bugKen Martin2002-08-211-1/+1
* better IF ELSE handlingKen Martin2002-08-091-3/+4
* makefile now does not ignore NOTFOUND libs and includesKen Martin2002-07-251-17/+0
* makefile now ignores NOTFOUND libs and includesKen Martin2002-07-251-0/+17
* full variable replacement and removal or empty argumentsKen Martin2002-07-191-9/+23
* fixed if statements inside a foreachKen Martin2002-07-171-6/+8
* BUG: fix for compile with hpBill Hoffman2002-07-111-4/+4
* better error handling with if statementsKen Martin2002-07-101-11/+27
* fixed warningKen Martin2002-07-021-1/+1
* minor cleanupKen Martin2002-06-281-1/+1
* performance inprovementsKen Martin2002-06-271-3/+11
* bug fixKen Martin2002-06-271-1/+1
* bug fixKen Martin2002-06-271-1/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-55/+39
* ERR: Fixed compiler warnings.Brad King2002-06-181-4/+4
* ENH: only add _LIB_DEPEND information for libraries and modulesBill Hoffman2002-06-031-1/+8
* ENH: rework library depend stuffBill Hoffman2002-05-031-7/+5
* make it backwards compatible with old cmakeBill Hoffman2002-05-021-47/+29
* Debug optimized cache fixesBill Hoffman2002-05-021-8/+9