| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: fix warning message a bit | Bill Hoffman | 2008-03-11 | 1 | -1/+5 |
|
|
* | ENH: add a way to suppress the new policy warnings, still need ccmake and gui's | Bill Hoffman | 2008-03-11 | 1 | -2/+20 |
|
|
* | ENH: add enum to IssueMessage | Bill Hoffman | 2008-03-11 | 1 | -20/+10 |
|
|
* | ENH: Enforce matching PUSH/POP calls for cmake_policy. | Brad King | 2008-03-10 | 1 | -7/+19 |
|
|
* | ENH: Add directory-level context information to error/warning messages when n... | Brad King | 2008-03-10 | 1 | -0/+15 |
|
|
* | COMP: Avoid using operator-> on const_reverse_iterator to help old compilers. | Brad King | 2008-03-08 | 1 | -3/+3 |
|
|
* | ENH: Cleanup policy generic documentation. Cleanup some policy error/warning... | Brad King | 2008-03-08 | 1 | -3/+4 |
|
|
* | ENH: Finish creating, documenting, and enforcing policy CMP_0002. | Brad King | 2008-03-07 | 1 | -30/+3 |
|
|
* | ENH: In cmMakefile::IssueMessage use cmDocumentationFormatterText to format t... | Brad King | 2008-03-07 | 1 | -30/+9 |
|
|
* | ENH: Improve handling of old-style compatibility. | Brad King | 2008-03-07 | 1 | -19/+24 |
|
|
* | BUG: Do not produce whitespace-only lines when indenting messages in new erro... | Brad King | 2008-03-07 | 1 | -1/+1 |
|
|
* | ENH: New format for warning and error messages | Brad King | 2008-03-07 | 1 | -49/+163 |
|
|
* | BUG: change the handling of CMAKE_MINIMUM_REQUIRED and BACKWARDS_COMPATIBILIT... | Ken Martin | 2008-03-06 | 1 | -6/+9 |
|
|
* | ENH: Improve cmake_policy command signature | Brad King | 2008-03-05 | 1 | -6/+9 |
|
|
* | BUG: some fixes, still a few to go | Ken Martin | 2008-03-05 | 1 | -1/+3 |
|
|
* | BUG: Make sure at least one policy stack entry is created for every cmMakefil... | Brad King | 2008-03-04 | 1 | -1/+4 |
|
|
* | COMP: fix warning | Ken Martin | 2008-03-02 | 1 | -1/+2 |
|
|
* | BUG: bad loop index unsigned compared to zero | Ken Martin | 2008-03-01 | 1 | -1/+2 |
|
|
* | COMP: fix some warnings | Ken Martin | 2008-03-01 | 1 | -1/+2 |
|
|
* | ENH: add first cut and policies still need to add the doc support | Ken Martin | 2008-03-01 | 1 | -19/+129 |
|
|
* | ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper... | Bill Hoffman | 2008-02-29 | 1 | -9/+0 |
|
|
* | ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj... | Brad King | 2008-02-14 | 1 | -13/+69 |
|
|
* | ENH: Re-enable diagnosis of non-unique target names. | Brad King | 2008-02-14 | 1 | -5/+4 |
|
|
* | BUG: Disable enforcement of unique target names until CTestTargets can be fixed. | Brad King | 2008-02-12 | 1 | -0/+2 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 1 | -0/+39 |
|
|
* | ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmL... | Brad King | 2008-02-11 | 1 | -0/+15 |
|
|
* | BUG: Fix misuse of stl vector that caused definitions to be dropped by cmMake... | Brad King | 2008-01-30 | 1 | -1/+8 |
|
|
* | 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 |
|
|