Commit History

Author SHA1 Message Date
  Brad King 64d997a78c Merge topic 'fix-11295-support-plugin-bundles-on-mac' 14 years ago
  Brad King cc6ba3abff Merge topic 'missing-file-dir-issue-11677' 15 years ago
  Brad King 668ce6b1e8 Combine duplicate COMPILE_DEFINITIONS disclaimer 15 years ago
  Brad King 9cefce09f6 Report directory with missing source file (#11677) 15 years ago
  Richard Bateman 5457b8254c Add support for CFBundle targets on the Mac (#11295) 15 years ago
  Bill Hoffman afbfb7ac1d Add more documentation for LANGUAGE property. 15 years ago
  Brad King a6b5ead62f Report missing source files with context of target 15 years ago
  Alex Neundorf 71812d0b5e -fix typos in docs, patch from Michael Wild 15 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King f74b876a58 ENH: Clarify COMPILE_DEFINITIONS separator in docs 16 years ago
  Brad King 4085454658 ENH: Support preprocessor def values in VS6 16 years ago
  Brad King 921f3a1ac2 BUG: Do not automatically set HEADER_FILE_ONLY 16 years ago
  Brad King 13f9bb646d ENH: Define target and source property LABELS 17 years ago
  Brad King 85961d44c3 ENH: Improve docs of OBJECT_DEPENDS property 17 years ago
  Brad King 73d5fd31ab ENH: Catch missing source files specified by full path earlier. 17 years ago
  Brad King 3344ce9197 ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) to determine the language without requiring the source file to exist. 17 years ago
  Brad King 19aafdb355 ENH: Add context information when a source file cannot be found. 17 years ago
  Brad King b69cfaf412 BUG: Trust user-provided source file full paths. 17 years ago
  Ken Martin 16f1cc9b59 ENH: support unset of properties 17 years ago
  Brad King 9ed4266306 ENH: Cleanup impl of PUBLIC_HEADER, PRIVATE_HEADER, and RESOURCE properties 18 years ago
  Brad King ed76198b84 ENH: Cleanup building of OS X bundle content 18 years ago
  Brad King d5db5a275a BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property hack. This fixes the LOCATION property when retrieved via the get_property command. 18 years ago
  Brad King caca9b8065 ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify implementation of SET_PROPERTY command by using them. 18 years ago
  Brad King 80c2be45e0 ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for better documentation clarity. 18 years ago
  Brad King da335fbd00 ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COMPILE_DEFINITIONS. 18 years ago
  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 years ago
  Amitha Perera 4d9259c15b STYLE: Spelling fixes on documentation 18 years ago
  Brad King 99d57b3c8c ENH: Added cmSourceFile::GetLocation method to get a read-only reference to the Location ivar. This partially addresses issue #6137. 18 years ago
  Brad King 37e8c11827 BUG: Do not force HEADER_FILE_ONLY off if the user has already set it on. 18 years ago
  Brad King 9f542f4ef7 ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader test to use it (making the test simpler). 18 years ago