summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentCompileDefinitions.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop builtin property documentationBrad King2013-10-161-34/+0
| | | | | | Drop all DefineProperty calls for non-chained properties. Drop the documentation from the chained ones. The documentation for all properties is now in Help/prop_*/*.rst files.
* VS 10: Escape ; as %3B in preprocessor definitions (#14073)Brad King2013-04-111-1/+1
| | | | | | | | | Use the suggestion from http://support.microsoft.com/kb/2262855 to escape semicolons in preprocessor definitions for VS >= 10. Update the COMPILE_DEFINITIONS documentation disclaimer list of known limitations accordingly. Update our "Preprocess" test to cover the case. Suggested-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
* Document COMPILE_DEFINITIONS known limitations (#11660, #11712)Brad King2011-01-171-1/+10
| | | | | | Some values simply cannot be escaped properly in all contexts for all native build tools. Document known limitations after the disclaimer that states so.
* Combine duplicate COMPILE_DEFINITIONS disclaimerBrad King2011-01-171-0/+25