Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: add return and break support to cmake, also change basic command ↵ | Ken Martin | 2008-01-23 | 1 | -1/+2 |
| | | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class | ||||
* | ENH: Pass -C flag to cmake to generate the apropriate build command | Andy Cedilnik | 2006-07-09 | 1 | -1/+7 |
| | |||||
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵ | Brad King | 2006-06-01 | 1 | -1/+1 |
| | | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles. | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+6 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -4/+5 |
| | |||||
* | ENH: Add a way for the generated command to include extra flags. This is ↵ | Andy Cedilnik | 2005-12-01 | 1 | -34/+3 |
| | | | | useful for CTest (or try compile) to add -j2 | ||||
* | ENH: Remove the old code | Andy Cedilnik | 2005-05-10 | 1 | -2/+5 |
| | |||||
* | ENH: Try to see if GenerateBuildCommand produces apropriate result | Andy Cedilnik | 2005-04-29 | 1 | -4/+10 |
| | |||||
* | fix for xcode | Bill Hoffman | 2005-03-23 | 1 | -3/+2 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -1/+0 |
| | |||||
* | ENH: dot net almost working | Bill Hoffman | 2002-02-25 | 1 | -0/+10 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | no message | Sebastien Barre | 2002-01-18 | 1 | -1/+0 |
| | |||||
* | use -i not -k for make | Bill Hoffman | 2001-12-15 | 1 | -1/+1 |
| | |||||
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 1 | -4/+1 |
| | |||||
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵ | Bill Hoffman | 2001-11-15 | 1 | -2/+4 |
| | | | | used by Dart, nmake makefiles work with borland make and nmake | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Added a clause for Borland compiler compatibility | John Biddiscombe | 2001-09-01 | 1 | -0/+7 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -7/+6 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | modified how paths are escaped, added depends | Ken Martin | 2001-06-26 | 1 | -1/+1 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | Changed Windows build command to build Release | Jim Miller | 2001-05-24 | 1 | -1/+1 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -0/+84 |