Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵ | Brad King | 2001-12-10 | 5 | -54/+34 |
| | | | | functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped. | ||||
* | BUG: if LIBRARY_OUTPUT_PATH is set, then use the fullpath for a remote target | Bill Hoffman | 2001-12-09 | 1 | -1/+6 |
| | |||||
* | WAR: remove warning | Bill Hoffman | 2001-12-09 | 1 | -1/+1 |
| | |||||
* | BUG: executable extension wrong for ctest search, and was not looking in ↵ | Bill Hoffman | 2001-12-08 | 1 | -1/+17 |
| | | | | Debug and Release | ||||
* | If an entry starts with // (network paths), double quote it. | Berk Geveci | 2001-12-07 | 1 | -2/+4 |
| | |||||
* | BUG: the rule for generating a library no longer has the full path, and so the | Amitha Perera | 2001-12-07 | 1 | -2/+2 |
| | | | | dependency targets shouldn't, either. | ||||
* | Comments start with TWO leading slashes not _one_ | Berk Geveci | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | version rev | Ken Martin | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | release 10 | Ken Martin | 2001-12-07 | 1 | -2/+2 |
| | |||||
* | ENH: add mark as not advanced to mark as advanced | Bill Hoffman | 2001-12-07 | 5 | -11/+60 |
| | |||||
* | yet another release | Bill Hoffman | 2001-12-07 | 1 | -2/+260 |
| | |||||
* | ENH: convert to windows paths | Bill Hoffman | 2001-12-07 | 1 | -0/+4 |
| | |||||
* | ENH: use windows paths to run commands and escape spaces | Bill Hoffman | 2001-12-07 | 1 | -0/+4 |
| | |||||
* | ENH: add custom commands for targets | Bill Hoffman | 2001-12-07 | 4 | -13/+120 |
| | |||||
* | Remove "unused var" warning from C_FLAGS | Sebastien Barre | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | Do not output library search path if the library path option/flag is empty + ↵ | Sebastien Barre | 2001-12-07 | 1 | -18/+46 |
| | | | | add CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support the @<< syntax | ||||
* | Add CMAKE_LINKER_HIDE_PARAMETERS since some linkers just do not support the ↵ | Sebastien Barre | 2001-12-07 | 1 | -0/+4 |
| | | | | @<< syntax | ||||
* | Fix bug with string | Andy Cedilnik | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | ENH: call convert to unix slashes for path and filepath entries | Bill Hoffman | 2001-12-06 | 1 | -0/+5 |
| | |||||
* | Added support for ~. | Berk Geveci | 2001-12-06 | 1 | -2/+11 |
| | |||||
* | handle tildas | Ken Martin | 2001-12-06 | 1 | -0/+10 |
| | |||||
* | Lib path should be converted to native path too. | Sebastien Barre | 2001-12-06 | 1 | -1/+2 |
| | |||||
* | Fix the command quoting pb (remove m_QuoteNextCommand), move ↵ | Sebastien Barre | 2001-12-06 | 4 | -50/+36 |
| | | | | ConvertToNativePath to NMake gen | ||||
* | better use of modules | Ken Martin | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | better docs | Ken Martin | 2001-12-06 | 1 | -0/+1 |
| | |||||
* | now broken into pieces | Ken Martin | 2001-12-06 | 1 | -18/+2 |
| | |||||
* | new modules | Ken Martin | 2001-12-06 | 2 | -0/+36 |
| | |||||
* | Cleaning last line at exit. | Ken Martin | 2001-12-06 | 1 | -0/+2 |
| | |||||
* | made install prefix non advanced | Ken Martin | 2001-12-06 | 1 | -1/+0 |
| | |||||
* | If Shift is pressed with 'OK', then don't quit | Sebastien Barre | 2001-12-05 | 1 | -1/+4 |
| | |||||
* | ENH: add more possible names for executables. | Amitha Perera | 2001-12-05 | 1 | -2/+2 |
| | |||||
* | Add single quotes feature. | Sebastien Barre | 2001-12-05 | 3 | -24/+121 |
| | |||||
* | Add single quotes feature. | Sebastien Barre | 2001-12-05 | 1 | -5/+5 |
| | |||||
* | up version | Ken Martin | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | up version | Ken Martin | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | new version | Bill Hoffman | 2001-12-05 | 1 | -134/+1565 |
| | |||||
* | updated from rtf | Will Schroeder | 2001-12-05 | 1 | -0/+0 |
| | |||||
* | ENH: update cvs path | Bill Hoffman | 2001-12-05 | 1 | -194/+194 |
| | |||||
* | Add the flat_namespace and undefined suppress flags to OSX builds | Yves Starreveld | 2001-12-04 | 2 | -2/+2 |
| | |||||
* | ENH: remove /tmp_mnt from all paths in convert to unix slashes | Bill Hoffman | 2001-12-04 | 1 | -0/+7 |
| | |||||
* | Fixed outdated comment | Berk Geveci | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | add tWM to c flags as well as CXX flags | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | Fixed overflow problem. | Berk Geveci | 2001-12-04 | 1 | -8/+2 |
| | |||||
* | ENH: add -tWM to default flags for compilation | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | crazy fix for putenv, and native path called on custom command paths | Bill Hoffman | 2001-12-04 | 1 | -3/+17 |
| | |||||
* | replacing clear() | Berk Geveci | 2001-12-04 | 1 | -1/+2 |
| | |||||
* | Added debugging. | Berk Geveci | 2001-12-04 | 6 | -1/+81 |
| | |||||
* | Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED. | Sebastien Barre | 2001-12-04 | 8 | -163/+153 |
| | |||||
* | Remove code duplication. Call FindTcl.cmake, which also does the ADVANCED stuff. | Sebastien Barre | 2001-12-04 | 1 | -6/+2 |
| | |||||
* | Make shells also ADVANCED | Sebastien Barre | 2001-12-04 | 1 | -0/+4 |
| |