Commit History

Author SHA1 Message Date
  Bill Hoffman 391d3ed631 ENH: make sure depend helper actually works, if a depend library gets updated, then the target needs to be removed, and the CONFIGURATION directory needs to be used 20 years ago
  Brad King 5b95c0a881 BUG: Libraries and executables that are built with version numbers and symlinks should be built by a rule using the real file name. The symlink file names should be rules that just depend on the main rule. This way if a version number changes a target will re-link with the new name and the symlinks will be updated. 20 years ago
  Andy Cedilnik 932c5b74b8 STYLE: Nightly Version update 20 years ago
  Andy Cedilnik c3a5319a09 COMP: Fix build on uclibc 20 years ago
  Bill Hoffman b0c38460bd ENH: remove duplicates 20 years ago
  Brad King a0e413ce63 ENH: Improved robustness of sharing parent pipes with children. This ensures that the parent pipe handles are inherited by the children. If a parent pipe handle is invalid a handle to an empty pipe is given to the child to make sure all pipes are defined for the children. 20 years ago
  Andy Cedilnik f4c00316c2 STYLE: Nightly Version update 20 years ago
  Bill Hoffman 5261f51e45 BUG: fix for bug 2560, Xcode does not create correct bundles 20 years ago
  Andy Cedilnik 64f7c3c41c STYLE: Nightly Version update 20 years ago
  Andy Cedilnik 19138bc9c4 STYLE: Nightly Version update 20 years ago
  Andy Cedilnik ea016d68ea STYLE: Nightly Version update 20 years ago
  Bill Hoffman 037487a488 ENH: make sure uncommented modules are not documented 20 years ago
  Andy Cedilnik affced3f81 BUG: Return if the file is in any directory not just in first one 20 years ago
  Andy Cedilnik 945073f3fd STYLE: Nightly Version update 20 years ago
  Andy Cedilnik 0795d64a23 BUG: Fix test 20 years ago
  Ken Martin 74eaecfc3e ENH: cleanups 20 years ago
  Andy Cedilnik 5966baeec3 ENH: Report an error if the target does not exists 20 years ago
  Ken Martin d2689c95a1 ENH: some style fixes for the book 20 years ago
  Bill Hoffman 4b0fd57bef ENH: fix module documenation to handle bad docs and fix qt3 docs 20 years ago
  Andy Cedilnik eef9390dc6 STYLE: Nightly Version update 20 years ago
  Bill Hoffman b7fa820118 ENH: add documentation support for modules 20 years ago
  Brad King 805d365d47 ENH: Renamed ZeroTargetCheck target to ZERO_CHECK for consistency with other CMake-generated targets (ALL_BUILD, RUN_TESTS, INSTALL). 20 years ago
  Brad King 9f38df7046 COMP: Fix conversion warning. 20 years ago
  Brad King 163e3ff56c ENH: Removed cmMakefile arguments from cmTarget methods because cmTarget has the ivar m_Makefile now. Re-implemented cmLocalUnixMakefileGenerator3::AppendAnyDepend to use the new global knowledge and avoid the need to look at the cache for information about other targets. This should fix problems with custom commands and executables with the OUTPUT_NAME set. Also the <target>_LIBRARY_TYPE cache variable is no longer needed at all and has been removed. 20 years ago
  Brad King af36d6e2e7 COMP: Fixed unused variable warning. 20 years ago
  Andy Cedilnik 5007cbce3b BUG: Fix the problem with update.xml.tmp not being coppied 20 years ago
  Ken Martin c3c349109b ENH: removed TARGET_DIR_PREFIX support and someother fix 20 years ago
  Ken Martin 0b69b892ed ENH: removed TARGET_DIR_PREFIX support 20 years ago
  Ken Martin fa3120a4a5 STYLE: fix missing docs 20 years ago
  Brad King 1c7075057f ENH: Added support for parallel builds in VS 8. There is now a special target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. 20 years ago