summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge topic 'revert-use-generator-target'Brad King2012-11-2717-103/+97
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-2113-92/+78
| * | | | | | | | | | Split link information processing into two steps.Stephen Kelly2012-11-211-2/+12
| * | | | | | | | | | Port cmGeneratorExpression to cmTarget from cmGeneratorTarget.Stephen Kelly2012-11-205-9/+7
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'fix-13392-nmake-empty-depends-problem'Brad King2012-11-273-0/+25
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | NMake: Fix problem with empty DEPENDS args (#13392)David Cole2012-11-211-0/+8
| * | | | | | | | | NMake: Add a test to demonstrate EmptyDepends issue (#13392)David Cole2012-11-212-0/+17
* | | | | | | | | | Merge topic 'use-cmsys-auto_ptr'Brad King2012-11-278-23/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Always use the auto_ptr from cmsys.Stephen Kelly2012-11-208-23/+12
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'ninja-encode-LINK_FLAGS'Brad King2012-11-271-0/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Ninja: encode LINK_FLAGS to handle bash variablesPeter Kümmel2012-11-201-0/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'cpack-nsis64-patches'Brad King2012-11-274-4/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CPack/NSIS: Add support for 64-bit NSIS (#13203)David Golub2012-11-203-2/+25
| * | | | | | | | | | CPack/NSIS: Fix compatibility issues with prerelease NSIS (#13202)David Golub2012-11-201-2/+5
* | | | | | | | | | | Merge topic 'fix-untar-infinite-loop'Brad King2012-11-271-2/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | CMake: Fix infinite loop untarring corrupt tar fileDavid Cole2012-11-261-2/+5
* | | | | | | | | | | Merge topic 'fix-FindGettext-result'Brad King2012-11-271-2/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | FindGettext: fix overwriting result with empty variable (#13691)Rolf Eike Beer2012-11-261-2/+0
| |/ / / / / / / / /
* | | | | | | | | | CMake Nightly Date StampKitware Robot2012-11-271-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-11-261-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-11-251-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-11-241-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-11-231-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-11-221-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2012-11-211-1/+1
| |_|/ / / / |/| | | | |
* | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |