| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -31/+56 |
|
|
* | ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm... | Brad King | 2008-01-24 | 1 | -20/+6 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -8/+14 |
|
|
* | BUG: don't crash if cmMakefile::RaiseScope() is called from a cmake file in | Alexander Neundorf | 2008-01-18 | 1 | -2/+2 |
|
|
* | ENH: Make per-configuration COMPILE_DEFINITIONS_<CONFIG> directory property i... | Brad King | 2008-01-18 | 1 | -3/+28 |
|
|
* | BUG: COMPILE_DEFINITIONS directory property needs to be inherited from parent... | Brad King | 2008-01-18 | 1 | -0/+4 |
|
|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a... | Brad King | 2008-01-18 | 1 | -0/+102 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+36 |
|
|
* | STYLE: Spelling fixes on documentation | Amitha Perera | 2008-01-10 | 1 | -1/+1 |
|
|
* | ENH: change raise_scope signature to be safer for returned varuables | Ken Martin | 2008-01-03 | 1 | -2/+5 |
|
|
* | BUG: Make RAISE_SCOPE function work when variable is not defined. | Brad King | 2008-01-02 | 1 | -2/+16 |
|
|
* | ENH: add ability to have manifest files and incremental linking with make and... | Bill Hoffman | 2008-01-01 | 1 | -1/+5 |
|
|
* | STYLE: nicer error message: | Alexander Neundorf | 2007-12-19 | 1 | -1/+1 |
|
|
* | ENH: add functions and raise scope | Ken Martin | 2007-12-03 | 1 | -17/+58 |
|
|
* | ENH: different way of testing properties | Ken Martin | 2007-11-06 | 1 | -12/+6 |
|
|
* | COMP: fix for when STRICT is defined, and fix for props that have no docs | Ken Martin | 2007-10-23 | 1 | -2/+4 |
|
|
* | ENH: change to make the documentation class more generic, about halfway there... | Ken Martin | 2007-10-22 | 1 | -0/+20 |
|
|
* | COMP: explicitely cast to int to silence warning with msvc8 | Alexander Neundorf | 2007-08-28 | 1 | -1/+1 |
|
|
* | COMP: parent is not used anymore with this patch, since now the name is | Alexander Neundorf | 2007-08-26 | 1 | -5/+3 |
|
|
* | BUG: fix #4057 (which had several duplicates): handle recursivew source group... | Alexander Neundorf | 2007-08-24 | 1 | -77/+71 |
|
|
* | ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so it | Alexander Neundorf | 2007-08-10 | 1 | -0/+15 |
|
|
* | ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set in | Alexander Neundorf | 2007-08-09 | 1 | -11/+4 |
|
|
* | BUG: Target exclusion-from-all tests should always use the root local generat... | Brad King | 2007-08-03 | 1 | -4/+4 |
|
|
* | STYLE: even more output when --debug-output is used | Alexander Neundorf | 2007-07-20 | 1 | -1/+12 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -1/+1 |
|
|
* | STYLE: fix some typos, nicer debug output | Alexander Neundorf | 2007-07-19 | 1 | -3/+3 |
|
|
* | ENH: produce a lot more output when running with --debug-output | Alexander Neundorf | 2007-07-17 | 1 | -12/+19 |
|
|
* | BUG: GET_DIRECTORY_PROPERTY(INCLUDE_DIRECTORIES|LINK_DIRECTORIES) wasn't | Alexander Neundorf | 2007-07-16 | 1 | -35/+30 |
|
|
* | ENH: change the way #cmakedefine is changed to #undef, so it is similar to | Alexander Neundorf | 2007-07-11 | 1 | -3/+2 |
|
|
* | ENH: some cleanup of get property commands | Ken Martin | 2007-07-10 | 1 | -0/+73 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -3/+5 |
|
|
* | ENH: some property cleanup and added GetProperty | Ken Martin | 2007-06-25 | 1 | -0/+35 |
|
|
* | ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working | Alexander Neundorf | 2007-06-22 | 1 | -21/+18 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -199/+23 |
|
|
* | BUG: More problems with cmMakefile copy-constructor. It seems the regular ex... | Brad King | 2007-06-11 | 1 | -6/+9 |
|
|
* | BUG: Copy constructor needs to copy regular expression members. | Brad King | 2007-06-08 | 1 | -0/+3 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -157/+157 |
|
|
* | BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f... | Brad King | 2007-06-06 | 1 | -4/+56 |
|
|
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 1 | -4/+4 |
|
|
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets.... | Brad King | 2007-05-23 | 1 | -2/+0 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -39/+53 |
|
|
* | BUG: All variable accesses should produce watch callbacks, including IF(DEFIN... | Brad King | 2007-05-17 | 1 | -3/+23 |
|
|
* | BUG: Do not complain about missing watched variables when they are accessd wi... | Brad King | 2007-05-17 | 1 | -1/+7 |
|
|
* | COMP: GCC 2.95 does not have std::string::clear() method. | Brad King | 2007-05-17 | 1 | -1/+1 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -2/+10 |
|
|
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -12/+0 |
|
|
* | COMP: fix warning on VS8: conversion unsigned int -> size_t | Alexander Neundorf | 2007-05-04 | 1 | -1/+1 |
|
|
* | BUG: fix cmake listfile stack: if a file could not be opened, remove it from | Alexander Neundorf | 2007-05-01 | 1 | -10/+15 |
|
|
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 1 | -8/+13 |
|
|
* | STYLE: Fix line-too-long. | Brad King | 2007-04-05 | 1 | -1/+2 |
|
|