Commit History

Author SHA1 Message Date
  Andy Cedilnik 157e2b4ac3 Add option of TRY_COMPILE to store the output of compilation so that if the output fails you can display it or store it in the file 23 years ago
  Ken Martin 610ff11cf3 now Try compile can include CMAKE_FLAGS 23 years ago
  Brad King aa29bbc326 ENH: Added RemoveDefinition method. 23 years ago
  Ken Martin a4ca3229ff renamed GenerateMakefile to ConfigureFinalPass 23 years ago
  Ken Martin bea21587cf updated makefile moved commands into cmake and fixed try compile 23 years ago
  Ken Martin 25ff4552b3 new arch 23 years ago
  Ken Martin d0be2896d7 changed cache manager and registered generators to no longer be singletons 23 years ago
  Ken Martin 499bd45d4d removed shared lib support 23 years ago
  Ken Martin 9f870d3efb minor bug 23 years ago
  Ken Martin 6158aa7fd6 dll support 23 years ago
  Ken Martin 32ad30e883 better error handling with if statements 23 years ago
  Ken Martin 2a7e4539e6 fixed warning 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
  Ken Martin 11cff6ef6a updated rev 23 years ago
  Bill Hoffman a80153b5cb make it backwards compatible with old cmake 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
  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 24 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. 24 years ago
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
  Brad King 4688198996 ERR: Missing forward declaration of cmMakeDepend added. 24 years ago
  Ken Martin 48f77f9de1 next release 24 years ago
  Ken Martin d41b42a019 next release 24 years ago
  Ken Martin 79d9bd8a59 added release verison to cmMakefile 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 ee31c3e0a4 ENH: SUBDIR_DEPENDS command now does nothing. The parallel build functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped. 24 years ago
  Ken Martin 95fa88b7bc version rev 24 years ago
  Ken Martin ab3b0c04aa release 10 24 years ago
  Ken Martin cf8003f03f up version 24 years ago