Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable 64-bit tools with VS 2010 Express (#9981, #10722) | Brad King | 2010-12-01 | 1 | -0/+14 |
| | | | | | | | The Express Edition does not come with 64-bit tools, but one can install the "Microsoft Windows SDK v7.1" to get them. Detect this case and check for the SDK. If found, set PlatformToolset to use the SDK tools. Otherwise, fail with a concise and informative error. | ||||
* | VS: Convert PlatformName member to a virtual method | Patrick Gansterer | 2010-08-24 | 1 | -1/+1 |
| | |||||
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+2 |
| | |||||
* | Fix VS 10 .sln files for Windows Explorer | Brad King | 2009-10-22 | 1 | -1/+1 |
| | | | | | | | This commit fixes generated .sln files so they open VS 2010 correctly when double-clicked in Windows Explorer. See issue #9758. | ||||
* | WIP: VS 10 Win64 generator | Brad King | 2009-10-22 | 1 | -1/+2 |
| | | | | See issue #9754. | ||||
* | 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: only 5 failing tests for VS 10 | Bill Hoffman | 2009-07-10 | 1 | -0/+61 |
| | |||||
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+98 |