Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new arch | Ken Martin | 2002-09-12 | 1 | -101/+0 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -0/+1 |
| | |||||
* | BUG: fix jump to directory and build for nmake if library path is not set. ↵ | Bill Hoffman | 2002-07-31 | 1 | -4/+5 |
| | | | | combine OutputBuildExecutableInDir and OutputBuildLibraryInDir into OutputBuildTargetInDir | ||||
* | use lower case and not short path for uniq paths on window | Bill Hoffman | 2002-06-11 | 1 | -1/+1 |
| | |||||
* | ENH: make CMake less verbose/precious | Sebastien Barre | 2002-04-22 | 1 | -1/+2 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -1/+1 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | BUG: fix for files with dashes in them | Bill Hoffman | 2002-03-14 | 1 | -0/+3 |
| | |||||
* | ENH: big change in the path handling, one function CreateOutputPath is used ↵ | Bill Hoffman | 2002-02-22 | 1 | -1/+1 |
| | | | | to escape spaces and convert to the native path type | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | Fix the command quoting pb (remove m_QuoteNextCommand), move ↵ | Sebastien Barre | 2001-12-06 | 1 | -4/+1 |
| | | | | ConvertToNativePath to NMake gen | ||||
* | ENH: borland generator 2 is working more or less | Bill Hoffman | 2001-11-28 | 1 | -1/+3 |
| | |||||
* | add new borland generator | Bill Hoffman | 2001-11-28 | 1 | -0/+4 |
| | |||||
* | bug: fix same path comparison when short paths are used | Bill Hoffman | 2001-11-28 | 1 | -1/+3 |
| | |||||
* | ENH: nmake generator much closer to working with spaces | Berk Geveci | 2001-11-27 | 1 | -0/+4 |
| | |||||
* | closer to nmake working, added CMAKE_MAKE_COMMAND instead of MAKECOMMAND ↵ | Bill Hoffman | 2001-11-15 | 1 | -0/+2 |
| | | | | used by Dart, nmake makefiles work with borland make and nmake | ||||
* | ENH: fix library builds with nmake | Bill Hoffman | 2001-11-15 | 1 | -0/+5 |
| | |||||
* | closer to nmake build | Bill Hoffman | 2001-11-14 | 1 | -1/+3 |
| | |||||
* | nmake support | Bill Hoffman | 2001-11-14 | 1 | -0/+24 |
| | |||||
* | start work on nmake generator | Bill Hoffman | 2001-11-13 | 1 | -0/+77 |