summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | CMake Nightly Date StampKitware Robot2012-11-281-1/+1
* | | | | Merge branch 'release'Brad King2012-11-271-0/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CMake 2.8.10.2v2.8.10.2Brad King2012-11-262-1/+15
| * | | | Merge branch 'fix-untar-infinite-loop' into releaseBrad King2012-11-261-2/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-FindGettext-result' into releaseBrad King2012-11-261-2/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-IMPORTED-GLOBAL-reconfigure' into releaseBrad King2012-11-261-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FixAutomocRegression3' into releaseBrad King2012-11-261-0/+59
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'generator-expression-fixes'Brad King2012-11-277-4/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Genex: Don't segfault on $<FOO,>Stephen Kelly2012-11-273-1/+19
| * | | | | | | | | Genex: Ensure that $<0:...> has a parameter.Stephen Kelly2012-11-275-0/+30
| * | | | | | | | | Genex: Extract a method to parse parameters.Stephen Kelly2012-11-262-3/+26
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'winflexbison'Brad King2012-11-272-5/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindFLEX: Add support for the Win flex-bison distributionPatrick Gansterer2012-11-261-4/+6
| * | | | | | | | | FindBISON: Add support for the Win flex-bison distributionPatrick Gansterer2012-11-261-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindBullet-windows-configs'Brad King2012-11-271-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindBullet: Search in per-config dirs on Windows (#13738)Alan Witkowski2012-11-261-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge topic 'fix-12437-remove-ridiculously-large-default-stack-size-arg'Brad King2012-11-272-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CMake: Remove "/STACK:10000000" from default linker flags (#12437)David Cole2012-11-232-3/+3
* | | | | | | | | | Merge topic 'fix-13611-source-group-issues'Brad King2012-11-271-4/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CMake: source_group needs to check its own regex after its children (#13611)Clemens Heppner2012-11-231-4/+5
| |/ / / / / / / / /
* | | | | | | | | | 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
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |