Commit History

Author SHA1 Message Date
  Ken Martin 345cf04012 ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings 21 years ago
  Ken Martin 791aa6052b ENH: add support for out of source source 21 years ago
  Ken Martin 3ff6722934 ENH: cleanup by removing all the olf local generate junk that i not longer needed 21 years ago
  Bill Hoffman a9a0c91630 ENH: fix for finding the correct target in the current project 21 years ago
  Brad King de47b43c6f BUG: Need to configure relative path support for LocalGenerate to support old makefile generator. 21 years ago
  Brad King cb48e0c161 ENH: Merged implementations of ConvertToRelative*Path methods. The main ConvertToRelativePath method is now in cmGlobalGenerator. It converts paths only if they are at least inside the deepest common directory between the top-level source and build trees. Each cmLocalGenerator instance calls this global method with its own output directory as the "local" argument from which paths are relative. Added separate ConvertToOptionallyRelative path that pays attention to the CMAKE_USE_RELATIVE_PATHS option. 21 years ago
  Brad King 2e451961b6 BUG: Only use the existing CMake(lang)Compiler.cmake file from the build tree if it was generated by the same version of CMake. 21 years ago
  Ken Martin bfcb4b6937 COMP: fix warning 21 years ago
  Ken Martin 4d30cb309c ENH: ctest now uses CMake global generator to do the build part of build-and-test 21 years ago
  Bill Hoffman e930043477 ENH: more tests are passing, relative paths, and external objects are the ones left now 21 years ago
  Bill Hoffman cb73410ccb ENH: more tests are passing 21 years ago
  Bill Hoffman fd0f29e6f4 ENH: depends work between targets 21 years ago
  Bill Hoffman 13865fc4fa ENH: move project map to global generator base 21 years ago
  Bill Hoffman beb584e7a1 ENH: add some comments on how this could be moved to global generator 21 years ago
  Bill Hoffman 2615e6f0a9 BUG: fix for bug 1396, object files could not be used as sources any more 21 years ago
  Bill Hoffman 5bf55d1590 ENH: shorten the symbols a bit and remove maps of std::string for map of cmStdString 21 years ago
  Bill Hoffman 9e08d07be2 ENH: change ignore function so that it first checks to see if the extension has a language 21 years ago
  Bill Hoffman 67ac3ea503 ENH: fix problems with .def and RC files 21 years ago
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 years ago
  Bill Hoffman b1f3e10439 BUG: make sure env CC and CXX are not set for VS IDE builds 21 years ago
  Ken Martin ce277b647b warning fix 21 years ago
  Bill Hoffman c2ef51e181 ENH: define language extensions in cmake files and not hard coded, also fix trycompile problem 21 years ago
  Bill Hoffman 731369ef9c ENH: try to initialize all languages at the same time 21 years ago
  Bill Hoffman 66a08c10e5 ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code 21 years ago
  Bill Hoffman b41d447935 ENH: use GetRequiredDefinition instead of GetDefinition and crash 21 years ago
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 years ago
  Brad King 46418e70a3 BUG#427: Generated makefiles need to have targets with canonical names for each executable and library target in order for try-compiles to work correctly when specifying the target. 21 years ago
  Brad King 9b1771aef4 BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile. 21 years ago
  Bill Hoffman 86195caf6a ENH: add support for VCExpress 2005 21 years ago
  Andy Cedilnik ed0999c9d1 ERR: Fix visual studio install 21 years ago