| Commit message (Expand) | Author | Age | Files | Lines |
* | makefile now does not ignore NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -17/+0 |
|
|
* | makefile now ignores NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -0/+17 |
|
|
* | ENH: better Drag&Drop, and change source dir automatically when build dir is ... | Sebastien Barre | 2002-07-22 | 1 | -15/+50 |
|
|
* | allows no arguments | Ken Martin | 2002-07-22 | 2 | -4/+2 |
|
|
* | ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too | Sebastien Barre | 2002-07-21 | 1 | -6/+3 |
|
|
* | ENH: add Drag & Drop (directory, file, or CMakeCache), support for Shortcut too | Sebastien Barre | 2002-07-21 | 4 | -25/+110 |
|
|
* | modified to accept no arguments | Ken Martin | 2002-07-20 | 1 | -2/+2 |
|
|
* | full variable replacement and removal or empty arguments | Ken Martin | 2002-07-19 | 1 | -9/+23 |
|
|
* | does not need a second argument | Ken Martin | 2002-07-19 | 1 | -1/+7 |
|
|
* | fixe for files with paths | Ken Martin | 2002-07-17 | 1 | -1/+9 |
|
|
* | Fix changing of directories using cmSystemTools RunCommand feature | Andy Cedilnik | 2002-07-17 | 1 | -9/+6 |
|
|
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 3 | -8/+17 |
|
|
* | BUG: Only the last extension should be removed. | Brad King | 2002-07-15 | 1 | -1/+1 |
|
|
* | ENH: Added GetFilenameWithoutLastExtension. | Brad King | 2002-07-15 | 2 | -0/+24 |
|
|
* | fix install target | Ken Martin | 2002-07-15 | 2 | -3/+3 |
|
|
* | fix warning | Ken Martin | 2002-07-11 | 1 | -1/+1 |
|
|
* | BUG: fix for compile with hp | Bill Hoffman | 2002-07-11 | 1 | -4/+4 |
|
|
* | fix warning on Sun | Ken Martin | 2002-07-10 | 1 | -2/+2 |
|
|
* | Add command that runs program in given directory | Andy Cedilnik | 2002-07-10 | 1 | -0/+27 |
|
|
* | better error handling with if statements | Ken Martin | 2002-07-10 | 5 | -40/+58 |
|
|
* | Fix problem when using NMake. This generated lines without space so nmake got... | Andy Cedilnik | 2002-07-10 | 1 | -1/+1 |
|
|
* | fixed warning | Ken Martin | 2002-07-02 | 2 | -2/+2 |
|
|
* | consolidated IF handling and added checks for bad arguments | Ken Martin | 2002-07-01 | 3 | -181/+83 |
|
|
* | fixed commands that were setting definitions in final pass to set definitions... | Ken Martin | 2002-06-30 | 2 | -20/+19 |
|
|
* | fixed commands that were setting definitions in final pass to set definitions... | Ken Martin | 2002-06-30 | 4 | -85/+83 |
|
|
* | Remove another warning in the python wrapping | Andy Cedilnik | 2002-06-28 | 1 | -1/+1 |
|
|
* | performance fix | Ken Martin | 2002-06-28 | 1 | -2/+2 |
|
|
* | Add removing of warnings and add comment about the file being generated in CMake | Andy Cedilnik | 2002-06-28 | 1 | -0/+5 |
|
|
* | bug fix for aux src dirs | Ken Martin | 2002-06-28 | 1 | -0/+8 |
|
|
* | minor cleanup | Ken Martin | 2002-06-28 | 2 | -3/+2 |
|
|
* | performance inprovements | Ken Martin | 2002-06-28 | 2 | -3/+12 |
|
|
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
|
|
* | bug fix | Ken Martin | 2002-06-27 | 2 | -2/+2 |
|
|
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
|
|
* | removed all source lists from the system and made them vectors. Also appended... | Ken Martin | 2002-06-27 | 26 | -416/+442 |
|
|
* | BUG: CMake crashed if it failed to find its own executable. Also added bette... | Brad King | 2002-06-27 | 2 | -7/+23 |
|
|
* | BUG: try to tell the difference between variables with sources and other vari... | Bill Hoffman | 2002-06-25 | 1 | -2/+12 |
|
|
* | BUG: Result from ostrstream::str() can be a null pointer. | Brad King | 2002-06-25 | 1 | -1/+2 |
|
|
* | BUG: Attempt to fix ostrstream::str() wrapper for broken platforms. | Brad King | 2002-06-24 | 1 | -2/+2 |
|
|
* | modified to handle src list vectors without proper dollar signs | Ken Martin | 2002-06-24 | 1 | -17/+62 |
|
|
* | BUG: make sure windows paths are used for the command or it will not work for... | Ken Martin | 2002-06-24 | 1 | -1/+1 |
|
|
* | ERR: using declaration to move streams into std namespace needs to bring up o... | Brad King | 2002-06-21 | 1 | -2/+2 |
|
|
* | ERR: Removed most of the repeated curses declarations. The cause errors on o... | Brad King | 2002-06-21 | 1 | -0/+3 |
|
|
* | ERR: Added function declarations from curses.h. They are not present on some... | Brad King | 2002-06-21 | 1 | -0/+15 |
|
|
* | modified MATCHES to handle non variables | Bill Hoffman | 2002-06-20 | 2 | -2/+10 |
|
|
* | ERR: cmStringStream is taking the functionality of ostringstream and ostrstre... | Brad King | 2002-06-20 | 1 | -5/+5 |
|
|
* | ENH: Added cmStringStream class to wrap std::stringstream or std::strstream d... | Brad King | 2002-06-19 | 10 | -54/+89 |
|
|
* | ENH: FindLibrary supports .Net specific lib dirs | Sebastien Barre | 2002-06-19 | 1 | -1/+20 |
|
|
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 1 | -1/+0 |
|
|
* | modified create test source to create a vector | Ken Martin | 2002-06-19 | 4 | -19/+37 |
|
|