summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix misuse of stl vector that caused definitions to be dropped by cmMake...Brad King2008-01-301-1/+8
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-31/+56
* ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm...Brad King2008-01-241-20/+6
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-8/+14
* BUG: don't crash if cmMakefile::RaiseScope() is called from a cmake file inAlexander Neundorf2008-01-181-2/+2
* ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i...Brad King2008-01-181-3/+28
* BUG: COMPILE_DEFINITIONS directory property needs to be inherited from parent...Brad King2008-01-181-0/+4
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-181-0/+102
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+36
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-101-1/+1
* ENH: change raise_scope signature to be safer for returned varuablesKen Martin2008-01-031-2/+5
* BUG: Make RAISE_SCOPE function work when variable is not defined.Brad King2008-01-021-2/+16
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-1/+5
* STYLE: nicer error message:Alexander Neundorf2007-12-191-1/+1
* ENH: add functions and raise scopeKen Martin2007-12-031-17/+58
* ENH: different way of testing propertiesKen Martin2007-11-061-12/+6
* COMP: fix for when STRICT is defined, and fix for props that have no docsKen Martin2007-10-231-2/+4
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-0/+20
* 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