Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter | Bill Hoffman | 2001-06-06 | 1 | -655/+0 |
| | |||||
* | BUG: fix EXE and LIB path problems | Bill Hoffman | 2001-06-05 | 1 | -1/+41 |
| | |||||
* | fix for network includ paths | Ken Martin | 2001-06-01 | 1 | -1/+11 |
| | |||||
* | ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags | Bill Hoffman | 2001-05-23 | 1 | -0/+18 |
| | |||||
* | ENH: Added INSTALL target to switch in OutputDSPFile. Also added a default ↵ | Brad King | 2001-05-23 | 1 | -0/+5 |
| | | | | that prints out an error message so that anyone who adds a target doesn't forget to update the switch. | ||||
* | install fixes for win32 | Ken Martin | 2001-05-23 | 1 | -1/+4 |
| | |||||
* | Seems to me that EXEWinHeader was not searched in the right place. | Sebastien Barre | 2001-05-23 | 1 | -4/+4 |
| | |||||
* | fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems. | Sebastien Barre | 2001-05-22 | 1 | -3/+3 |
| | |||||
* | half checked in changes for CMAKE_ROOT | Ken Martin | 2001-05-17 | 1 | -5/+5 |
| | |||||
* | ENH: unify make process on unix | Bill Hoffman | 2001-05-16 | 1 | -2/+0 |
| | |||||
* | added output directory support | Ken Martin | 2001-05-15 | 1 | -0/+16 |
| | |||||
* | fix for expanding library vars | Ken Martin | 2001-05-11 | 1 | -1/+2 |
| | |||||
* | added registry entry support and windows app support | Ken Martin | 2001-05-11 | 1 | -1/+10 |
| | |||||
* | BUG: fix up gui with values that stay around too long | Bill Hoffman | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | Reads and uses MSPROJECT_TEMPLATE_DIRECTORY if it exists | Geoffrey Cross | 2001-05-10 | 1 | -16/+29 |
| | |||||
* | ADD LINK32s are now on multiple lines because VC breaks otherwise | Geoffrey Cross | 2001-05-09 | 1 | -0/+33 |
| | |||||
* | BUG: escape spaces before adding .lib | Bill Hoffman | 2001-05-09 | 1 | -16/+10 |
| | |||||
* | ENH: escape spaces | Bill Hoffman | 2001-05-09 | 1 | -3/+3 |
| | |||||
* | ENH: only add .lib if no .lib exists | Bill Hoffman | 2001-05-09 | 1 | -3/+12 |
| | |||||
* | ENH: Added use of CMAKE cache entry for generating the DSP build rules. | Brad King | 2001-05-04 | 1 | -35/+2 |
| | |||||
* | fixed custom command rule | Ken Martin | 2001-05-04 | 1 | -25/+27 |
| | |||||
* | better custom rules | Ken Martin | 2001-05-04 | 1 | -20/+24 |
| | |||||
* | ENH: implement ADD_TARGET command, and add an ALL_BUILD target | Bill Hoffman | 2001-05-01 | 1 | -10/+73 |
| | |||||
* | New command: INCLUDE(somefile.txt) | Anonymous | 2001-04-30 | 1 | -35/+14 |
| | |||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 1 | -5/+5 |
| | | | | libraries to link against | ||||
* | BUG: Removed output of dual rules for source files that are processed by ↵ | Brad King | 2001-04-27 | 1 | -26/+11 |
| | | | | both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files. | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
| | |||||
* | support for debug and opt libraries | Ken Martin | 2001-04-26 | 1 | -36/+58 |
| | |||||
* | bug fixes | Ken Martin | 2001-04-26 | 1 | -31/+37 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -10/+9 |
| | |||||
* | 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. |