Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Always separate preprocessor defs by semicolon (#10902) | Brad King | 2010-06-28 | 1 | -10/+3 |
| | | | | | | Separation by ',' only works in VS 2008 and below and does not work in the PlayStation3 VS plugin. Separation by ';' works in VS 10 and all prior versions. | ||||
* | ENH: Separate option mapping from VS generators | Brad King | 2009-07-29 | 1 | -143/+12 |
| | | | | | Split cmVisualStudioGeneratorOptions core functionality out into a base class cmIDEOptions. It will be useful for other generators. | ||||
* | ENH: almost all tests passing in vs 10, commit fixes preprocess and starts ↵ | Bill Hoffman | 2009-07-13 | 1 | -1/+14 |
| | | | | vs external project | ||||
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+420 |