Commit History

Author SHA1 Message Date
  Ken Martin c24d201c39 minor cleanup 23 years ago
  Ken Martin ca2fdeb640 performance inprovements 23 years ago
  Ken Martin 6eb671097d bug fix 23 years ago
  Ken Martin 4b12e5a306 bug fix 23 years ago
  Ken Martin 44a7cd55ff removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building 23 years ago
  Brad King 28895b0f9f ERR: Fixed compiler warnings. 23 years ago
  Bill Hoffman e5668ea656 ENH: only add _LIB_DEPEND information for libraries and modules 23 years ago
  Bill Hoffman cdf550de13 ENH: rework library depend stuff 23 years ago
  Bill Hoffman a80153b5cb make it backwards compatible with old cmake 23 years ago
  Bill Hoffman 2242006ca1 Debug optimized cache fixes 23 years ago
  Bill Hoffman 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 years ago
  Amitha Perera 099436db26 ENH: Make the LinkLibraries command contribute dependencies towards AddLibraries. 23 years ago
  Amitha Perera 1f8df8585e ENH: Add library dependency analysis. 23 years ago
  Berk Geveci d0d25bb989 Reformatted the error printed by cmMakefile. 23 years ago
  Bill Hoffman fd22157e55 ENH: improve speed of GetSource function 23 years ago
  Bill Hoffman ecbc720829 BUG: make sure link directories are not duplicated 23 years ago
  Brad King 5a418b0e00 ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and CONFIGURE_GCCXML 23 years ago
  Bill Hoffman 789267c949 ENH: speed improvements 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
  Sebastien Barre 437a8c9816 FIX: foreach function-blockers were using expanded args. Add virtual func to specify if function blocker needs them expanded or not. 23 years ago
  Bill Hoffman 93474efd8b ENH: add .in as a header file type, as it can not be compiled 23 years ago
  Bill Hoffman 809b32fe59 ENH: remove several compiler warnings 23 years ago
  Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
  Sebastien Barre 2649962d65 FIX: although a CMakeLists.txt file could be searched up 'n' level in the directory tree, ReadListFile() always implied a CMakeLists.txt file was up *one* level. 24 years ago
  Brad King 8ed3ce29bf ERR: Removed cmCacheManager::DefineCache method. It is no longer needed. 24 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
  Amitha Perera 1859209282 BUG: .txx are not source files. They contain template code which can only 24 years ago
  Brad King fd37e46eb3 ENH: Added option to IF command to test if a command exists. Syntax is IF(COMMAND name-of-command). 24 years ago
  Brad King dca0fd0859 BUG: Existing projects have cache entries with the same name as the command they adjust (VTK_WRAP_JAVA in VTK, for example). Setting the command name as a variable is too dangerous. 24 years ago