Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: Added individual library linkage output so that shared libraries will ↵ | Brad King | 2001-04-12 | 2 | -15/+27 |
| | | | | not try to link against themselves. | ||||
* | removed old rules | Ken Martin | 2001-04-12 | 2 | -106/+0 |
| | |||||
* | ENH: Generation now sets up proper linking of shared libraries to each other. | Brad King | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | ERR: Needed to switch point where CMakeTargets.make is included so that ↵ | Brad King | 2001-04-11 | 1 | -4/+4 |
| | | | | Variables will be available to the targets file. | ||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 47 | -627/+1040 |
| | |||||
* | ENH: Need BUILD_SHARED_LIBRARIES defined for making windows DLLs. | Brad King | 2001-04-10 | 1 | -8/+8 |
| | |||||
* | ERR: Added double-quotes around command name before arguments are appended. | Brad King | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | ERR: Missed one EscapeSpaces call. | Brad King | 2001-04-09 | 1 | -1/+2 |
| | |||||
* | ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵ | Brad King | 2001-04-09 | 7 | -11/+34 |
| | | | | double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. | ||||
* | ENH: Added support for spaces in the output directory names. Spaces in the ↵ | Brad King | 2001-04-09 | 4 | -46/+62 |
| | | | | input directory name may work also, but are untested. | ||||
* | BUG: fix depends for libraries and executables in the same dir | Bill Hoffman | 2001-04-06 | 6 | -10/+62 |
| | |||||
* | ENH: better error reporting, and add NOTFOUND into cache for library and ↵ | Bill Hoffman | 2001-04-06 | 3 | -9/+43 |
| | | | | file find | ||||
* | fixed the documentation some | Ken Martin | 2001-04-06 | 1 | -2/+2 |
| | |||||
* | FIX: configurations list needed to be reset for each dsp file created | Jim Miller | 2001-04-06 | 2 | -0/+8 |
| | |||||
* | FIX: returned to using /O2 optimization level and put a pragma in the netlib ↵ | Jim Miller | 2001-04-04 | 2 | -4/+4 |
| | | | | code that could not handle the /Og component of /O2 | ||||
* | ERR: Blank line regular expression updated to allow whitespace on the line. | Brad King | 2001-03-28 | 1 | -1/+1 |
| | |||||
* | ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in ↵ | Brad King | 2001-03-23 | 2 | -7/+41 |
| | | | | the current directory. The include path is searched for the files. | ||||
* | ERR: Added pragma to disable symbol length warning for Intel compiler. | Brad King | 2001-03-21 | 1 | -0/+4 |
| | |||||
* | ERR: Small bug in generated DSP file fixed. A custom command environment ↵ | Brad King | 2001-03-20 | 2 | -4/+2 |
| | | | | variable has been replaced with explicity writing out the command. | ||||
* | ENH: Added SOURCE_GROUP command and corresponding support code. This ↵ | Brad King | 2001-03-20 | 17 | -232/+721 |
| | | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. | ||||
* | ENH: ignore unused libary warnings, removed /force | Jim Miller | 2001-03-19 | 1 | -6/+6 |
| | |||||
* | ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in ↵ | Brad King | 2001-03-19 | 2 | -0/+6 |
| | | | | this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon. | ||||
* | ERR: Changed generation of rule to generate cable_config.xml to be produced ↵ | Brad King | 2001-03-19 | 1 | -6/+12 |
| | | | | differently for windows and unix. | ||||
* | ERR: Removed functions I just added. They don't belong here (yet?). | Brad King | 2001-03-19 | 2 | -34/+0 |
| | |||||
* | ENH: Added generation of a rule to re-run CMake if the cable_config.xml file ↵ | Brad King | 2001-03-19 | 1 | -0/+26 |
| | | | | is missing. | ||||
* | ENH: Added functions to get information about the CMake executable on each ↵ | Brad King | 2001-03-19 | 2 | -0/+32 |
| | | | | platform. | ||||
* | ERR: Re-ordered declaration of members v. order of initialization on the ↵ | Brad King | 2001-03-16 | 2 | -11/+11 |
| | | | | constructor to match each other. | ||||
* | BUG: Rearranged cable config file open to do open in construction of ↵ | Brad King | 2001-03-16 | 2 | -10/+15 |
| | | | | m_OutputFile. Fixes problem on SGI with opening the file. | ||||
* | ENH: Changed generated includes to not have full path specified. | Brad King | 2001-03-16 | 2 | -20/+13 |
| | |||||
* | ENH: Added INCLUDE_REGULAR_EXPRESSION command to set regular expression used ↵ | Brad King | 2001-03-15 | 7 | -15/+135 |
| | | | | in dependency checking. | ||||
* | ENH: Added SOURCE_FILES syntax to CABLE_DEFINE_SET command. | Brad King | 2001-03-15 | 2 | -4/+99 |
| |