summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix not being able to find generated files in the binary treeBill Hoffman2003-06-181-2/+8
|
* BUG: Fixed translation of relative path names to full path names.Brad King2003-06-131-6/+6
|
* more custom commandKen Martin2003-06-051-2/+14
|
* more changes to support full pathsKen Martin2003-06-051-4/+45
|
* perf improvementKen Martin2003-06-051-2/+2
|
* more changes to handle full paths correctlyKen Martin2003-06-051-2/+2
|
* more crazt changes source files now must match with full pathKen Martin2003-06-051-37/+45
|
* hopeful fix for backwards compatKen Martin2003-06-041-4/+18
|
* tricky fix for backwards compatKen Martin2003-06-041-1/+3
|
* better error reportingBill Hoffman2003-06-041-4/+10
|
* ENH: allow duplicate commands with the same output to be reduced ↵Bill Hoffman2003-06-041-1/+9
| | | | automatically to one command
* ENH: allow duplicate commands with the same output to be reduced ↵Bill Hoffman2003-06-041-11/+24
| | | | automatically to one command
* compielr errors on comoKen Martin2003-06-041-2/+2
|
* warning fixesKen Martin2003-06-031-1/+0
|
* yikes added new custom command supportKen Martin2003-06-031-26/+271
|
* ENH: add some includes for borland 6Bill Hoffman2003-05-231-1/+1
|
* make sure M is after mBill Hoffman2003-03-141-1/+1
|
* BUG: c extension must come before C.Brad King2003-03-141-1/+4
|
* allow the same subdir to be added twiceKen Martin2003-03-131-1/+6
|
* Fix regular expressionsAndy Cedilnik2003-03-131-2/+2
|
* Synchronize extension listsAndy Cedilnik2003-03-131-6/+14
|
* Add method which returns a list of all variablesAndy Cedilnik2003-03-061-0/+26
|
* ENH: Centralized setting of CMake version number to top-level CMake listfile.Brad King2003-02-141-0/+9
|
* Several fixes/improvements:Brad King2003-02-071-1/+23
| | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones.
* ENH: fix warningBill Hoffman2003-02-011-1/+0
|
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-0/+1
|
* add a fatal error, and make sure c and c++ compilers work before using themBill Hoffman2003-01-211-7/+10
|
* BUG: Fix for custom commands with spaces in paths. The arguments were not ↵Brad King2003-01-211-1/+3
| | | | having spaces escaped.
* Make GetCMakeInstance private and clean cxx fileAndy Cedilnik2003-01-141-5/+5
|
* more option on var watchesKen Martin2003-01-091-1/+14
|
* Add option of watching variablesAndy Cedilnik2003-01-081-3/+55
|
* ENH: Improved filename/line number reporting in error message. Macro ↵Brad King2002-12-121-3/+9
| | | | invocations now chain up the error message.
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-68/+48
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* Add comment support, so that you can see in build process what the custom ↵Andy Cedilnik2002-12-101-1/+6
| | | | command does
* 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
| | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
* 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 ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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 ↵Andy Cedilnik2002-09-201-2/+4
| | | | output fails you can display it or store it in the file
* Remove unnecessary disabling of outputAndy Cedilnik2002-09-191-18/+0
|