Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 19 | -262/+174 |
| | |||||
* | ENH: Added support to EscapeSpaces to use double quotes on windows. | Brad King | 2001-05-04 | 1 | -0/+5 |
| | |||||
* | ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules. | Brad King | 2001-05-04 | 1 | -14/+4 |
| | |||||
* | ENH: Added use of CMAKE cache entry for generating the DSP build rules. | Brad King | 2001-05-04 | 4 | -72/+4 |
| | |||||
* | minor fixes | Ken Martin | 2001-05-04 | 1 | -0/+4 |
| | |||||
* | fixed custom command rule | Ken Martin | 2001-05-04 | 2 | -50/+54 |
| | |||||
* | new module | Ken Martin | 2001-05-04 | 1 | -0/+17 |
| | |||||
* | better custom rules | Ken Martin | 2001-05-04 | 5 | -48/+76 |
| | |||||
* | better If checks | Ken Martin | 2001-05-04 | 5 | -14/+49 |
| | |||||
* | removed old functions | Ken Martin | 2001-05-04 | 12 | -1039/+0 |
| | |||||
* | ENH: Added generation of internal CMAKE cache entry with path to ↵ | Brad King | 2001-05-03 | 3 | -1/+45 |
| | | | | command-line CMake executable. | ||||
* | ENH: Added cmSystemTools::FindProgram() and full-path detection utilities. | Brad King | 2001-05-03 | 3 | -19/+174 |
| | |||||
* | minor fixes | Ken Martin | 2001-05-03 | 3 | -0/+212 |
| | |||||
* | removed deprecated commands | Ken Martin | 2001-05-03 | 1 | -14/+0 |
| | |||||
* | better config info | Ken Martin | 2001-05-03 | 1 | -4/+6 |
| | |||||
* | now support cmakedefine | Ken Martin | 2001-05-03 | 1 | -0/+17 |
| | |||||
* | uses cmake commands now | Ken Martin | 2001-05-03 | 2 | -16/+0 |
| | |||||
* | system config uses cmake commands now | Ken Martin | 2001-05-03 | 6 | -48/+33 |
| | |||||
* | minor fixes | Ken Martin | 2001-05-02 | 1 | -3/+4 |
| | |||||
* | new module | Ken Martin | 2001-05-02 | 1 | -0/+25 |
| | |||||
* | simple module | Ken Martin | 2001-05-02 | 1 | -0/+33 |
| | |||||
* | finds tk as well | Ken Martin | 2001-05-02 | 1 | -1/+27 |
| | |||||
* | cache loaded into makefile | Ken Martin | 2001-05-02 | 2 | -0/+2 |
| | |||||
* | fixed bug in limiting to source lists | Ken Martin | 2001-05-01 | 2 | -38/+32 |
| | |||||
* | ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand ↵ | Brad King | 2001-05-01 | 4 | -46/+19 |
| | | | | since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass. | ||||
* | ENH: Changed WriteConfiguration back to const because it doesn't need to ↵ | Brad King | 2001-05-01 | 8 | -14/+10 |
| | | | | report errors anymore. | ||||
* | ADD: add utiltity templates | Bill Hoffman | 2001-05-01 | 2 | -0/+78 |
| | |||||
* | ENH: implement ADD_TARGET command, and add an ALL_BUILD target | Bill Hoffman | 2001-05-01 | 14 | -107/+329 |
| | |||||
* | cache now loaded into makefile | Ken Martin | 2001-05-01 | 2 | -2/+4 |
| | |||||
* | added method to puch cache into makefile defines | Ken Martin | 2001-05-01 | 2 | -0/+19 |
| | |||||
* | slight bug in If command I think | Ken Martin | 2001-05-01 | 1 | -18/+9 |
| | |||||
* | first module | Ken Martin | 2001-05-01 | 1 | -0/+35 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 8 | -22/+266 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-30 | 7 | -15/+35 |
| | |||||
* | BUG: Fixed output of CMakeLists.txt path in cable_config.xml dependency list ↵ | Brad King | 2001-04-30 | 1 | -3/+4 |
| | | | | for unix. Needed to escape spaces instead of enclosing in double quotes. | ||||
* | ERR: Removed a conflict that was checked in. | Brad King | 2001-04-30 | 1 | -9/+0 |
| | |||||
* | New command: INCLUDE(somefile.txt) | Anonymous | 2001-04-30 | 9 | -98/+235 |
| | |||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 17 | -62/+375 |
| | | | | libraries to link against | ||||
* | ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup. | Brad King | 2001-04-27 | 1 | -5/+4 |
| | |||||
* | BUG: Removed output of GCC_XML rules when the command cannot be found. | Brad King | 2001-04-27 | 1 | -16/+22 |
| | |||||
* | BUG: Removed output of dual rules for source files that are processed by ↵ | Brad King | 2001-04-27 | 6 | -74/+50 |
| | | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files. | ||||
* | get system info into cmake | Ken Martin | 2001-04-27 | 2 | -0/+16 |
| | |||||
* | added configure file | Ken Martin | 2001-04-27 | 2 | -0/+207 |
| | |||||
* | BUG: run cache build with each configure | Bill Hoffman | 2001-04-27 | 1 | -8/+13 |
| | |||||
* | BUG: fix inplace builds | Bill Hoffman | 2001-04-27 | 2 | -11/+17 |
| | |||||
* | ENH: fix in source build with non-gnu | Bill Hoffman | 2001-04-27 | 1 | -0/+11 |
| | |||||
* | ENH: add output when creating files | Bill Hoffman | 2001-04-27 | 1 | -0/+1 |
| | |||||
* | better help strings | Ken Martin | 2001-04-27 | 3 | -23/+57 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | removed old junk | Ken Martin | 2001-04-27 | 1 | -25/+0 |
| |