Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Create VS generator GetRegistryBase method | Brad King | 2009-09-16 | 1 | -0/+1 |
| | | | | | | | | | This method returns the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\<version> A protected GetIDEVersion method retrieves the version-specific part of the key name. | ||||
* | ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties ↵ | Bill Hoffman | 2009-07-14 | 1 | -1/+1 |
| | | | | instead, fix VXExternalInclude test for VS10 | ||||
* | ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 ↵ | David Cole | 2008-02-15 | 1 | -0/+13 |
| | | | | and 9.0 in addition to 8.0 sp1... Make new macros file with VS 7.1 so that it can be read by 7.1 and later. VS 7.1 does not appear to run the macros while a build is in progress, but does not return any errors either, so for now, the reload macro is not called when using 7.1. If I can figure out how to get 7.1 to execute the macro, I will uncomment the code in cmGlobalVisualStudio71Generator::GetUserMacrosDirectory() to activate executing the macros in VS 7.1, too. | ||||
* | ENH: fix for bug 3218 dependant projects are written out automatically if ↵ | Bill Hoffman | 2008-01-30 | 1 | -1/+2 |
| | | | | they are in the project. Also fix bug 5829, remove hard coded CMAKE_CONFIGURATION_TYPES from vs 7 generator | ||||
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment ↵ | Brad King | 2006-09-28 | 1 | -2/+2 |
| | | | | strings work. Fix ZERO_CHECK target always out of date for debugging. Fix Makefile driving of custom commands in a custom target. Fix dependencies on custom targets not in ALL in VS generators. | ||||
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -1/+2 |
| | |||||
* | BUG: MSVC* variables should be set in IDE generators instead of just NMake. | Brad King | 2006-05-06 | 1 | -0/+1 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line lengths | Bill Hoffman | 2006-03-10 | 1 | -3/+6 |
| | |||||
* | BUG: Fixed generation of VS8 solution file to not be re-written when loaded ↵ | Brad King | 2006-02-14 | 1 | -0/+3 |
| | | | | by VS and to work with msbuild. | ||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -4/+2 |
| | | | | of const junk | ||||
* | COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the ↵ | Brad King | 2005-04-29 | 1 | -2/+2 |
| | | | | AddUtility method on a target. This significantly simplifies the implementation and removes warnings about hiding virtual functions. | ||||
* | ENH: Added dependency from INSTALL target to ALL_BUILD target so that ↵ | Brad King | 2005-04-28 | 1 | -2/+2 |
| | | | | targets build before being installed. | ||||
* | BUG: fix external project command for VS 7 and 71 | Bill Hoffman | 2004-09-15 | 1 | -0/+2 |
| | |||||
* | ENH: update vs71 generator to support excluded subdirs | Bill Hoffman | 2004-03-10 | 1 | -1/+2 |
| | |||||
* | ENH: fix some warnings | Bill Hoffman | 2003-11-26 | 1 | -1/+2 |
| | |||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -1/+6 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | Change name of 71 generator | Bill Hoffman | 2003-05-13 | 1 | -1/+1 |
| | |||||
* | add support for vs 71 | Bill Hoffman | 2003-05-08 | 1 | -0/+52 |