Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 128 | -434/+3634 |
| | |||||
* | ENH:Copyright | Will Schroeder | 2001-04-27 | 2 | -6/+56 |
| | |||||
* | support for debug and opt libraries | Ken Martin | 2001-04-26 | 16 | -142/+214 |
| | |||||
* | better help | Ken Martin | 2001-04-26 | 2 | -4/+7 |
| | |||||
* | ENH: Changed WriteConfiguration to non-const so it can do error checking. ↵ | Brad King | 2001-04-26 | 11 | -15/+49 |
| | | | | Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command. | ||||
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 14 | -28/+125 |
| | |||||
* | some fixes for If commands | Ken Martin | 2001-04-26 | 5 | -6/+22 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-26 | 17 | -108/+418 |
| | |||||
* | ENH: set initial build to source dir | Bill Hoffman | 2001-04-25 | 1 | -0/+1 |
| | |||||
* | ENH: add error checking for empty build dir | Bill Hoffman | 2001-04-25 | 1 | -0/+16 |
| | |||||
* | ENH: clean up cmake GUI and remove the parsing of CMakeLists.txt files by ↵ | Bill Hoffman | 2001-04-25 | 11 | -206/+234 |
| | | | | configure | ||||
* | rules were not inherited when they should be | Ken Martin | 2001-04-25 | 3 | -0/+18 |
| | |||||
* | BUG: Fixed output of dependencies. It needs to loop over the makefile's ↵ | Brad King | 2001-04-25 | 1 | -20/+16 |
| | | | | targets, not the source lists. | ||||
* | STYLE: Updated comments for name change cmClassFile->cmSourceFile | Brad King | 2001-04-25 | 1 | -7/+7 |
| | |||||
* | updated the docs some | Ken Martin | 2001-04-25 | 1 | -0/+0 |
| | |||||
* | ERR: cmClassFile.h -> cmSourceFile.h include change. | Brad King | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 36 | -441/+628 |
| | |||||
* | BUG: fix duplicate property items | Bill Hoffman | 2001-04-24 | 3 | -8/+25 |
| | |||||
* | BUG: fix cache updates | Bill Hoffman | 2001-04-24 | 3 | -8/+29 |
| | |||||
* | BUG: fix build directory problem | Bill Hoffman | 2001-04-24 | 8 | -16/+71 |
| | |||||
* | ERR: Removed extra SRC_OBJ reference. The variable is no longer used. | Brad King | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | ENH: new GUI editor for cmake cache file | Bill Hoffman | 2001-04-23 | 17 | -459/+1137 |
| | |||||
* | added option command | Ken Martin | 2001-04-23 | 2 | -13/+4 |
| | |||||
* | new command | Ken Martin | 2001-04-23 | 2 | -0/+121 |
| | |||||
* | BUG: Clean was not doing it's job | Dan Blezek | 2001-04-23 | 2 | -1/+20 |
| | |||||
* | ERR: Added virtual destructor to complement virtual functions in ↵ | Brad King | 2001-04-23 | 1 | -0/+1 |
| | | | | cmIfFunctionBlocker. | ||||
* | added if else endif add definition | Ken Martin | 2001-04-19 | 12 | -8/+585 |
| | |||||
* | cleaned up the coding style made ivars private etc | Ken Martin | 2001-04-19 | 10 | -36/+91 |
| | |||||
* | ERR: We can't assume a vector iterator is a pointer. It must be ↵ | Brad King | 2001-04-18 | 1 | -1/+1 |
| | | | | dereferenced to get a reference to the element, and then we can take the address of that to get a pointer. "i" becomes "&*i" | ||||
* | ERR: Removed unused variable. | Brad King | 2001-04-17 | 1 | -2/+0 |
| | |||||
* | BUG: fix small compile issues on HP aCC | Bill Hoffman | 2001-04-16 | 2 | -2/+3 |
| | |||||
* | ENH: Changed m_Indices to an stl set and renamed it to m_IndexSet. Using a ↵ | Brad King | 2001-04-16 | 2 | -31/+11 |
| | | | | set results in a significant performance increase and reduction in memory usage. | ||||
* | FIX: allow ADD_LIBRARY with no source list | Jim Miller | 2001-04-16 | 1 | -1/+1 |
| | |||||
* | fixed cable package issue | Ken Martin | 2001-04-16 | 2 | -1/+5 |
| | |||||
* | some bug fixes | Ken Martin | 2001-04-12 | 7 | -20/+38 |
| |