Commit History

Author SHA1 Message Date
  Brad King 07d35e662d ENH: Added cmStringStream class to wrap std::stringstream or std::strstream depending on the platform. The interface is that of std::stringstream, so no "ends" or "rdbuf()->freeze(0)" lines are needed. 23 years ago
  Ken Martin 350f09ae6d removed ccommand use cmake now 23 years ago
  Bill Hoffman b076138e7d BUG: short path does not work on bcc32 23 years ago
  Bill Hoffman 3bc9830686 ENH: add an edit_cache target that runs ccmake or CMakeSetup 23 years ago
  Bill Hoffman ec4331d273 ENH: do not use count, find for map lookup 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 7fc14a9cb4 ENH: use ccommand for del on windows 23 years ago
  Bill Hoffman 8c3400dc6b ENH: big change in the path handling, one function CreateOutputPath is used to escape spaces and convert to the native path type 24 years ago
  Bill Hoffman 3c748ec5ad ENH: add a virtual CreateMakeVariable to shorten makefile variables for borland make 24 years ago
  Bill Hoffman 12c5f0fa26 ENH: fix for borland tlib files with dash in them problem. 24 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
  Bill Hoffman d0397266d2 BUG: use borland run time dll for shared builds to avoid crashes 24 years ago
  Bill Hoffman ddc6117574 BUG: need a larger default page size 24 years ago
  Amitha Perera a9cdcba660 BUG: Don't generate build rules for header files. 24 years ago
  Bill Hoffman 5291b7d025 ENH: fix for win98 check for directory existence 24 years ago
  Bill Hoffman d1f66133a2 ENH: use better command for creating static library 24 years ago
  Bill Hoffman b67dc16be6 ENH: add silent mode for makefile builds and fix borland and nmake after the depend stuff 24 years ago
  Brad King 633041837c ENH: Improved dependency generation. If any cmake.depends is out of date, all of them in the tree are re-generated. This is necessary in certain cases when CMakeLists.txt files change. 24 years ago
  Bill Hoffman 30a56de4b7 ENH: add custom commands for targets 24 years ago
  Sebastien Barre dea1309e8d Fix the command quoting pb (remove m_QuoteNextCommand), move ConvertToNativePath to NMake gen 24 years ago
  Bill Hoffman 2bdcc9ae7e ENH: fix debugging with borland 24 years ago
  Bill Hoffman 0d3eefb1f1 new borland generator moved into place 24 years ago