Historia zmian

Autor SHA1 Wiadomość Data
  Brad King acb0e8fb85 BUG: Fix LOCATION property for Mac AppBundles 17 lat temu
  Brad King 576167d381 ENH: Put custom target sources in Xcode projects 17 lat temu
  Bill Hoffman 600470e5ca BUG: 7763 fix, OPTIMIZATION was not set right. Also fix for BUG 7764, put XCODE_ATTRIBUTES_ last 17 lat temu
  Brad King 76c5697a16 ENH: Use improved target dependencies for Xcode 17 lat temu
  Bill Hoffman 7ac6912d5e BUG: make sure flag is found even with extra spaces at the start 17 lat temu
  David Cole 58be1b005f BUG: Fix issue #7046 - make sure extensionless headers and resource files work with the Xcode generator. Also fix incorrect mappings in the lastKnownFileType code. Add some extensionless files to the Framework test. 17 lat temu
  Brad King f89dae7a94 ENH: Create Info.plist files in OS X Frameworks 17 lat temu
  Brad King 698b8044a6 ENH: Simplify string attributes in Xcode generator 17 lat temu
  Bill Hoffman e5ba0296c2 BUG: fix for bug 7316 17 lat temu
  Brad King 0d54001276 ENH: Set version info for shared libs on OSX. 17 lat temu
  Brad King 9a3c0bf073 BUG: Do not build human-reference files in Xcode 17 lat temu
  Brad King e225a377b9 ENH: Add projectRoot to Xcode projects 17 lat temu
  Brad King 97e658c571 BUG: Fix AppBundle=>Library depends in Xcode 17 lat temu
  Brad King 1342965b05 BUG: Fix Xcode reference to Info.plist resource 17 lat temu
  Brad King 264af17bfc BUG: Fix Xcode per-config bundle name in Info.plist 17 lat temu
  Bill Hoffman 4bc39940c3 ENH: fix for flags that have sub-string matches 17 lat temu
  Bill Hoffman d4fdbeed64 ENH: allow users to set sysroot 17 lat temu
  Brad King 67834f2d53 BUG: Correct Mac OS X framework behavior 17 lat temu
  Brad King 9ed4266306 ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties 17 lat temu
  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 410d7b0f36 ENH: Avoid computing link information for static library targets. They do not link. 17 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. 17 lat temu
  Brad King 28ea034737 ENH: Support exporting/importing of Framework targets. 17 lat temu
  Brad King 5594ad4885 ENH: Updated exporting and importing of targets to support libraries and configurations. 17 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
  Brad King 433099ecdd ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a COMPILE_DEFINITIONS directory property. 18 lat temu
  Brad King 80c2be45e0 ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity. 18 lat temu
  Brad King 75a02152c2 COMP: Fix warning about backslash at end of c++ comment. 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
  Bill Hoffman d92d51429e BUG: fix for bug 6193, fix xcode depend helper 18 lat temu