Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-10 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-09 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-08 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-07 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-12-06 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge topic 'fix-11575-add-wix-support-to-cpack' | David Cole | 2012-12-05 | 8 | -0/+1127 | |
|\ \ | ||||||
| * | | CPack: Fix dashboard errors and warnings (#11575) | David Cole | 2012-12-04 | 5 | -21/+21 | |
| * | | CPack: Fix dashboard warnings (#11575) | David Cole | 2012-12-03 | 1 | -6/+7 | |
| * | | CPack: Fix dashboard errors (#11575) | David Cole | 2012-12-03 | 1 | -2/+2 | |
| * | | CPack: Add a WiX Generator (#11575) | Nils Gladitz | 2012-12-03 | 8 | -0/+1126 | |
* | | | Merge topic 'fix-13770-folders-w-vs11-express' | David Cole | 2012-12-05 | 3 | -1/+11 | |
|\ \ \ | ||||||
| * | | | VS11: Allow using folders with the VS11 Express Edition (#13770) | David Cole | 2012-12-03 | 3 | -1/+11 | |
* | | | | 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 | 1 | -7/+9 | |
|\ \ \ \ | ||||||
| * | | | | Ninja: fix usage of cldeps with ctest launchers | Mathias Gaunard | 2012-11-30 | 1 | -7/+9 | |
| |/ / / | ||||||
* | | | | 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 'multiarch-include' | Brad King | 2012-11-30 | 2 | -4/+6 | |
|\ \ \ | ||||||
| * | | | 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 | 16 | -46/+377 | |
|\ \ | ||||||
| * | | 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 | 1 | -0/+6 | |
| * | | 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 | 2 | -0/+9 | |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2012-11-28 | 1 | -1/+1 | |
* | | | Merge topic 'generator-expression-fixes' | Brad King | 2012-11-27 | 3 | -4/+51 | |
|\ \ \ | ||||||
| * | | | Genex: Don't segfault on $<FOO,> | Stephen Kelly | 2012-11-27 | 1 | -1/+9 | |
| * | | | Genex: Ensure that $<0:...> has a parameter. | Stephen Kelly | 2012-11-27 | 1 | -0/+16 | |
| * | | | Genex: Extract a method to parse parameters. | Stephen Kelly | 2012-11-26 | 2 | -3/+26 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'fix-13611-source-group-issues' | Brad King | 2012-11-27 | 1 | -4/+5 | |
|\ \ \ | ||||||
| * | | | CMake: source_group needs to check its own regex after its children (#13611) | Clemens Heppner | 2012-11-23 | 1 | -4/+5 | |
* | | | | Merge topic 'revert-use-generator-target' | Brad King | 2012-11-27 | 17 | -103/+97 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Move GetLinkInformation to cmGeneratorTarget" | Stephen Kelly | 2012-11-21 | 13 | -92/+78 | |
| * | | | | Split link information processing into two steps. | Stephen Kelly | 2012-11-21 | 1 | -2/+12 | |
| * | | | | Port cmGeneratorExpression to cmTarget from cmGeneratorTarget. | Stephen Kelly | 2012-11-20 | 5 | -9/+7 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge topic 'fix-13392-nmake-empty-depends-problem' | Brad King | 2012-11-27 | 1 | -0/+8 | |
|\ \ \ \ | ||||||
| * | | | | NMake: Fix problem with empty DEPENDS args (#13392) | David Cole | 2012-11-21 | 1 | -0/+8 | |