Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: hardcore some values so output matches cmVS10CLFlagTable.h (addresses ↵ | Zack Galbreath | 2009-10-27 | 1 | -2/+25 |
| | | | | bug #9753) | ||||
* | Fix optionally-valued booleans in VS 10 flag table | Brad King | 2009-10-23 | 1 | -3/+5 |
| | | | | | | | | | | | This commit fixes the cmparseMSBuildXML.py script to generate correct flag table entries for booleans with optional value. These flags use two entries: the first should ignore the value and enable the option, and the second should use the value if given. Previously the first entry did not recognize flags with values. In particular this fixes flags like /MP4, but the change corrects matching of some other flags too. See issue #9771. | ||||
* | BUG: cmparseMSBuildXML should output StringProperty values too | Zack Galbreath | 2009-09-29 | 1 | -0/+7 |
| | |||||
* | ENH: fix line length issues | Bill Hoffman | 2009-06-26 | 1 | -4/+7 |
| | |||||
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+294 |