Commit History

Author SHA1 Message Date
  Bill Hoffman 6734d3bb88 ENH: change set<string> to set<cmStdString> to avoid long symbols that crash ar on solaris 23 years ago
  Bill Hoffman db859464f2 WNG: remove a warning 23 years ago
  Bill Hoffman 3bc9830686 ENH: add an edit_cache target that runs ccmake or CMakeSetup 23 years ago
  Bill Hoffman 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 years ago
  Amitha Perera 1f8df8585e ENH: Add library dependency analysis. 23 years ago
  Bill Hoffman 42b7d859ad BUG: look for -l anywhere in link library entry not just the begining of the line 23 years ago
  Bill Hoffman 2ba1ee8672 ENH: remove redirections for output of make commands as some things are lost 23 years ago
  Bill Hoffman 1a92507da0 COM: just fix up a comment 23 years ago
  Bill Hoffman 73c7caa774 BUG: fix shared links for cc on hp 23 years ago
  Bill Hoffman b3b3281b7f ENH: clean up depend output 23 years ago
  Bill Hoffman 361f17802f ENH: add depends for utility targets 23 years ago
  Sebastien Barre 6083e3c127 ENH: make CMake less verbose/precious 23 years ago
  Sebastien Barre d774cd7c2b ENH: make CMake less verbose/precious 23 years ago
  Bill Hoffman 719a334f84 BUG: try to make sure a depend file only has one rule 23 years ago
  Ken Martin dd7ab1f577 BUG: work with spaces in the path 23 years ago
  Andy Cedilnik aa0ac1642b Make quotes and echos to work on unix (hopefully) 23 years ago
  Bill Hoffman fe4eb49014 BUG: quote the echo commands 23 years ago
  Bill Hoffman 29f7c0ff03 ENH: use convert to output path for depend files 23 years ago
  Yves Starreveld cdc65cfebf 23 years ago
  Bill Hoffman ea4a3d5e7b ENH: clean up utility rule generation 23 years ago
  Sebastien Barre e455a83969 FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix gen 23 years ago
  Andy Cedilnik b26be30740 Fix problem with custom commands on unix 23 years ago
  Bill Hoffman de93907bdd ENH: check for compile flags and add back c flag to unix generator 23 years ago
  Bill Hoffman 65e3edea04 ENH: use separate vars for creating c++ and c shared libraries and add a test for c libraries 23 years ago
  Bill Hoffman 04d53a3865 ENH: separate the ar program for cxx and c 23 years ago
  Bill Hoffman 4ea0f6b949 ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler 23 years ago
  Bill Hoffman 8b3b49a010 ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. 23 years ago
  Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
  Bill Hoffman 076aafe79a ENH: add file specific compile flags 24 years ago
  Bill Hoffman b8d2413156 ENH: fix for spaces in paths on unix 24 years ago