summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add method to get definition even if it does not existsAndy Cedilnik2004-04-271-0/+10
|
* ENH: add SUBDIR PREORDER and fix clean for non-relative pathsBill Hoffman2004-04-231-1/+10
|
* BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵Bill Hoffman2004-04-221-0/+1
| | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-0/+21
| | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
* ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵Andy Cedilnik2004-04-151-0/+5
| | | | opposite to ADD_DEFINITIONS
* ENH: If configure file fails do not create directoryAndy Cedilnik2004-03-281-0/+5
|
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-3/+15
|
* ENH: Try to remove warningAndy Cedilnik2004-03-091-1/+1
|
* ENH: Move implementation of configure_file to cmMakefile, so that other ↵Andy Cedilnik2004-03-091-0/+68
| | | | classes can use it
* ENH: Moved variable and #cmakedefine replacement from ↵Brad King2004-03-031-1/+63
| | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code.
* ERR: Fix GetModulesFileAndy Cedilnik2004-02-291-0/+1
|
* ENH: Styart working on bundles support and abstract WIN32_EXECUTABLEAndy Cedilnik2004-02-281-17/+37
|
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-261-0/+4
|
* BUG: hack fix for problem of MS vs 6 and custom target commandsBill Hoffman2003-11-031-3/+22
|
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-291-2/+17
|
* added beta release supportKen Martin2003-08-111-0/+4
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* removed duplicate includeKen Martin2003-08-101-1/+0
|
* ENH: When fixing cache value with uninitialized type, collapse full paths ↵Andy Cedilnik2003-08-081-0/+20
| | | | for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things
* ENH: Handle untyped but initialized values for boolean AddCacheDefinition. ↵Andy Cedilnik2003-08-081-2/+10
| | | | Closes Bug #118 - Specifying cache entries with -D should not need the type
* ENH: oops, initialize variableAndy Cedilnik2003-08-061-1/+1
|
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-061-0/+25
|
* BUG: Fix problem with uninitialized variablesAndy Cedilnik2003-08-021-1/+2
|
* ENH: Allow specifying cmake variables on the command line without specifying ↵Andy Cedilnik2003-08-011-2/+9
| | | | the type Bug #118 - Specifying cache entries with -D should not need the type
* bug fix for bug # 117Ken Martin2003-07-311-5/+7
|
* ENH: Fully implemented SOURCE_GROUP command.Brad King2003-07-231-7/+10
|
* ENH: Initial framework for deprecated commandsAndy Cedilnik2003-07-211-2/+19
|
* BUG: Custom commands should have variables expanded before comparing with ↵Brad King2003-07-141-10/+10
| | | | previously added custom commands.
* BUG#65: Fixed inheritance of CMAKE_CURRENT_SOURCE_DIR and ↵Brad King2003-07-081-6/+8
| | | | CMAKE_CURRENT_BINARY_DIR.
* performance improvementsKen Martin2003-06-241-35/+12
|
* ENH: Merged use of the kwsys RegularExpression class instead of ↵Brad King2003-06-231-4/+7
| | | | cmRegularExpression.
* ENH: Merged use of kwsys library.Brad King2003-06-231-1/+0
|
* fix to expand variables in custom command outputs and main dependenciesKen Martin2003-06-211-4/+16
|
* bug in not expanding variables for custom commands in targetsKen Martin2003-06-201-0/+23
|
* minor perf improvementKen Martin2003-06-201-2/+3
|
* bug fix for finding source filesKen Martin2003-06-191-17/+46
|
* 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
|