| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+3 |
|
|
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -1/+1 |
|
|
* | ENH: Create command line api "cmake -E rename" | Brad King | 2009-04-15 | 1 | -0/+16 |
|
|
* | ENH: Allow projects to disable per-rule echo lines | Brad King | 2009-03-16 | 1 | -7/+7 |
|
|
* | ENH: Allow projects to disable per-rule progress | Brad King | 2009-03-16 | 1 | -0/+14 |
|
|
* | BUG: Fix cache properties for CMAKE_STRICT build | Brad King | 2009-03-13 | 1 | -1/+1 |
|
|
* | ENH: Document CACHE entry properties | Brad King | 2009-03-10 | 1 | -0/+1 |
|
|
* | ENH: Overhaul CMake version numbering | Brad King | 2009-03-05 | 1 | -3/+1 |
|
|
* | STYLE: Remove unused cmake::CacheVersionMatches | Brad King | 2009-03-05 | 1 | -20/+0 |
|
|
* | ENH: Cleanup cmake --build interface. | Brad King | 2009-03-04 | 1 | -48/+2 |
|
|
* | BUG: Gracefully handle broken version symlinks | Brad King | 2009-03-02 | 1 | -3/+9 |
|
|
* | ENH: Define RULE_LAUNCH_* properties | Brad King | 2009-02-10 | 1 | -0/+25 |
|
|
* | BUG: Fix OS X FW symlink byproduct dependencies | Brad King | 2009-02-06 | 1 | -1/+2 |
|
|
* | BUG: Fix OS X AppBundle/FW byproducts dependencies | Brad King | 2009-02-06 | 1 | -0/+21 |
|
|
* | ENH: More robust property lookup | Brad King | 2009-02-02 | 1 | -0/+4 |
|
|
* | BUG: fix for #8418 -E chdir should return fail of dir does not exist | Bill Hoffman | 2009-01-29 | 1 | -1/+1 |
|
|
* | COMP: Fix the ExternalProject test for Visual Studio 6. Visual Studio 6 *.dsp... | David Cole | 2008-12-09 | 1 | -0/+8 |
|
|
* | ENH: fix bootstrap test and warning | Bill Hoffman | 2008-10-15 | 1 | -2/+8 |
|
|
* | BUG: 4244, add a --build option to cmake that can build projects configured b... | Bill Hoffman | 2008-10-15 | 1 | -2/+88 |
|
|
* | BUG: fix for 6280, -E time was not sending back return value | Bill Hoffman | 2008-10-01 | 1 | -3/+3 |
|
|
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -1/+2 |
|
|
* | ENH: Teach find_library to find OpenBSD-style libs | Brad King | 2008-09-22 | 1 | -0/+7 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 1 | -0/+51 |
|
|
* | BUG: Fix unsetting of global properties | Brad King | 2008-09-04 | 1 | -4/+0 |
|
|
* | BUG: 7448 fix crash in ccmake when compiler is changed | Bill Hoffman | 2008-08-19 | 1 | -1/+4 |
|
|
* | BUG: fix for 7426 bad check for cpack | Bill Hoffman | 2008-07-31 | 1 | -1/+1 |
|
|
* | ENH: add a --trace option | Bill Hoffman | 2008-07-31 | 1 | -0/+6 |
|
|
* | BUG: Fix issue #7088 - do not emit error messages when attempts to run Visual... | David Cole | 2008-07-30 | 1 | -2/+3 |
|
|
* | ENH: Do not auto-create out-dated cache variables | Brad King | 2008-07-03 | 1 | -15/+23 |
|
|
* | BUG: fix for bug 7222 manifest:no not working for makefiles | Bill Hoffman | 2008-06-20 | 1 | -9/+29 |
|
|
* | ENH: support large object file lists with incremental visual studio linking | Bill Hoffman | 2008-06-18 | 1 | -1/+1 |
|
|
* | ENH: add an enabled language property | Bill Hoffman | 2008-06-17 | 1 | -0/+23 |
|
|
* | ENH: Whenever CMake re-runs from inside the VS IDE inform the user why. | Brad King | 2008-06-08 | 1 | -1/+5 |
|
|
* | BUG: make "cmake -Wno-dev ../srcdir" work, advancing i had the effect that | Alexander Neundorf | 2008-05-12 | 1 | -3/+1 |
|
|
* | BUG: Remove check for files written by file(WRITE) being loaded. | Brad King | 2008-04-30 | 1 | -17/+0 |
|
|
* | ENH: install the mac application bundle into /Applications directly with no e... | Bill Hoffman | 2008-04-04 | 1 | -0/+13 |
|
|
* | ENH: make it possible to disable debug output again | Alexander Neundorf | 2008-04-02 | 1 | -1/+1 |
|
|
* | ENH: try to fix mac symlinks to the executable | Bill Hoffman | 2008-03-28 | 1 | -2/+2 |
|
|
* | BUG: fix install problem on make and allow symlinks to cmake bin directory | Bill Hoffman | 2008-03-27 | 1 | -0/+2 |
|
|
* | ENH: clean up annoying output from rc tool in VS9 | Bill Hoffman | 2008-03-27 | 1 | -4/+9 |
|
|
* | ENH: make sure -Wno-dev sticks so make rebuild_cache will work | Bill Hoffman | 2008-03-22 | 1 | -16/+21 |
|
|
* | ENH: Clarify end of (dev) warnings to explicitly state they are meant for pro... | Brad King | 2008-03-20 | 1 | -1/+2 |
|
|
* | ENH: move the clear to before things are added to the maps | Bill Hoffman | 2008-03-13 | 1 | -2/+2 |
|
|
* | ENH: Make (dev) warnings show note about -Wno-dev option. Fix -Wdev and -Wno... | Brad King | 2008-03-13 | 1 | -0/+16 |
|
|
* | ENH: Improve new error/warning message generation | Brad King | 2008-03-13 | 1 | -0/+78 |
|
|
* | ENH: change CMP_ to CMP | Ken Martin | 2008-03-13 | 1 | -1/+1 |
|
|
* | ENH: make sure properties are re-set on each configure | Bill Hoffman | 2008-03-12 | 1 | -9/+17 |
|
|
* | ENH: add ability to suppress dev warnings to gui code | Bill Hoffman | 2008-03-12 | 1 | -12/+20 |
|
|
* | BUG: Fixes to VS8/VS9 project regeneration rules | Brad King | 2008-03-11 | 1 | -2/+48 |
|
|
* | ENH: add a way to suppress the new policy warnings, still need ccmake and gui's | Bill Hoffman | 2008-03-11 | 1 | -0/+17 |
|
|