Historia zmian

Autor SHA1 Wiadomość Data
  Brad King 67f8c0fd10 ENH: Allow multiple OS X applications bundles to be created in a single build directory. Converted Info.plist files to be generated directly instead of configured with make variables. The MACOSX_BUNDLE_* variables are now properties (and vars for compatibility). 17 lat temu
  Brad King 82fcaebe28 ENH: Pass dependent library search path to linker on some platforms. 18 lat temu
  Brad King 52b3f85642 ENH: Enable use of link script whenever incremental archive construction rules are available. Enable use of archive construction rules on MSYS. 18 lat temu
  Brad King ffac622a85 ENH: Add cmTarget::GetLinkInformation method to allow several places in the generators to share link information while only computing it once per configuration for a target. Use it to simplify the chrpath feature. 18 lat temu
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 18 lat temu
  Brad King 09af624dee BUG: Fix generation of Watcom link lines. 18 lat temu
  Brad King 865c2bc6d6 BUG: Work-around bug in MSVC 6 command line parsing. 18 lat temu
  Brad King 96fd5909d9 ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832 18 lat temu
  Ken Martin c3ab83150c ENH: improve backwards compatibility 18 lat temu
  Ken Martin 7c473d4828 BUG: fix bugs 5539 (progress going beyond 100% when new files are added) and 5889 (tests are not found in some cases when using add_subdirectory to .. etc) 18 lat temu
  Brad King 8d1d5500c8 ENH: Enable use of COMPILE_DEFINITIONS property for Fortran sources. 18 lat temu
  Brad King 433099ecdd ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property. 18 lat temu
  Ken Martin 456631225b ENH: use CTestTestfile.txt 18 lat temu
  Brad King 18b9e7db6c ENH: Enable CMAKE_<lang>_DEFINE_FLAG for COMPILE_DEFINITIONS property implementation. 18 lat temu
  Brad King 8262ccfd4e ENH: Create COMPILE_DEFINITIONS property for targets and source files. Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators. 18 lat temu
  Brad King 340468a090 BUG: Removed stray debugging statement. 18 lat temu
  Brad King 857e2e15dd ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE. 18 lat temu
  Bill Hoffman ee886fbbdb ENH: add CMAKE_DEFINE_FLAG_(LANG) that can replace -D flags with what the compiler actually uses 18 lat temu
  Brad King 52eb0ccac7 BUG: Restore old interface of "make foo.o" and "make foo.i" even though object file names now include source extensions. For Java we also need to always remove the source extension (.java -> .class). This fixes the re-opening of bug #6169. 18 lat temu
  Brad King 3efc6e40cb BUG: Do not remove the source file extension when computing an object file name. This addresses bug #6169. If CMAKE_BACKWARDS_COMPATIBILITY is 2.4 or lower maintain the old behavior so that existing build trees and old project releases are not affected. 18 lat temu
  Brad King f872c10b7e ENH: Added method cmLocalGenerator::GetBackwardsCompatibility to reduce parsing of CMAKE_BACKWARDS_COMPATIBILITY variable. Add cmLocalGenerator::NeedBackwardsCompatibility to simplify checks for compatibility requirements. 18 lat temu
  Brad King 850721f9af COMP: Fixed data loss warning. 18 lat temu
  Alexander Neundorf ac017f7aba 18 lat temu
  Alexander Neundorf 3ae731fab7 ENH: add support for chrpath, so the RPATH in ELF files can be changed when 18 lat temu
  Alexander Neundorf f2bb0af819 STYLE: restructure OutputLinkLibraries() a bit, so that new there is a 18 lat temu
  Bill Hoffman 5765fbbb88 ENH: fix spelling error 18 lat temu
  Bill Hoffman 613c35e033 ENH: do not always add -arch flags 18 lat temu
  David Cole c8e832dcf5 BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command. 18 lat temu
  Bill Hoffman 79d9041d81 BUG: fix for bug 0003618 , allow one arch in OSX_ARCHS to work 18 lat temu
  Alexander Neundorf c3b42e90ed 18 lat temu