Commit History

Author SHA1 Message Date
  Bill Hoffman f6588b7919 ENH: fix borland make clean targets before build, add new generators for msys and mingw 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
  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
  Ken Martin c3c349109b ENH: removed TARGET_DIR_PREFIX support and someother fix 20 years ago
  Bill Hoffman 92b6c8e742 PERF: apply patch for bug 2575 speeds up depend scanning 20 years ago
  Brad King 70b4e1051e BUG: Fixed support for external object files built by custom commands. Also added a test to keep it working. 20 years ago
  Bill Hoffman 08be73fff1 BUG: make the clean target work 20 years ago
  Ken Martin 52edb9c483 ENH: fix for bad placement of SILENT target 20 years ago
  Ken Martin 8a1f581bd3 BUG: symlink issue 20 years ago
  Ken Martin 017af44ca3 BUG: fix bad checkin that had debugging code in it 20 years ago
  Ken Martin 4c32cfb3a3 BUG: fix over checking of build system 20 years ago
  Ken Martin b7b902e048 BUG: fix for def files and new local target link lines 20 years ago
  Ken Martin a2d4e15ed3 ENH: missing check_build_system for all target 20 years ago
  Ken Martin 929553a02e ENH: big cleanup and fix for jump commands 20 years ago
  Ken Martin 370cfb037c COMP: fix compiler error 20 years ago
  Ken Martin 6b444ee345 BUG: cd into local directory to reduce link line length 20 years ago
  Andy Cedilnik f18e7c7ff7 ENH: Improve performance of check build system by creating another file that is simpler to parse and therefore much faster overall 20 years ago
  Andy Cedilnik 8d8c3be72b BUG: If the scanner is not defined this would crash. For example when using new language 20 years ago
  Brad King d392acb4e6 ENH: Added versioned executable support. This partially addresses bug#2143. Also made OUTPUT_NAME work when installing executables. 20 years ago
  Brad King 122ef73e3a BUG: Do not make a file depend on a virtual target. That causes everything to always rebuild. 20 years ago
  Brad King 2a5fec6eda COMP: Cannot use first/last insertion constructor of std::set because it is not available on all platforms. 20 years ago
  Brad King f4920b8369 ENH: Adding support for automatically adding the OBJECT_DEPENDS for generated header files. 20 years ago
  Ken Martin 0b0c97d3b2 BUG: fix for sun make with spaces 20 years ago
  Ken Martin 52f9353c45 ENH: have the build.make file include flags.make and use the language flags 20 years ago
  Brad King d6a3268b3e BUG: Do not escape CMAKE_COMMAND twice. 20 years ago
  Ken Martin f7d26c4ab9 ENH: fix and issue with spaces in paths 20 years ago
  Ken Martin dce07caf0b ENH: fix warning 20 years ago
  Ken Martin c8a44b42ad ENH: some fixes for cwd problems with rebuild_cache option 20 years ago
  Bill Hoffman 3b0632ae75 FIX: fix bad depend info and COMPILE_FLAGS problem and remove extra cerr calls 20 years ago