Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | VS: Set the correct SubSystem when determinating the CompilerId | Patrick Gansterer | 2012-11-30 | 2 | -1/+4 | |
* | | | | | | | | Merge topic 'avoid-undefined-behavior' | David Cole | 2012-12-05 | 1 | -4/+32 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | libarchive: fixed undefined left shift with signed ints | Sean McBride | 2012-11-30 | 1 | -4/+32 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'windows-ce-env-helper' | David Cole | 2012-12-05 | 4 | -6/+93 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add command to generate environment for a Windows CE SDK | Patrick Gansterer | 2012-11-30 | 4 | -6/+93 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'safe-target-file-import' | David Cole | 2012-12-05 | 4 | -0/+61 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Generate an early-return guard in target Export files. | Stephen Kelly | 2012-11-30 | 4 | -0/+61 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'ninja_launchers' | David Cole | 2012-12-05 | 2 | -8/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Ninja: fix usage of cldeps with ctest launchers | Mathias Gaunard | 2012-11-30 | 1 | -7/+9 | |
| * | | | | | | | | enable CTEST_USE_LAUNCHERS with Ninja too | Mathias Gaunard | 2012-11-30 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-05 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-04 | 1 | -1/+1 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-03 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-02 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-01 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'fix-cpack-tests' | Brad King | 2012-11-30 | 3 | -15/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Use the right path to CPack value for running CPack tests | David Cole | 2012-11-29 | 3 | -15/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'MinorFixFPHSA_13755' | Brad King | 2012-11-30 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FPHSA: don't succeed if only checking for XX_FOUND (#13755) | Alex Neundorf | 2012-11-29 | 1 | -1/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'fix-watcom-test-timeout' | Brad King | 2012-11-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Watcom: Avoid prompt from wmake about dll with no exports... | David Cole | 2012-11-28 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'multiarch-include' | Brad King | 2012-11-30 | 6 | -4/+38 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Test find_path multiarch support (#13742) | Brad King | 2012-11-26 | 4 | -0/+32 | |
| * | | | | | | | Teach find_(path|file) about Linux multiarch (#13742) | Brad King | 2012-11-26 | 2 | -4/+6 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-30 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-29 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge topic 'windows-ce' | Brad King | 2012-11-28 | 21 | -57/+402 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Added "Deploy" at project configuration for WindowsCE targets | Patrick Gansterer | 2012-11-27 | 6 | -8/+17 | |
| * | | | | | | VS: Make DetermineCompilerId working with WinCE too | Patrick Gansterer | 2012-11-27 | 6 | -1/+24 | |
| * | | | | | | VS: Allow setting the name of the target platform | Patrick Gansterer | 2012-11-27 | 3 | -0/+7 | |
| * | | | | | | VS: Add parser for WCE.VCPlatform.config to read WinCE platforms | Patrick Gansterer | 2012-11-27 | 7 | -24/+297 | |
| * | | | | | | VS: Support setting correct subsystem and entry point for WinCE | Patrick Gansterer | 2012-11-26 | 3 | -3/+21 | |
| * | | | | | | VS: Change variable type of Name from const char* to string | Patrick Gansterer | 2012-11-26 | 1 | -2/+2 | |
| * | | | | | | VS: Change variable type of ArchitectureId from const char* to string | Patrick Gansterer | 2012-11-26 | 4 | -7/+6 | |
| * | | | | | | VS: Add static method to get the base of the registry | Patrick Gansterer | 2012-11-26 | 2 | -2/+12 | |
| * | | | | | | VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefile | Patrick Gansterer | 2012-11-26 | 3 | -6/+16 | |
| * | | | | | | VS: Remove TargetMachine for linker when checking compiler id | Patrick Gansterer | 2012-11-20 | 2 | -4/+0 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-28 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release' | Brad King | 2012-11-27 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | CMake 2.8.10.2v2.8.10.2 | Brad King | 2012-11-26 | 2 | -1/+15 | |
| * | | | | | | Merge branch 'fix-untar-infinite-loop' into release | Brad King | 2012-11-26 | 1 | -2/+5 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'fix-FindGettext-result' into release | Brad King | 2012-11-26 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'fix-IMPORTED-GLOBAL-reconfigure' into release | Brad King | 2012-11-26 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'FixAutomocRegression3' into release | Brad King | 2012-11-26 | 1 | -0/+59 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'generator-expression-fixes' | Brad King | 2012-11-27 | 7 | -4/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Genex: Don't segfault on $<FOO,> | Stephen Kelly | 2012-11-27 | 3 | -1/+19 | |
| * | | | | | | | | | | | Genex: Ensure that $<0:...> has a parameter. | Stephen Kelly | 2012-11-27 | 5 | -0/+30 | |
| * | | | | | | | | | | | Genex: Extract a method to parse parameters. | Stephen Kelly | 2012-11-26 | 2 | -3/+26 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'winflexbison' | Brad King | 2012-11-27 | 2 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | FindFLEX: Add support for the Win flex-bison distribution | Patrick Gansterer | 2012-11-26 | 1 | -4/+6 | |