Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -3/+7 |
| | | | | warnings produced by building for win64 | ||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -7/+7 |
| | |||||
* | BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ↵ | Brad King | 2006-02-14 | 1 | -0/+14 |
| | | | | project regeneration rules go only in desired targets. | ||||
* | BUG: Fixed generation of VS8 solution file to not be re-written when loaded ↵ | Brad King | 2006-02-14 | 1 | -1/+34 |
| | | | | by VS and to work with msbuild. | ||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -1/+4 |
| | |||||
* | COMP: Fixed unused variable warning. | Brad King | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | ENH: Added support for parallel builds in VS 8. There is now a special ↵ | Brad King | 2005-12-13 | 1 | -0/+125 |
| | | | | target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512. | ||||
* | BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their ↵ | Brad King | 2005-11-22 | 1 | -0/+1 |
| | | | | own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer. | ||||
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -0/+54 |