Commit History

Author SHA1 Message Date
  Bill Hoffman 96ec40943c ENH: implement ADD_TARGET command, and add an ALL_BUILD target 24 years ago
  Ken Martin 2da0c57d46 added TARGET_LINK_LIBRARY command and support for debug and release libraries to link against 24 years ago
  Brad King 13143f51d2 ERR: Renamed CustomCommands to BuildRules to match change in cmSourceGroup. 24 years ago
  Will Schroeder 54cfe84f3f ENH:New copyright 24 years ago
  Ken Martin 41e1270413 support for debug and opt libraries 24 years ago
  Ken Martin 30ad61805b bug fixes 24 years ago
  Brad King c3ab706698 BUG: Fixed output of dependencies. It needs to loop over the makefile's targets, not the source lists. 24 years ago
  Brad King 91ddeacdbb ERR: cmClassFile.h -> cmSourceFile.h include change. 24 years ago
  Ken Martin 73f04d1409 many fixes and cleanup and features 24 years ago
  Dan Blezek 8852ed9d2f BUG: Clean was not doing it's job 24 years ago
  Ken Martin 24bce99cbf cleaned up the coding style made ivars private etc 24 years ago
  Brad King c025838c73 ERR: Removed unused variable. 24 years ago
  Ken Martin e40aaa57c3 some bug fixes 24 years ago
  Brad King fb6c4b8710 ENH: Added individual library linkage output so that shared libraries will not try to link against themselves. 24 years ago
  Brad King 69308873f9 ENH: Generation now sets up proper linking of shared libraries to each other. 24 years ago
  Ken Martin 865ec96644 major changes to support multiple libraries and source lists 24 years ago
  Brad King a04fa127a8 ERR: Missed one EscapeSpaces call. 24 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. 24 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. 24 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