summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-1/+4
|
* ENH: removed UMG2Ken Martin2005-06-091-3/+0
|
* ENH: fix problem with dependency scanningKen Martin2005-06-071-2/+2
|
* ENH: switch to using new Unix Makefile generator for Unix as wellKen Martin2005-05-251-1/+1
|
* BUG: fix bad generator nameKen Martin2005-05-121-1/+1
|
* ENH: added new generatorKen Martin2005-05-121-6/+29
|
* COMP: Fixed forced bool conversion warning.Brad King2005-05-061-1/+1
|
* ENH: Added optional verbose output to build system dependency check.Brad King2005-05-061-2/+5
|
* BUG: fix for bug 1700Bill Hoffman2005-04-051-0/+5
|
* ENH: make xcode compile only on appleBill Hoffman2005-03-141-1/+4
|
* COMP: fix a warningKen Martin2005-03-111-3/+1
|
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-101-76/+29
| | | | needed
* ENH: Implementing explicit cmake_copy_f90_mod callback to copy Fortran90 ↵Brad King2005-03-031-1/+10
| | | | modules to the stamp files more reliably. This removes the temporary hack for per-platform upper-/lower- case.
* ENH: remove code warrior classesKen Martin2005-03-031-8/+0
|
* ENH: Enabling cmLocalUnixMakefileGenerator2 (new makefile generator) by default.Brad King2005-03-011-16/+4
|
* BUG: Need to return before configure step when running in script mode.Brad King2005-02-221-0/+6
|
* BUG: Removing "guess when there is a space in the path" check for chdir ↵Brad King2005-02-171-13/+7
| | | | command. It is the responsibility of the caller of the command to ensure the arguments are properly quoted on the command line.
* BUG: fix CommandLine test problems with spaces and testing for the return valueBill Hoffman2005-02-161-3/+15
|
* ENH: Add command to copy directory with contentAndy Cedilnik2005-02-111-0/+14
|
* BUG: prevent -P or script to be passed as homedirectoryAndy Cedilnik2005-01-281-1/+2
|
* ENH: add initial non-working XCode stuffBill Hoffman2005-01-251-0/+3
|
* ENH: split up cmCommands into two filesBill Hoffman2005-01-211-0/+1
|
* ENH: Split dependency scanning and checking into separate cmDepends ↵Brad King2005-01-181-4/+1
| | | | superclass with language-specific subclasses such as cmDependsC.
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. ↵Brad King2004-10-291-13/+24
| | | | This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation.
* PERF: Remove several classes from the bootstrap and so making bootstrap ↵Andy Cedilnik2004-10-271-30/+33
| | | | smaller and faster
* ENH: Added object file dependency scanning to cmLocalUnixMakefileGenerator2. ↵Brad King2004-10-261-0/+8
| | | | This needs a hook in cmake.cxx.
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-6/+5
|
* ENH: Added --check-rerun option to allow a runtime check of whether a new ↵Brad King2004-10-151-0/+72
| | | | generate should really be done.
* BUG: do not build kdevlop stuff when bootstrappingBill Hoffman2004-10-121-2/+13
|
* NEW: add kdevelop patch from Alexander NeundorfBill Hoffman2004-10-111-17/+21
|
* FIX: correctly handle if path table can not openBill Hoffman2004-10-051-2/+7
|
* COMP: fix bad include fileKen Martin2004-10-051-1/+0
|
* ENH: Mathieus support for path conversionsKen Martin2004-10-041-0/+26
|
* ENH: more uniform approach to enable language, one step closer to being able ↵Bill Hoffman2004-08-261-7/+7
| | | | to enable a language without modifing cmake source code
* ENH: Implement PreLoad.cmake feature for CMakeSetupAndy Cedilnik2004-08-231-6/+12
|
* ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup ↵Andy Cedilnik2004-08-171-13/+18
| | | | can call it
* BUG: Fixed typo in name of MSVC 8 registry key.Brad King2004-08-041-1/+1
|
* BUG: fix for bug 971, pick a better generator from the command lineBill Hoffman2004-07-271-1/+35
|
* ENH: add a message at the end of the cmake run telling the user where things ↵Bill Hoffman2004-07-161-0/+3
| | | | were written.
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-0/+3
|
* ENH: Also read PreLoad.cmake from the binary treeAndy Cedilnik2004-07-021-0/+6
|
* ENH: Remove memory leakAndy Cedilnik2004-05-051-2/+8
|
* BUG: fix crash from bug id 806Bill Hoffman2004-04-291-0/+3
|
* ENH: Add support for automatically preloaded cmake file. Closes Bug #802 - ↵Andy Cedilnik2004-04-281-0/+7
| | | | Add auto preload file support in CMake
* BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still runningAndy Cedilnik2004-04-261-0/+7
|
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-0/+10
| | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
* ENH: make relative paths optional and default off, and add a test for themBill Hoffman2004-03-311-0/+11
|
* ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵Andy Cedilnik2004-02-201-1/+2
| | | | -P, There should be space between
* BUG: fix put/get env problemsBill Hoffman2004-01-261-27/+23
|
* BUG: CopyFileIfDifferent should return success if the files did not differ ↵Brad King2004-01-221-4/+15
| | | | or if the copy succeeded. It should return failure only if the files were different and the copy failed.