Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Better search for python | Andy Cedilnik | 2002-12-09 | 1 | -6/+23 |
| | |||||
* | ENH: Using only filename without path or extension for comparing build tools. | Brad King | 2002-12-09 | 1 | -2/+9 |
| | |||||
* | clean up leaks | Bill Hoffman | 2002-12-09 | 3 | -8/+14 |
| | |||||
* | use win32 threads for win32 | Bill Hoffman | 2002-12-09 | 2 | -0/+2 |
| | |||||
* | 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 ↵ | Andy Cedilnik | 2002-12-09 | 1 | -0/+1 |
| | | | | result in globbing not the ones that were is the vector before | ||||
* | Rename variable to remove warning | Andy Cedilnik | 2002-12-09 | 2 | -8/+8 |
| | |||||
* | ERR: Remove references to files removed 4 days ago | Yves Starreveld | 2002-12-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | BUG: fix C compiler init | Bill Hoffman | 2002-12-06 | 1 | -5/+5 |
| | |||||
* | clean up compiler picking code | Bill Hoffman | 2002-12-06 | 2 | -13/+9 |
| | |||||
* | fix for generator picked compilers | Bill Hoffman | 2002-12-06 | 3 | -7/+29 |
| | |||||
* | 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 ↵ | Bill Hoffman | 2002-12-05 | 2 | -3/+21 |
| | | | | CMakeCache.txt file is changed | ||||
* | Better dependencies for bootstrap | Andy Cedilnik | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | ENH: unify EnableLanguage across all generators | Bill Hoffman | 2002-12-05 | 22 | -323/+400 |
| | |||||
* | Speedup the test | Andy Cedilnik | 2002-12-05 | 6 | -48/+26 |
| | |||||
* | 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 |
| | |||||
* | ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake ↵ | Brad King | 2002-12-05 | 4 | -27/+457 |
| | | | | file that does a LOAD_CACHE. | ||||
* | BUG: Fix for string comparison when one string is empty. | Brad King | 2002-12-05 | 1 | -11/+11 |
| | |||||
* | ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro. | Brad King | 2002-12-05 | 3 | -0/+250 |
| | |||||
* | 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 |
| | |||||
* | BUG: Removed stray debugging message. | Brad King | 2002-12-04 | 1 | -2/+0 |
| | |||||
* | ENH: When a full path to a library cannot be parsed, just add the whole path ↵ | Brad King | 2002-12-04 | 1 | -0/+9 |
| | | | | to the link line. If it isn't a valid path, the linker will complain. | ||||
* | BUG: fix get make command problems. | Bill Hoffman | 2002-12-04 | 6 | -14/+41 |
| | |||||
* | 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 | 10 | -11/+25 |
| | |||||
* | remove unused files | Bill Hoffman | 2002-12-03 | 9 | -1872/+0 |
| | |||||
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -2/+2 |
| | |||||
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 1 | -5/+3 |
| | |||||
* | Module to find tools from the ImageMagick package. | Luis Ibanez | 2002-12-03 | 1 | -0/+34 |
| | | | | These tools are useful for converting image formats. | ||||
* | remove code warrior and fixed GUI isues | Ken Martin | 2002-12-03 | 6 | -65/+64 |
| |