| Commit message (Expand) | Author | Age | Files | Lines |
* | FindXercesC: Correct order of version detection and versioned library checks | Roger Leigh | 2018-08-03 | 1 | -4/+4 |
|
|
* | CMake Nightly Date Stamp | Kitware Robot | 2018-08-03 | 1 | -1/+1 |
|
|
* | CMake Nightly Date Stamp | Kitware Robot | 2018-08-02 | 1 | -1/+1 |
|
|
* | Merge branch 'release-3.12' | Brad King | 2018-08-01 | 0 | -0/+0 |
|\ |
|
| * | Merge branch 'UseSWIG-legacy-user-flags' into release-3.12 | Brad King | 2018-07-31 | 1 | -3/+4 |
| |\ |
|
* | \ | Merge topic 'UseSWIG-legacy-user-flags' | Brad King | 2018-08-01 | 1 | -3/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | UseSWIG: restore legacy behavior for SWIG_MODULE_<name>_EXTRA_FLAGS | Marc Chevrier | 2018-07-31 | 1 | -3/+4 |
| |/ |
|
* | | Merge topic 'gcc-8-warnings' | Brad King | 2018-08-01 | 15 | -885/+913 |
|\ \ |
|
| * | | IWYU: Add workaround mapping for std::hash | Brad King | 2018-07-31 | 2 | -0/+4 |
|
|
| * | | cmXMLParser: Avoid -Wconversion warning | Brad King | 2018-07-31 | 1 | -2/+2 |
|
|
| * | | LexerParser: Suppress GCC -Wconversion warnings | Brad King | 2018-07-31 | 9 | -880/+904 |
|
|
| * | | cmGlobalGenerator: Avoid -Wstringop-truncation warning | Brad King | 2018-07-31 | 1 | -1/+1 |
|
|
| * | | cmCommandArgumentParserHelper: Avoid -Wstringop-truncation warning | Brad King | 2018-07-31 | 1 | -1/+1 |
|
|
| * | | cmCursesLongMessageForm: Avoid -Wstringop-overflow warning | Brad King | 2018-07-31 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-08-01 | 1 | -1/+1 |
|/ / |
|
* | | Merge topic 'autogen_refactor_initialization' | Brad King | 2018-07-31 | 10 | -704/+955 |
|\ \ |
|
| * | | Autogen: Add test for Q_OS_ macros | Sebastian Holtermann | 2018-07-30 | 5 | -0/+180 |
|
|
| * | | Autogen: For Qt5 pass all implicit include directories to moc | Sebastian Holtermann | 2018-07-30 | 1 | -3/+5 |
|
|
| * | | Autogen: Split initializer main method | Sebastian Holtermann | 2018-07-30 | 2 | -547/+578 |
|
|
| * | | Autogen: Compute variables in Init stage instead of Setup stage | Sebastian Holtermann | 2018-07-30 | 2 | -162/+179 |
|
|
| * | | Autogen: Move info file write code into methods | Sebastian Holtermann | 2018-07-30 | 2 | -174/+198 |
|
|
| * | | Autogen: Pass absolute include path in info file | Sebastian Holtermann | 2018-07-30 | 4 | -30/+28 |
|
|
| * | | cmLocalGenerator: Respect user requested implicit include directories order | Sebastian Holtermann | 2018-07-30 | 1 | -8/+7 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-31 | 1 | -1/+1 |
|/ / |
|
* | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-30 | 1 | -1/+1 |
|
|
* | | Merge branch 'release-3.12' | Craig Scott | 2018-07-29 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Merge branch 'cpack-default-package-version-zero' into release-3.12 | Craig Scott | 2018-07-29 | 8 | -12/+39 |
| |\ |
|
* | \ | Merge topic 'cpack-default-package-version-zero' | Craig Scott | 2018-07-29 | 8 | -12/+39 |
|\ \ \
| | |/
| |/| |
|
| * | | CPack: Restore support for 0-valued version components | Brad King | 2018-07-27 | 8 | -12/+39 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-29 | 1 | -1/+1 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-28 | 1 | -1/+1 |
|
|
* | | | Merge topic 'UseSWIG-target-name-policy' | Brad King | 2018-07-27 | 25 | -28/+107 |
|\ \ \ |
|
| * | | | UseSWIG: add policy to manage target naming strategy. | Marc Chevrier | 2018-07-25 | 25 | -28/+107 |
|
|
* | | | | Merge topic 'reproducible-tarballs' | Brad King | 2018-07-27 | 9 | -4/+112 |
|\ \ \ \ |
|
| * | | | | CPack/Deb: Support SOURCE_DATE_EPOCH when packaging files | Andrew Fuller | 2018-07-25 | 9 | -4/+112 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-27 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'maint_clarify_merge_process' | Brad King | 2018-07-26 | 1 | -3/+6 |
|\ \ \ \ \ |
|
| * | | | | | maint: Add further details about merging topics to release branch | Craig Scott | 2018-07-25 | 1 | -3/+6 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge topic 'get_include_directories' | Brad King | 2018-07-26 | 2 | -67/+85 |
|\ \ \ \ \ |
|
| * | | | | | cmLocalGenerator: Extend the functionality of ``GetIncludeDirectories()`` | Sebastian Holtermann | 2018-07-25 | 2 | -11/+30 |
|
|
| * | | | | | cmLocalGenerator: Style changes: Private local variable renames | Sebastian Holtermann | 2018-07-25 | 1 | -8/+8 |
|
|
| * | | | | | cmLocalGenerator: Style change: Wrap temporary strings and code in braces | Sebastian Holtermann | 2018-07-25 | 1 | -14/+17 |
|
|
| * | | | | | cmLocalGenerator: Style change: Wrap temporary strings and code in braces | Sebastian Holtermann | 2018-07-25 | 1 | -21/+24 |
|
|
| * | | | | | cmLocalGenerator: Style change: Use return value of std::set::insert | Sebastian Holtermann | 2018-07-25 | 1 | -23/+16 |
|
|
* | | | | | | Merge branch 'release-3.12' | Brad King | 2018-07-26 | 0 | -0/+0 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge branch 'googletest_policy_settings' into release-3.12 | Brad King | 2018-07-25 | 1 | -0/+7 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge topic 'googletest_policy_settings' | Brad King | 2018-07-26 | 1 | -0/+7 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | GoogleTest: Ensure policy settings allow use of IN_LIST | Craig Scott | 2018-07-25 | 1 | -0/+7 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-07-26 | 1 | -1/+1 |
|
|
* | | | | | | | Merge topic 'GetPrerequisites-dylibsframeworks' | Brad King | 2018-07-25 | 1 | -14/+4 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|