Commit History

Author SHA1 Message Date
  Sebastien Barre ef74458b34 Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be specified before the actual include dirs 24 years ago
  Bill Hoffman 091e95f26d ENH: add an option to configure file command that allows for only expansion of at variables and not dollar variables 24 years ago
  Bill Hoffman 1c5c899fd7 add dependency for configure files and use short path in WIN32 cmake test 24 years ago
  Ken Martin c9caf2390c version 24 years ago
  Ken Martin 8e505ebf53 version 24 years ago
  Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
  Ken Martin 1bf6afaabf version rev to 95 24 years ago
  Ken Martin ccc1c3d50a version rev to 94 24 years ago
  Ken Martin 0fe42a9857 various windows fixes 24 years ago
  Bill Hoffman cc5c1fa6f7 ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command 24 years ago
  John Biddiscombe 0645a50061 ENH: ExpandVariables functions return a char * for convenience 24 years ago
  Ken Martin 22025945c8 version rev 24 years ago
  Ken Martin 4798e61fa0 version rev 24 years ago
  Brad King 222199b3cd ENH: Added a const version of GetLinkLibraries(). 24 years ago
  Yves Starreveld 247c1640da 24 years ago
  Bill Hoffman f709e5588e ENH: change expand variables to use GetDefinition 24 years ago
  Bill Hoffman a4f40c31f1 ENH: add dump documentation test 24 years ago
  Bill Hoffman ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. 24 years ago
  Bill Hoffman 032106c337 BUG: shorten length of symbols 24 years ago
  Ken Martin 0b471134c3 now creates output directories 24 years ago
  Ken Martin c71a860978 updated version 24 years ago
  Ken Martin d0c306058c updated version 24 years ago
  Bill Hoffman db1303aa7d ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping 24 years ago
  Brad King 8a03ccda07 ENH: Added SUBDIR_DEPENDS command and corresponding support code. This command allows specification that a set of subdirectories be built before a particular directory. 24 years ago
  Brad King ddec29c52d BUG: Changed include and link directory paths in cmMakefile back to std::vector because there is an order dependency. Only cmMakefile::AddIncludeDirectory and cmMakefile::AddLinkDirectory should be called to add directories to the paths. They make sure the paths are unique as they are inserted. 24 years ago
  Ian Scott b24861d895 Removed the Uniquification of the include and link directory list in FinalPass, 24 years ago
  Ian Scott 4878ed3d29 MAkefile now strips duplicate directores from the libraries and include paths 24 years ago
  Ken Martin f8f4560ab4 fixed warnings 24 years ago
  Bill Hoffman a5eac44d18 ENH: rework GUI with configure/OK/Cancel 24 years ago
  Ken Martin 4ab2650802 added for each command 24 years ago