Commit történet

Szerző SHA1 Üzenet Dátum
  Geoffrey Cross 401b9eea0b ADD LINK32s are now on multiple lines because VC breaks otherwise 24 éve
  Bill Hoffman 02bdff675d BUG: escape spaces before adding .lib 24 éve
  Bill Hoffman 013b9b3849 ENH: escape spaces 24 éve
  Bill Hoffman e30a660df5 ENH: only add .lib if no .lib exists 24 éve
  Brad King dec4d7afe1 ENH: Added use of CMAKE cache entry for generating the DSP build rules. 24 éve
  Ken Martin 56714a49d4 fixed custom command rule 24 éve
  Ken Martin 4d9b2f59cc better custom rules 24 éve
  Bill Hoffman 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 éve
  Anonymous d6fae5faf0 New command: INCLUDE(somefile.txt) 24 éve
  Ken Martin 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 éve
  Brad King 2f42d7ffcb BUG: Removed output of dual rules for source files that are processed by both the compiler and by a custom command. Also removed generation of duplicate CMakeLists.txt in the project files. 24 éve
  Will Schroeder 54cfe84f3f ENH:New copyright 24 éve
  Ken Martin 41e1270413 support for debug and opt libraries 24 éve
  Ken Martin 30ad61805b bug fixes 24 éve
  Ken Martin 73f04d1409 many fixes and cleanup and features 24 éve
  Ken Martin 24bce99cbf cleaned up the coding style made ivars private etc 24 éve
  Ken Martin 865ec96644 major changes to support multiple libraries and source lists 24 éve
  Brad King e0da3ef275 ERR: Corrected use of double-quotes to be compatible with UNIX make. Now double quotes (windows) or escape sequences for spaces (unix) are added when dependencies are output. 24 éve
  Brad King e7bd5fcd19 ENH: Added support for spaces in the output directory names. Spaces in the input directory name may work also, but are untested. 24 éve
  Bill Hoffman 70b14df3f0 BUG: fix depends for libraries and executables in the same dir 24 éve
  Jim Miller 13b8be3fb7 FIX: configurations list needed to be reset for each dsp file created 24 éve
  Brad King 20fb92d80b ERR: Small bug in generated DSP file fixed. A custom command environment variable has been replaced with explicity writing out the command. 25 éve
  Brad King 8c087d0e7a ENH: Added SOURCE_GROUP command and corresponding support code. This command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles. 25 éve
  Brad King 410f7d12db ENH: Added text files group to DSP output. CMakeLists.txt is duplicated in this group and outside, but fixing this will require a reorganization of custom rule generation. I should get to that soon. 25 éve
  Brad King 8fb07209eb ENH: Finished Simplifying dsptemplate processing with in place of separate Release, Debug, ReleaseDLL, ... configurations. 25 éve
  Brad King 772b1f6278 ERR: Fixed library path problem for ReleaseMinSize build. should now be used in place of separate Release, Debug, and ReleaseMinSize. 25 éve
  Brad King 1b6afc5c53 ENH: Added output of custom rules for XML sources. 25 éve
  Bill Hoffman af30fe6745 BUG: fix circular depends on libraries and remove depends for static libraries 25 éve
  Ken Martin e5e2a57bfb many enhancements including dll support 25 éve
  Ken Martin acbd160dd2 a variety of fixes and enhancements 25 éve