summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* COMP: explicitely cast to int to silence warning with msvc8Alexander Neundorf2007-08-281-1/+1
* COMP: parent is not used anymore with this patch, since now the name isAlexander Neundorf2007-08-261-5/+3
* BUG: fix #4057 (which had several duplicates): handle recursivew source group...Alexander Neundorf2007-08-241-77/+71
* ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so itAlexander Neundorf2007-08-101-0/+15
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-11/+4
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-4/+4
* STYLE: even more output when --debug-output is usedAlexander Neundorf2007-07-201-1/+12
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+1
* STYLE: fix some typos, nicer debug outputAlexander Neundorf2007-07-191-3/+3
* ENH: produce a lot more output when running with --debug-outputAlexander Neundorf2007-07-171-12/+19
* BUG: GET_DIRECTORY_PROPERTY(INCLUDE_DIRECTORIES|LINK_DIRECTORIES) wasn'tAlexander Neundorf2007-07-161-35/+30
* ENH: change the way #cmakedefine is changed to #undef, so it is similar toAlexander Neundorf2007-07-111-3/+2
* ENH: some cleanup of get property commandsKen Martin2007-07-101-0/+73
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-3/+5
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-251-0/+35
* ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet workingAlexander Neundorf2007-06-221-21/+18
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-199/+23
* BUG: More problems with cmMakefile copy-constructor. It seems the regular ex...Brad King2007-06-111-6/+9
* BUG: Copy constructor needs to copy regular expression members.Brad King2007-06-081-0/+3
* ENH: add cmExternalMakefileProjectGenerator, which should make it easier toAlexander Neundorf2007-06-081-157/+157
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...Brad King2007-06-061-4/+56
* ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad...Brad King2007-05-281-4/+4
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-2/+0
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-39/+53
* BUG: All variable accesses should produce watch callbacks, including IF(DEFIN...Brad King2007-05-171-3/+23
* BUG: Do not complain about missing watched variables when they are accessd wi...Brad King2007-05-171-1/+7
* COMP: GCC 2.95 does not have std::string::clear() method.Brad King2007-05-171-1/+1
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-2/+10
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-12/+0
* COMP: fix warning on VS8: conversion unsigned int -> size_tAlexander Neundorf2007-05-041-1/+1
* BUG: fix cmake listfile stack: if a file could not be opened, remove it fromAlexander Neundorf2007-05-011-10/+15
* ENH: Add variable watch commandAndy Cedilnik2007-04-111-8/+13
* STYLE: Fix line-too-long.Brad King2007-04-051-1/+2
* ENH: Add variable for the current list fileAndy Cedilnik2007-04-041-4/+13
* ENH: Added target property ENABLE_EXPORTS for executable targets. It enables...Brad King2007-03-221-2/+5
* BUG: change in how set cache overrides local definitions. Should mainly be a ...Ken Martin2007-03-151-1/+2
* ENH: some more cleanupKen Martin2007-03-131-5/+9
* ENH: add project to target map, not used yet, but createdBill Hoffman2007-03-131-12/+19
* ENH: some code cleanupKen Martin2007-03-121-9/+12
* BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITION...Ken Martin2007-03-071-1/+27
* BUG: cleanup paths in GetSourceFile to handle bug 2724Ken Martin2007-02-281-0/+1
* ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn...Andy Cedilnik2007-02-231-0/+8
* ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old n...Bill Hoffman2007-02-091-200/+31
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-2/+5
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-17/+74
* ENH: merge in changes for beos supportBill Hoffman2006-12-041-0/+3
* COMP: fix compile issue on Sun hopefullyKen Martin2006-11-291-1/+1
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-21/+4
* COMP: fix compile issue on SunKen Martin2006-11-291-2/+4
* ENH: updated handling of debug and optimized target link librariesKen Martin2006-11-291-20/+0