Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up the coding style made ivars private etc | Ken Martin | 2001-04-19 | 1 | -5/+5 |
| | |||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -89/+65 |
| | |||||
* | ERR: Corrected use of double-quotes to be compatible with UNIX make. Now ↵ | Brad King | 2001-04-09 | 1 | -1/+1 |
| | | | | 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 | 1 | -17/+23 |
| | | | | 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 | 1 | -3/+28 |
| | |||||
* | FIX: configurations list needed to be reset for each dsp file created | Jim Miller | 2001-04-06 | 1 | -0/+4 |
| | |||||
* | ERR: Small bug in generated DSP file fixed. A custom command environment ↵ | Brad King | 2001-03-20 | 1 | -2/+1 |
| | | | | 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 | 1 | -85/+123 |
| | | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. | ||||
* | ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in ↵ | Brad King | 2001-03-19 | 1 | -0/+3 |
| | | | | this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon. | ||||
* | ENH: Finished Simplifying dsptemplate processing with in place of separate ↵ | Brad King | 2001-03-09 | 1 | -31/+14 |
| | | | | Release, Debug, ReleaseDLL, ... configurations. | ||||
* | ERR: Fixed library path problem for ReleaseMinSize build. should now be ↵ | Brad King | 2001-03-09 | 1 | -6/+1 |
| | | | | used in place of separate Release, Debug, and ReleaseMinSize. | ||||
* | ENH: Added output of custom rules for XML sources. | Brad King | 2001-03-08 | 1 | -0/+3 |
| | |||||
* | BUG: fix circular depends on libraries and remove depends for static libraries | Bill Hoffman | 2001-02-28 | 1 | -0/+1 |
| | |||||
* | many enhancements including dll support | Ken Martin | 2001-02-27 | 1 | -5/+25 |
| | |||||
* | a variety of fixes and enhancements | Ken Martin | 2001-02-26 | 1 | -11/+100 |
| | |||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -34/+23 |
| | |||||
* | some cleanup and fixes | Ken Martin | 2001-02-15 | 1 | -41/+41 |
| | |||||
* | ENH: add define flags in the right place | Bill Hoffman | 2001-01-12 | 1 | -3/+3 |
| | |||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -0/+15 |
| | |||||
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵ | Bill Hoffman | 2001-01-05 | 1 | -39/+51 |
| | | | | CMakeLists.txt files. | ||||
* | ENH: clean up code, and varible names | Bill Hoffman | 2000-09-21 | 1 | -8/+2 |
| | |||||
* | ENH: added a config setup file for CMakeSetup. Cleaned up the names of the ↵ | Bill Hoffman | 2000-09-18 | 1 | -3/+3 |
| | | | | source and binary directories | ||||
* | ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵ | Bill Hoffman | 2000-09-12 | 1 | -23/+46 |
| | | | | directories of the system. | ||||
* | BUG: fix name of command line version in dsp files | Bill Hoffman | 2000-08-31 | 1 | -1/+1 |
| | |||||
* | ENH: move from tools and create working CMake program | Bill Hoffman | 2000-08-30 | 1 | -30/+31 |
| | |||||
* | NEW: move from tools and config to create CMake | Bill Hoffman | 2000-08-29 | 1 | -0/+278 |