| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed warnings | Ken Martin | 2002-12-13 | 2 | -3/+0 |
|
|
* | ERR: Fixed unused parameter warning. | Brad King | 2002-12-13 | 2 | -2/+2 |
|
|
* | Make try compile add a depend to re-run cmake if its source chagnes | Bill Hoffman | 2002-12-12 | 2 | -1/+7 |
|
|
* | ENH: Improved filename/line number reporting in error message. Macro invocat... | Brad King | 2002-12-12 | 6 | -28/+45 |
|
|
* | BUG: Multi-line functions must also increment line number, not the pointer. | Brad King | 2002-12-11 | 1 | -1/+1 |
|
|
* | ERR: Dummy InitialPass implementation must return a value. | Brad King | 2002-12-11 | 1 | -1/+1 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 53 | -629/+607 |
|
|
* | removed dsw file | Ken Martin | 2002-12-11 | 1 | -113/+0 |
|
|
* | added a Free method | Ken Martin | 2002-12-11 | 2 | -1/+16 |
|
|
* | ENH: Improved implementation of MSVC debug hook to only add the hook if DART_... | Brad King | 2002-12-11 | 2 | -14/+15 |
|
|
* | Add check so that java projects build without C++ | Andy Cedilnik | 2002-12-11 | 3 | -75/+86 |
|
|
* | ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when... | Brad King | 2002-12-11 | 7 | -0/+34 |
|
|
* | ENH: Generate code to setup MSVC debug library hook. The test driver program... | Brad King | 2002-12-11 | 1 | -9/+29 |
|
|
* | Add java support | Andy Cedilnik | 2002-12-11 | 1 | -6/+28 |
|
|
* | Add support for comments on custom commands in visual studio 6 | Andy Cedilnik | 2002-12-10 | 2 | -1/+7 |
|
|
* | Add support for comments on custom commands in visual studio 7 | Andy Cedilnik | 2002-12-10 | 2 | -4/+17 |
|
|
* | Add comment support, so that you can see in build process what the custom com... | Andy Cedilnik | 2002-12-10 | 9 | -16/+41 |
|
|
* | Allow target with no command | Andy Cedilnik | 2002-12-10 | 2 | -3/+3 |
|
|
* | ENH: update to new style MakeDepend | Bill Hoffman | 2002-12-10 | 2 | -13/+38 |
|
|
* | FIX: drag&drop on CMake icon was not working anymore. | Sebastien Barre | 2002-12-10 | 1 | -5/+5 |
|
|
* | updated for changes in Depend Calcs | Ken Martin | 2002-12-10 | 2 | -12/+36 |
|
|
* | BUG: do not output empty depends | Bill Hoffman | 2002-12-10 | 1 | -9/+9 |
|
|
* | Remove warning | Andy Cedilnik | 2002-12-10 | 1 | -2/+4 |
|
|
* | remove cerr | Bill Hoffman | 2002-12-10 | 1 | -1/+0 |
|
|
* | BUG: fix bug in depends | Bill Hoffman | 2002-12-10 | 3 | -18/+34 |
|
|
* | Add to usage | Andy Cedilnik | 2002-12-09 | 1 | -1/+4 |
|
|
* | clean up leaks | Bill Hoffman | 2002-12-09 | 3 | -8/+14 |
|
|
* | Initial addition of coverage | Andy Cedilnik | 2002-12-09 | 2 | -10/+402 |
|
|
* | Fix bug in globbing. Now it actually uses only files or directories that resu... | Andy Cedilnik | 2002-12-09 | 1 | -0/+1 |
|
|
* | Rename variable to remove warning | Andy Cedilnik | 2002-12-09 | 2 | -8/+8 |
|
|
* | ENH: move version to title bar | Bill Hoffman | 2002-12-06 | 3 | -15/+5 |
|
|
* | ENH: fix IntDir jump and build problem | Bill Hoffman | 2002-12-06 | 5 | -32/+44 |
|
|
* | ENH: set the CXX and CC environment vars | Bill Hoffman | 2002-12-06 | 1 | -1/+25 |
|
|
* | fix for generator picked compilers | Bill Hoffman | 2002-12-06 | 1 | -0/+2 |
|
|
* | use correct path type for check_cache file | Bill Hoffman | 2002-12-05 | 1 | -5/+15 |
|
|
* | fix free before use | Bill Hoffman | 2002-12-05 | 1 | -2/+3 |
|
|
* | ENH: add status bar and help for items | Bill Hoffman | 2002-12-05 | 1 | -1/+1 |
|
|
* | ENH: add status bar and help for items | Bill Hoffman | 2002-12-05 | 3 | -47/+64 |
|
|
* | ENH: add a rule to automatically re-run cmake from the top if the CMakeCache.... | Bill Hoffman | 2002-12-05 | 2 | -3/+21 |
|
|
* | Better dependencies for bootstrap | Andy Cedilnik | 2002-12-05 | 1 | -1/+1 |
|
|
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 13 | -212/+219 |
|
|
* | BUG: make sure OK can not be hit first time around | Bill Hoffman | 2002-12-05 | 1 | -1/+0 |
|
|
* | use InAll target setting to determine what targets are in the default build | Ken Martin | 2002-12-05 | 1 | -1/+1 |
|
|
* | use InAll target setting to determine what targets are in the default build | Ken Martin | 2002-12-05 | 1 | -4/+8 |
|
|
* | ENH: Added COMPARE modes to STRING command. | Brad King | 2002-12-04 | 2 | -1/+67 |
|
|
* | ENH: When a full path to a library cannot be parsed, just add the whole path ... | Brad King | 2002-12-04 | 1 | -0/+9 |
|
|
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 5 | -13/+38 |
|
|
* | added CMAKE_BACKWARDS_COMPATIBILITY entry | Ken Martin | 2002-12-04 | 1 | -0/+16 |
|
|
* | updated comment | Ken Martin | 2002-12-04 | 1 | -1/+2 |
|
|
* | determine CMAKE_MAKE_PROGRAM in EnableLanguage | Bill Hoffman | 2002-12-03 | 3 | -3/+16 |
|
|