Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS 10: Escape ; as %3B in preprocessor definitions (#14073) | Brad King | 2013-04-11 | 1 | -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 King | 2011-01-17 | 1 | -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 disclaimer | Brad King | 2011-01-17 | 1 | -0/+25 |