summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VS: Make DetermineCompilerId working with WinCE tooPatrick Gansterer2012-11-276-1/+24
* VS: Allow setting the name of the target platformPatrick Gansterer2012-11-273-0/+7
* VS: Add parser for WCE.VCPlatform.config to read WinCE platformsPatrick Gansterer2012-11-277-24/+297
* VS: Support setting correct subsystem and entry point for WinCEPatrick Gansterer2012-11-263-3/+21
* VS: Change variable type of Name from const char* to stringPatrick Gansterer2012-11-261-2/+2
* VS: Change variable type of ArchitectureId from const char* to stringPatrick Gansterer2012-11-264-7/+6
* VS: Add static method to get the base of the registryPatrick Gansterer2012-11-262-2/+12
* VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefilePatrick Gansterer2012-11-263-6/+16
* VS: Remove TargetMachine for linker when checking compiler idPatrick Gansterer2012-11-202-4/+0
* Merge topic 'FixAutomocRegression3'Brad King2012-11-201-0/+59
|\
| * Automoc: fix regression #13667, broken build in phononAlex Neundorf2012-11-201-0/+59
* | Merge topic 'generator-factory'Brad King2012-11-2054-814/+495
|\ \
| * | VS: Remove platform specific generator filesPatrick Gansterer2012-11-1924-576/+238
| * | VS: Remove EnableLanguage from platform-specific generatorsPatrick Gansterer2012-11-195-32/+8
| * | VS: Remove GetPlatformName from platform-specific generatorsPatrick Gansterer2012-11-199-15/+11
| * | VS: Fix ArchitectureId of Visual Studio 10 IA64 generatorPatrick Gansterer2012-11-191-1/+1
| * | VS: Remove AddPlatformDefinitions from platform-specific generatorsPatrick Gansterer2012-11-1914-72/+13
| * | Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-1949-82/+70
| * | Allow a GeneratorFactory handling of more than one generatorPatrick Gansterer2012-11-194-65/+71
| * | Search generator in cmake::ExtraGenerators before in cmake::GeneratorsPatrick Gansterer2012-11-191-19/+22
| * | Add cmGlobalGeneratorFactory::GetGenerators()Patrick Gansterer2012-11-193-1/+11
| * | Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-1928-75/+174
* | | Merge topic 'fix-IMPORTED-GLOBAL-reconfigure'Brad King2012-11-201-0/+1
|\ \ \
| * | | Initialize IMPORTED GLOBAL targets on reconfigure (#13702)Brad King2012-11-191-0/+1
* | | | Merge topic 'AutomocInheritFOLDERTargetProperty'Brad King2012-11-201-1/+17
|\ \ \ \
| * | | | Automoc: "inherit" FOLDER target property from target (#13688)Alex Neundorf2012-11-171-1/+17
| | |/ / | |/| |
* | | | Merge topic 'vs-drop-Zm'Brad King2012-11-201-1/+6
|\ \ \ \
| * | | | MSVC: Drop default use of /Zm1000 for VS >= 7.1Brad King2012-11-161-1/+6
* | | | | Merge topic 'vs-global-sections'Brad King2012-11-2023-17/+232
|\ \ \ \ \
| * \ \ \ \ Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sectionsBrad King2012-11-1613-42/+172
| |\ \ \ \ \
| * | | | | | Define properties VS_GLOBAL_SECTION_*Petr Kmoch2012-11-161-0/+40
| * | | | | | Implement properties VS_GLOBAL_SECTION_*Petr Kmoch2012-11-164-17/+72
| * | | | | | Add tests for VS_SOLUTION_GLOBAL_SECTIONSPetr Kmoch2012-11-1618-0/+120
* | | | | | | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD'Brad King2012-11-2013-42/+172
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Serialize tests for EXCLUDE_FROM_DEFAULT_BUILDBrad King2012-11-131-0/+7
| * | | | | | Define property EXCLUDE_FROM_DEFAULT_BUILDPetr Kmoch2012-11-131-0/+15
| * | | | | | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-137-42/+65
| * | | | | | Add tests for EXCLUDE_FROM_DEFAULT_BUILDPetr Kmoch2012-11-135-0/+85
* | | | | | | CMake Nightly Date StampKitware Robot2012-11-201-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2012-11-191-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2012-11-181-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2012-11-171-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2012-11-161-1/+1
| |/ / / |/| | |
* | | | CMake Nightly Date StampKitware Robot2012-11-151-1/+1
* | | | CMake Nightly Date StampKitware Robot2012-11-141-1/+1
* | | | Merge topic 'CPack-BugFixesSet'Brad King2012-11-131-1/+0
|\ \ \ \
| * | | | Remove seemingly bogus duplicate CPACK_PACKAGE_FILE_NAME call.Andreas Mohr2012-11-111-1/+0
* | | | | Merge topic 'CPack-fixTypoInErrorMsg'Brad King2012-11-131-1/+1
|\ \ \ \ \
| * | | | | Correct string literal typo (have "(NULL)" like all other cases).Andreas Mohr2012-11-101-1/+1
| |/ / / /
* | | | | Merge topic 'only-git-fetch-when-necessary'Brad King2012-11-136-5/+307
|\ \ \ \ \