Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  Bill Hoffman 7cef36c628 ENH: add the ability to generate custom commands for a language that is not supported by an IDE 21 yıl önce
  Bill Hoffman 692ba48c4e ENH: major changes to support addition of languages from cmake modules directory. 21 yıl önce
  Bill Hoffman 9655299f08 ENH: initial fortran support 21 yıl önce
  Andy Cedilnik b1a7421840 ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE 22 yıl önce
  Andy Cedilnik d13e30f3ae ENH: Make install on windows seems to work now 22 yıl önce
  Ken Martin 072db6ad70 removed redundent includes 22 yıl önce
  Ken Martin 117f961a5a moved function into cmTarget 22 yıl önce
  Ken Martin ba68f771b3 yikes added new custom command support 22 yıl önce
  Bill Hoffman 3859417d1a ENH: add target properties 23 yıl önce
  Amitha Perera 939035ad91 BUG: the dependency analysis would incorrectly alphabetically re-order the 23 yıl önce
  Brad King 1f6a3c67b1 ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. 23 yıl önce
  Ken Martin 7ddb408621 removed some includes 23 yıl önce
  Amitha Perera 0e6b39e52f BUG: Correct some of the dependency analysis code. 23 yıl önce
  Bill Hoffman 6734d3bb88 ENH: change set<string> to set<cmStdString> to avoid long symbols that crash ar on solaris 23 yıl önce
  Bill Hoffman cdf550de13 ENH: rework library depend stuff 23 yıl önce
  Amitha Perera 4bff970413 - bug fix where paths weren't being output when LIB_OUT_PATH *isn't* used 23 yıl önce
  Bill Hoffman 46e9d970e9 remove canonical conversion for lib names 23 yıl önce
  Amitha Perera 4fe8947bcc BUG: The library paths should stay with the libraries during dependency analysis. 23 yıl önce
  Bill Hoffman 27fe57b716 ENH: change LINK_LIBRARY to add to targets 23 yıl önce
  Amitha Perera 1f8df8585e ENH: Add library dependency analysis. 23 yıl önce
  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 yıl önce
  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 yıl önce
  Will Schroeder a6a43d5320 ENH:Updated copyright 24 yıl önce
  Luis Ibanez bf7470be7c FIX: GENERATED_CODE type is no longer needed: generated code is not a Target. 24 yıl önce
  Luis Ibanez f86418e99f ENH: A type of target was added for representing GENERATED_CODE 24 yıl önce
  Yves Starreveld 247c1640da 24 yıl önce
  Bill Hoffman ddd5a7d729 ENH: change all maps of string to be maps of cmStdString, to reduce symbol length in object files. 24 yıl önce
  Brad King cfa25e9e1a ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. 24 yıl önce
  Brad King e693d47253 ENH: Added support for selection of static/shared build on a per-library basis. 24 yıl önce
  Ken Martin 012603c746 duh 24 yıl önce