summaryrefslogtreecommitdiffstats
path: root/Tests/PrecompiledHeader
Commit message (Collapse)AuthorAgeFilesLines
* ENH: almost all tests passing in vs 10, commit fixes preprocess and starts ↵Bill Hoffman2009-07-131-1/+4
| | | | vs external project
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
|
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader ↵Brad King2007-09-131-32/+16
| | | | test to use it (making the test simpler).
* BUG: Do not use /I mode in VS6.Brad King2007-03-121-7/+10
|
* BUG: Clean the pch during make clean so that the test passes when run more ↵Brad King2007-03-121-0/+6
| | | | than once.
* BUG: Split precompiled header flags into a separate per-global-generator ↵Brad King2007-03-121-3/+3
| | | | flag map. This is needed because the flag mappings differ across VS IDE versions. This fixes bug#3512 for VS8 where as the previous fix only worked for VS7.
* ENH: Added PrecompiledHeader test for MSVC compilers.Brad King2007-02-086-0/+88