summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: cleaned up some old methods and varsKen Martin2005-07-071-7/+3
* BUG: dont pass unverified char * to streamsKen Martin2005-06-271-2/+4
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-45/+6
* BUG: goof in new feature fixedKen Martin2005-06-201-1/+1
* ENH: modified GET_TARGET_PROPERTIES to work with all targetsKen Martin2005-06-201-2/+43
* ENH: Improve handling of escaped charactersAndy Cedilnik2005-06-171-4/+6
* ENH: Add extra argumentAndy Cedilnik2005-06-161-1/+6
* ENH: Use the new parser that supports nested variablesAndy Cedilnik2005-06-131-0/+50
* ENH: remove old 1.2 compatability from cmake 2.2Ken Martin2005-06-101-1/+1
* ENH: remove old 1.2 compatability from cmake 2.2Ken Martin2005-06-101-32/+9
* BUG: If there is a fatal error, stop processing list fileAndy Cedilnik2005-05-051-0/+4
* ENH: Improve internal test handling by creating a test class. Command cmEnabl...Andy Cedilnik2005-04-241-0/+46
* ENH: Speedup by storing source name without last extensionAndy Cedilnik2005-04-131-2/+1
* ENH: performance improvementsBill Hoffman2005-04-121-4/+5
* BUG: Do not repeat paths when trying the lib/ to lib64/ replacement.Brad King2005-04-071-1/+1
* ENH: Adding automatic generation of several 64-bit search path forms.Brad King2005-04-071-5/+18
* ENH: better fix for 64 bit, add 64 to the name of all directories in the sear...Bill Hoffman2005-04-061-9/+13
* BUG: try to address Bug 1673 .Bill Hoffman2005-04-051-1/+17
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-0/+21
* ENH: removed GetParentProjectsKen Martin2005-03-291-4/+0
* BUG: Initializing from parent should copy link directories as well.Brad King2005-03-221-0/+3
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-186/+73
* ENH: add support for out of source sourceKen Martin2005-03-141-40/+113
* ENH: cleanup by removing all the olf local generate junk that i not longer ne...Ken Martin2005-03-101-4/+0
* COMP: HP compiler does not like initializing a const std::string & with a co...Brad King2005-02-241-1/+2
* BUG: Fixed GetCacheMinorVersion to not always return 0.Brad King2005-02-241-6/+16
* ENH: Updated implementation of custom commands. Multiple command lines are n...Brad King2005-02-221-297/+194
* BUG: cmSourceFile instances should delete their own custom commands when a ne...Brad King2005-02-181-4/+0
* ENH: more tests are passingBill Hoffman2005-02-161-0/+14
* ENH: fix for relative pathsKen Martin2004-12-031-5/+26
* BUG: fix for 1369 before include directories need to be always addedBill Hoffman2004-12-021-2/+14
* ENH: look in the windows LIB env variable for librariesBill Hoffman2004-10-271-0/+1
* PERF: Remove several classes from the bootstrap and so making bootstrap small...Andy Cedilnik2004-10-271-1/+14
* ENH: shorten the symbols a bit and remove maps of std::string for map of cmSt...Bill Hoffman2004-09-291-2/+2
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-7/+6