Commit History

Author SHA1 Message Date
  Ken Martin e40aaa57c3 some bug fixes 25 years ago
  Brad King fb6c4b8710 ENH: Added individual library linkage output so that shared libraries will not try to link against themselves. 25 years ago
  Brad King 69308873f9 ENH: Generation now sets up proper linking of shared libraries to each other. 25 years ago
  Ken Martin 865ec96644 major changes to support multiple libraries and source lists 25 years ago
  Brad King a04fa127a8 ERR: Missed one EscapeSpaces call. 25 years ago
  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. 25 years ago
  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 years ago
  Brad King 5fc8300476 ENH: Added utility dependency support. Now a project can depend on other executables as well as link libraries. 25 years ago
  Brad King 670afe1fc0 ENH: Added output of defines flags as part of INCLUDE_FLAGS. 25 years ago
  Brad King fe25e5873b ENH: Added output of a custom command's m_Source as a dependency. 25 years ago
  Brad King 278bcbd7be ENH: Added custom rule support to cmUnixMakefileGenerator. 25 years ago
  Will Schroeder 9f98906e92 BUG: repeat all -l options to avoid having to worry about link order. 25 years ago
  Brad King d31ce24413 ERR: Fixed warnings (int->unsigned int and a few others). 25 years ago
  Bill Hoffman 89e037ee19 ENH: first pass at cache, clean up the unix generator, clean up configure.in some 25 years ago
  Will Schroeder 88bbc0c30d ENH:Documentation and cleanups 25 years ago
  Bill Hoffman 26f072dfe1 BUG: look for -l and -L only at the begining of a link string 25 years ago
  Bill Hoffman c54a05bfc7 ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMakeLists.txt files. 25 years ago