summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added platform identifier for QNXNTO. This partially addresses bug#3556.Brad King2006-08-011-0/+3
* ENH: Adding .hh file as a C++ header file extension. Remove duplicate code f...Brad King2006-08-011-1/+2
* COMP: Handle both ansi and non-ansi CAndy Cedilnik2006-07-261-1/+1
* ENH: Add a copy constructor to copy the valuesAndy Cedilnik2006-07-091-0/+41
* ENH: fix subdir issueKen Martin2006-06-261-2/+13
* ENH: DIsplay the list file stack when displaying errorsAndy Cedilnik2006-06-221-2/+18
* ENH: Provide access to CMAKE_PATCH_VERSION in CMake code.Brad King2006-06-151-0/+2
* ENH: Unknown command invocations should be fatal errors.Brad King2006-06-151-0/+1
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-0/+3
* ENH: fix for replacement of @var @ only legal variable names should be replacedBill Hoffman2006-06-061-1/+9
* BUG: Fix REMOVE_DEFINITIONS command to not remove substrings.Brad King2006-05-231-1/+25
* ENH: fix line lengthBill Hoffman2006-05-211-1/+3
* ENH: fix for vtk 4.4 and other projects that may try to link to a moduleBill Hoffman2006-05-191-6/+25
* STYLE: fix line lengthKen Martin2006-05-121-63/+115
* ENH: add a check to make sure targets only link to libraries and not utility ...Bill Hoffman2006-05-041-0/+15
* ENH: fix re-run of cmake based on configured files that are done with copy if...Bill Hoffman2006-04-121-1/+0
* ENH: some performance optimizationsKen Martin2006-04-111-8/+12
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-17/+58
* ENH: add support for re-running cmake if the cmakefiles changeBill Hoffman2006-04-101-0/+1
* BUG: Fix logic. If the variable is not set, then it is always ok to write the...Andy Cedilnik2006-03-221-1/+1
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+32
* ENH: added some new functionalityKen Martin2006-03-221-1/+31
* ENH: Remove things from bootstrapAndy Cedilnik2006-03-221-1/+9
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-198/+199
* BUG: Clarified confusing error message.Brad King2006-03-141-1/+5
* ENH: removed unused methods after find changesBill Hoffman2006-03-021-228/+0
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-0/+2
* ENH: Add a notion of a global targetAndy Cedilnik2006-02-231-0/+1
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+8
* ENH: put the system path ahead of the command pathBill Hoffman2006-02-171-5/+4
* BUG: Need to include empty arguments when parsing prefix/suffix lists for Fin...Brad King2006-02-101-2/+2
* ENH: Added platform settings CMAKE_FIND_LIBRARY_PREFIXES and CMAKE_FIND_LIBRA...Brad King2006-02-091-24/+26
* ENH: add working directory supportBill Hoffman2006-02-081-10/+13
* BUG: Fixed finding of MinGW libraries with a windows build of CMake.Brad King2006-02-071-6/+63
* ENH: Since list file cache does not make much sense any more (because of prop...Andy Cedilnik2006-02-071-6/+4
* ENH: Improved support for user-configured search paths. Paths given in the C...Brad King2006-01-271-6/+49
* BUG: Sweeping changes to cleanup computation of target names. This shouldBrad King2006-01-131-17/+0
* ENH: fix bundles for Mac and XcodeBill Hoffman2006-01-051-0/+1
* ENH: add new cmakedefine01 feature from bug report 2603Bill Hoffman2006-01-031-1/+16
* ENH: change framework orderBill Hoffman2006-01-021-1/+1
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+12
* ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has ...Brad King2005-12-141-32/+0
* ENH: Add variable for debugging. This variable CMAKE_PARENT_LIST_FILE holds t...Andy Cedilnik2005-11-301-0/+6
* BUG: Do not expand escape sequences when re-expanding variables in include di...Brad King2005-11-221-3/+3
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-101-1/+2
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+5
* BUG: InitializeFromParent should copy include file regular expressions.Brad King2005-07-271-0/+4
* BUG: fix for bug 1850 wrapping can leave out files if they are a substring of...Bill Hoffman2005-07-141-2/+5
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-162/+223
* BUG: library return values were not UNIX slashes on Win98Ken Martin2005-07-071-2/+6