Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: description of variables now follows other style in other .cmake files. | Luis Ibanez | 2002-12-03 | 1 | -3/+4 |
| | |||||
* | ENH: Description of variables now specifies that the full path is required. | Luis Ibanez | 2002-12-03 | 1 | -4/+4 |
| | |||||
* | fix purify FMR | Ken Martin | 2002-12-03 | 1 | -1/+1 |
| | |||||
* | bug fix and some cleanup | Ken Martin | 2002-12-03 | 1 | -1/+6 |
| | |||||
* | clean up coverage some | Ken Martin | 2002-12-03 | 1 | -0/+1 |
| | |||||
* | correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ↵ | Bill Hoffman | 2002-12-03 | 5 | -10/+9 |
| | | | | the rules | ||||
* | use LINK_FLAGS not C and CXX LINK_FLAGS | Bill Hoffman | 2002-12-03 | 1 | -4/+4 |
| | |||||
* | fix compile warning | Ken Martin | 2002-12-02 | 1 | -3/+3 |
| | |||||
* | add project command even if inheriting | Bill Hoffman | 2002-12-02 | 1 | -2/+1 |
| | |||||
* | ENH: put the project command at the front of the project | Bill Hoffman | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 5 | -69/+86 |
| | |||||
* | ENH: remove forced enable language call because a PROJECT command is now ↵ | Bill Hoffman | 2002-12-02 | 1 | -9/+0 |
| | | | | added to each project | ||||
* | ENH: remove cerr calls | Bill Hoffman | 2002-12-02 | 2 | -2/+0 |
| | |||||
* | ENH: add PROJECT command if there is not one | Bill Hoffman | 2002-12-02 | 3 | -9/+53 |
| | |||||
* | minor fix | Ken Martin | 2002-12-02 | 1 | -1/+1 |
| | |||||
* | BUG: add a space around the compile flags | Bill Hoffman | 2002-12-02 | 1 | -0/+1 |
| | |||||
* | BUG: fix compile flags for a single file | Bill Hoffman | 2002-12-02 | 1 | -3/+5 |
| | |||||
* | Fix problem on unix with space | Andy Cedilnik | 2002-11-29 | 1 | -2/+3 |
| | |||||
* | When cd-jing into directory, if directory has space, it should put quotes ↵ | Andy Cedilnik | 2002-11-29 | 1 | -2/+2 |
| | | | | around. I guess we could just put quotes around all the time | ||||
* | ENH: FLTK 1.1.1 under Windows links now with the comctl32 library. | Luis Ibanez | 2002-11-29 | 1 | -1/+1 |
| | |||||
* | Add missing library. The test should be linked to framework Cocoa | Andy Cedilnik | 2002-11-27 | 1 | -0/+1 |
| | |||||
* | Add objective C++ file in the list of C++ files. This may be wrong, but it ↵ | Andy Cedilnik | 2002-11-27 | 1 | -0/+1 |
| | | | | will fix problems on Mac for now | ||||
* | Add ObjC++ test for OSX | Yves Starreveld | 2002-11-27 | 1 | -0/+7 |
| | |||||
* | Test for ObjC++ on OSX machines only | Yves Starreveld | 2002-11-27 | 2 | -0/+27 |
| | |||||
* | Remove warning | Andy Cedilnik | 2002-11-26 | 1 | -2/+0 |
| | |||||
* | Change priorities | Andy Cedilnik | 2002-11-25 | 1 | -2/+2 |
| | |||||
* | fix for paths with spaces and borland | Bill Hoffman | 2002-11-22 | 1 | -1/+8 |
| | |||||
* | change flags for borland | Bill Hoffman | 2002-11-22 | 1 | -1/+4 |
| | |||||
* | Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ↵ | Andy Cedilnik | 2002-11-22 | 1 | -3/+3 |
| | | | | Windows 98 | ||||
* | Rename local variable | Andy Cedilnik | 2002-11-22 | 1 | -2/+2 |
| | |||||
* | add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGS | Bill Hoffman | 2002-11-22 | 1 | -3/+17 |
| | |||||
* | fix for c flags | Bill Hoffman | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | fix flag setting | Bill Hoffman | 2002-11-21 | 1 | -1/+0 |
| | |||||
* | fix flag setting | Bill Hoffman | 2002-11-21 | 1 | -2/+3 |
| | |||||
* | remove debug stuff | Bill Hoffman | 2002-11-21 | 1 | -1/+0 |
| | |||||
* | move compile defs to cxx and c flags | Bill Hoffman | 2002-11-21 | 1 | -1/+2 |
| | |||||
* | clean up entire temp directory | Bill Hoffman | 2002-11-21 | 2 | -11/+15 |
| | |||||
* | try to fix check for ansi stream | Bill Hoffman | 2002-11-21 | 2 | -7/+6 |
| | |||||
* | fix order | Bill Hoffman | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | fix order | Bill Hoffman | 2002-11-21 | 1 | -2/+2 |
| | |||||
* | move ansi cxx flags stuff out of try compile and into cmake files | Bill Hoffman | 2002-11-21 | 5 | -16/+6 |
| | |||||
* | fix network paths with spaces | Bill Hoffman | 2002-11-21 | 1 | -0/+8 |
| | |||||
* | have to cache ansi_cxxflags | Bill Hoffman | 2002-11-21 | 1 | -1/+2 |
| | |||||
* | spelling error | Bill Hoffman | 2002-11-21 | 2 | -3/+5 |
| |