Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS10: stop build on custom command error (#11533) | David Cole | 2010-12-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | In VS9 and previous versions, :VCReportError is the goto label to jump to after a failed custom command. It stops the build before it tries to go any further. In VS10, :VCEnd is the correct label to use. Create a method in the VS generators to provide the correct line of script to use for each version of Visual Studio. For more internal details, search for VCEnd in the C:\Program Files\MSBuild directory. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | ENH: almost all tests passing in vs 10, commit fixes preprocess and starts ↵ | Bill Hoffman | 2009-07-13 | 1 | -1/+2 |
| | | | | vs external project | ||||
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+45 |