Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: partial fix for the progress after install bug | Ken Martin | 2006-10-16 | 1 | -22/+30 |
| | |||||
* | ENH: do not print a call stack if the user does a message error unless ↵ | Bill Hoffman | 2006-10-06 | 1 | -0/+6 |
| | | | | --debug-output is used | ||||
* | ENH: do not allow null pointer access | Bill Hoffman | 2006-10-03 | 1 | -0/+5 |
| | |||||
* | ENH: Added undocumented option -E cmake_unimplemented_variable to help print ↵ | Brad King | 2006-08-07 | 1 | -0/+12 |
| | | | | useful error messages for unimplemented features on a given platform. | ||||
* | ENH: fix color output inside of ctest runs | Ken Martin | 2006-07-21 | 1 | -1/+2 |
| | |||||
* | ENH: Cleanup. Replace c-style cast with static_cast and replace sprintf with ↵ | Andy Cedilnik | 2006-07-21 | 1 | -12/+13 |
| | | | | cmOStringStream | ||||
* | ENH: add a higher performance method to get the number of files in a directory | Ken Martin | 2006-06-22 | 1 | -3/+2 |
| | |||||
* | ENH: avoid crash in sprintf | Bill Hoffman | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | ENH: Added generation of link rules into script files executed by a cmake -E ↵ | Brad King | 2006-06-15 | 1 | -0/+105 |
| | | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells. | ||||
* | BUG: Always check dependency integrity whether or not CMake will re-run ↵ | Brad King | 2006-06-15 | 1 | -21/+20 |
| | | | | because the generator no longer checks integrity during generation. | ||||
* | ENH: some cleanup to progress | Ken Martin | 2006-06-12 | 1 | -2/+2 |
| | |||||
* | BUG: Fixed cmake -E remove return code. | Brad King | 2006-05-30 | 1 | -4/+11 |
| | |||||
* | BUG: Updated Makefile dependency scanning to provide a full local generator ↵ | Brad King | 2006-05-25 | 1 | -4/+61 |
| | | | | to the dependency scanner to do proper path conversions. This allows the rules written into the depend.make files to use the same relative path conversion as those written into the build.make files. Several previous changes added more and more information for use by the dependency scanner and it was converging to having the full local generator anyway. | ||||
* | ENH: always compile progress | Ken Martin | 2006-05-23 | 1 | -5/+2 |
| | |||||
* | COMP: fix bootstrap | Ken Martin | 2006-05-22 | 1 | -0/+4 |
| | |||||
* | COMP: fix mac warning | Ken Martin | 2006-05-22 | 1 | -1/+1 |
| | |||||
* | ENH: part of the progress reporting checkin | Ken Martin | 2006-05-22 | 1 | -0/+63 |
| | |||||
* | ENH: fix crashes when command line arguments are not followed by the correct ↵ | Bill Hoffman | 2006-05-19 | 1 | -3/+32 |
| | | | | number of arguments | ||||
* | ENH: Add simple progress reporting during make | Andy Cedilnik | 2006-05-15 | 1 | -0/+15 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -13/+20 |
| | |||||
* | COMP: Disable color support for bootstrap. | Brad King | 2006-04-27 | 1 | -3/+11 |
| | |||||
* | ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support ↵ | Brad King | 2006-04-27 | 1 | -0/+113 |
| | | | | for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project. | ||||
* | ENH: save the cache on fatal error so that users can set cache values | Bill Hoffman | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | ENH: add more verbose output in verbose mode | Bill Hoffman | 2006-04-12 | 1 | -6/+40 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -0/+4 |
| | | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. | ||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -0/+3 |
| | | | | warnings produced by building for win64 | ||||
* | COMP: Fix apple bootstrap issues | Andy Cedilnik | 2006-03-22 | 1 | -3/+5 |
| | |||||
* | ENH: Handle missing unsetenv and add check for environ | Andy Cedilnik | 2006-03-17 | 1 | -0/+2 |
| | |||||
* | ENH: Use vector of plain strings and add cmake -E command for getting ↵ | Andy Cedilnik | 2006-03-17 | 1 | -5/+18 |
| | | | | environment | ||||
* | ENH: fix up this changes for mac | Bill Hoffman | 2006-03-15 | 1 | -2/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -255/+259 |
| | |||||
* | ENH: remove print | Bill Hoffman | 2006-03-11 | 1 | -1/+0 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -138/+193 |
| | |||||
* | ENH: Add a way to overwrite some preferences and ignore certain targets | Andy Cedilnik | 2006-03-07 | 1 | -12/+79 |
| | |||||
* | ENH: Add CMAKE_COMMAND and CMAKE_ROOT variables when running in script mode. ↵ | Brad King | 2006-03-07 | 1 | -0/+4 |
| | | | | This partially addresses bug#2828. | ||||
* | COMP: Fix warnings | Andy Cedilnik | 2006-03-07 | 1 | -8/+8 |
| | |||||
* | COMP: Oops, typo | Andy Cedilnik | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | ENH: Add support for exporting graphviz of the project dependencies | Andy Cedilnik | 2006-03-03 | 1 | -0/+177 |
| | |||||
* | BUG: Fix location of ctest for bootstrap | Andy Cedilnik | 2006-02-24 | 1 | -0/+7 |
| | |||||
* | ENH: Add accessors for CTest and CPack | Andy Cedilnik | 2006-02-23 | 1 | -0/+93 |
| | |||||
* | ENH: Enable capture of output from VCExpress.exe and devenv.exe. | Brad King | 2006-02-15 | 1 | -0/+2 |
| | |||||
* | ENH: do not allow mingw makefiles to generate if sh.exe is in the path, also ↵ | Bill Hoffman | 2006-02-15 | 1 | -1/+2 |
| | | | | do not write CMakeCache.txt if there is a fatal error. | ||||
* | BUG: Fixed echo command to not print trailing space. | Brad King | 2006-02-10 | 1 | -1/+3 |
| | |||||
* | ENH: Enabled build of VS 7 and 8 generators for MinGW. | Brad King | 2006-02-01 | 1 | -10/+6 |
| | |||||
* | ENH: Enabled bootstrapping with MinGW from an MSYS prompt. | Brad King | 2006-01-31 | 1 | -7/+15 |
| | |||||
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -0/+3 |
| | |||||
* | ENH: Add a way to compare two files | Andy Cedilnik | 2005-12-30 | 1 | -0/+14 |
| | |||||
* | ENH: Make the syntax more line tar | Andy Cedilnik | 2005-12-29 | 1 | -19/+32 |
| | |||||
* | ENH: Make additional file names optional | Andy Cedilnik | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | ENH: Add untaring support | Andy Cedilnik | 2005-12-29 | 1 | -0/+17 |
| |