Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵ | Bill Hoffman | 2002-12-17 | 15 | -30/+30 |
| | | | | projects within projects to have different languages | ||||
* | BUG: Renamed X11 test executable to useX11 to avoid conflict with name of ↵ | Brad King | 2002-12-17 | 2 | -12/+13 |
| | | | | library. | ||||
* | better handling of Module | Ken Martin | 2002-12-17 | 1 | -2/+5 |
| | |||||
* | Save directories when doing global build | Andy Cedilnik | 2002-12-17 | 1 | -0/+5 |
| | |||||
* | ENH: Improved error message for macro invoked with incorrect number of ↵ | Brad King | 2002-12-17 | 1 | -1/+7 |
| | | | | arguments. | ||||
* | ENH: TryCompile should produce a verbose makefile. | Brad King | 2002-12-17 | 1 | -0/+1 |
| | |||||
* | ENH: FindX11.cmake module now almost fully duplicates old configure ↵ | Brad King | 2002-12-17 | 2 | -55/+108 |
| | | | | functionality. | ||||
* | some clean up in link directories | Ken Martin | 2002-12-17 | 1 | -8/+35 |
| | |||||
* | Split ctest into two three files | Andy Cedilnik | 2002-12-17 | 4 | -1458/+1475 |
| | |||||
* | BUG: Cannot remove quotes from defined flags. | Brad King | 2002-12-16 | 1 | -1/+2 |
| | |||||
* | Fix switching from local to global generation when cmake version changes or ↵ | Andy Cedilnik | 2002-12-16 | 1 | -3/+12 |
| | | | | when things change inside version | ||||
* | ENH: Added copy_if_different option to -E flag. | Brad King | 2002-12-16 | 1 | -0/+8 |
| | |||||
* | BUG: Fixed quotes in output paths. | Brad King | 2002-12-16 | 2 | -6/+4 |
| | |||||
* | Add support for only showing what will be done. This way you can for example ↵ | Andy Cedilnik | 2002-12-15 | 2 | -48/+104 |
| | | | | get a list of all tests: ctest -N or list of all tests that match regex: ctest -N -R regex | ||||
* | ENH: Added test for generated header included by non-generated source. | Brad King | 2002-12-13 | 12 | -9/+75 |
| | |||||
* | BUG: Need source file and OBJECT_DEPENDS as dependencies of an object file. | Brad King | 2002-12-13 | 1 | -2/+2 |
| | |||||
* | ENH: Added source file property OBJECT_DEPENDS to support generated header ↵ | Brad King | 2002-12-13 | 5 | -11/+114 |
| | | | | files included in non-generated sources. | ||||
* | ENH: Don't repeat check even if answer was no. | Brad King | 2002-12-13 | 6 | -42/+46 |
| | |||||
* | made more strict | Ken Martin | 2002-12-13 | 1 | -8/+1 |
| | |||||
* | 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: Updated for 1.4.7 release. | Brad King | 2002-12-12 | 7 | -8/+8 |
| | |||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 6 | -28/+45 |
| | | | | invocations now chain up the error message. | ||||
* | ERR: Fixed syntax errors for picky preprocessors. | Brad King | 2002-12-12 | 1 | -1/+1 |
| | |||||
* | ERR: Need double-quotes around expression to be mached in IF command. | Brad King | 2002-12-12 | 2 | -4/+4 |
| | |||||
* | BUG: Can't double-quote foreach arguments. | Brad King | 2002-12-12 | 6 | -6/+6 |
| | |||||
* | now uses SET instead of SOURCE_LIST command | Ken Martin | 2002-12-12 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Brad King | 2002-12-11 | 53 | -629/+607 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | 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 ↵ | Brad King | 2002-12-11 | 2 | -14/+15 |
| | | | | DART_TEST_FROM_DART is set in the environment. This is better than always adding the hook and testing the environment from the callback. | ||||
* | 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 ↵ | Brad King | 2002-12-11 | 7 | -0/+34 |
| | | | | when CMake is invoked by Dart. | ||||
* | ENH: Generate code to setup MSVC debug library hook. The test driver ↵ | Brad King | 2002-12-11 | 1 | -9/+29 |
| | | | | program will not display error dialogs if DART_TEST_FROM_DART is set in the environment. | ||||
* | Add java support | Andy Cedilnik | 2002-12-11 | 3 | -6/+165 |
| | |||||
* | 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 ↵ | Andy Cedilnik | 2002-12-10 | 9 | -16/+41 |
| | | | | command does | ||||
* | 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 |
| | | | | | - the cmake instance had to be created before accessing the cache (doh) - the cache iterator was not queried properly (seems the API changed) | ||||
* | 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 |
| |