Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'server-fix-warning' | Brad King | 2017-05-25 | 1 | -1/+1 |
|\ | |||||
| * | cmServer: Fix compiler -Wdouble-promotion warning | Brad King | 2017-05-24 | 1 | -1/+1 |
* | | Merge topic 'find_package-shorter-message' | Brad King | 2017-05-25 | 1 | -90/+104 |
|\ \ | |||||
| * | | find_package: shorten output for missing package in config mode | Christoph GrĂ¼ninger | 2017-05-23 | 1 | -2/+10 |
| * | | cmFindPackageCommand: Split condition to improve readability | Christoph GrĂ¼ninger | 2017-05-23 | 1 | -91/+97 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-25 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'update-kwsys' | Brad King | 2017-05-24 | 1 | -4/+5 |
|\ \ | |||||
| * | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-05-23 | 1 | -4/+5 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'vs-reduce-UseOfMfc' | Brad King | 2017-05-23 | 1 | -10/+12 |
|\ \ | |||||
| * | | VS: Write UseOfMfc tag only if CMAKE_MFC_FLAG is present | Brad King | 2017-05-22 | 1 | -10/+12 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'add-findpackage-root-prefix' | Brad King | 2017-05-22 | 6 | -2/+47 |
|\ \ | |||||
| * | | find_*: Add a new PackageRoot search path group | Chuck Atkins | 2017-05-16 | 6 | -2/+47 |
* | | | Merge topic 'cxx-features-check-always' | Brad King | 2017-05-22 | 1 | -13/+16 |
|\ \ \ | |||||
| * | | | Check C++ features even without CMAKE_CXX_STANDARD for CMake itself | Brad King | 2017-05-19 | 1 | -13/+16 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-22 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-21 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-20 | 1 | -1/+1 |
* | | | | Merge topic 'target-depends-per-config' | Brad King | 2017-05-19 | 2 | -12/+7 |
|\ \ \ \ | |||||
| * | | | | cmComputeTargetDepends: Avoid nested loops over configurations | Brad King | 2017-05-18 | 2 | -14/+7 |
| * | | | | cmComputeTargetDepends: Avoid computing with empty configuration | Brad King | 2017-05-18 | 1 | -1/+3 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-19 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'cpack-archive-per-component-filename' | Brad King | 2017-05-18 | 2 | -16/+46 |
|\ \ \ \ | |||||
| * | | | | CPack/Archive: per component filenames support | Domen Vrankar | 2017-05-16 | 2 | -16/+46 |
* | | | | | Merge topic 'source_group-TREE-relative-path' | Brad King | 2017-05-18 | 1 | -12/+20 |
|\ \ \ \ \ | |||||
| * | | | | | source_group: Restore TREE support for relative paths | Mateusz Janek | 2017-05-17 | 1 | -12/+20 |
* | | | | | | Merge topic 'fix-invalid-export-name' | Brad King | 2017-05-18 | 1 | -7/+10 |
|\ \ \ \ \ \ | |||||
| * | | | | | | bindexplib: Skip symbols containing a dot (.) | Albert Ziegenhagel | 2017-05-16 | 1 | -7/+10 |
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-05-18 | 20 | -476/+345 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-05-16 | 20 | -476/+345 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'ninja-compile_commands.json' | Brad King | 2017-05-18 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: List compile_commands.json as generated by CMake | Kevin Puetz | 2017-05-16 | 1 | -0/+4 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-18 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-17 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'xcode-try_compile-scheme' | Brad King | 2017-05-16 | 1 | -4/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Work around xcodebuild spurious hangs in try_compile | Brad King | 2017-05-15 | 1 | -1/+2 |
| * | | | | | Xcode: Refactor internal decision for scheme generation | Brad King | 2017-05-15 | 1 | -4/+5 |
| |/ / / / | |||||
* | | | | | Merge topic 'early-config-name' | Brad King | 2017-05-16 | 4 | -13/+4 |
|\ \ \ \ \ | |||||
| * | | | | | cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction | Brad King | 2017-05-15 | 4 | -13/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'cpackifw-i18n' | Brad King | 2017-05-16 | 4 | -16/+101 |
|\ \ \ \ \ | |||||
| * | | | | | CPackIFW: Internationalization Support | Konstantin Podsvirov | 2017-05-12 | 4 | -16/+101 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'mingw-w64-compile' | Brad King | 2017-05-16 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | cmFileCommand: Fix build on mingw-w64 | Aleksey Chernov | 2017-05-15 | 1 | -0/+4 |
| | |_|/ | |/| | | |||||
| * | | | CMake 3.8.1v3.8.1 | Brad King | 2017-05-02 | 1 | -1/+1 |
| * | | | Merge branch 'vs2017-sdk-detection' into release | Brad King | 2017-04-25 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'backport-source_group-TREE-alt-root' into release | Brad King | 2017-04-21 | 1 | -16/+44 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'fix-vs2017-guid-braces' into release | Brad King | 2017-04-20 | 1 | -7/+2 |
| |\ \ \ \ \ | |||||
| * | | | | | | CMake 3.8.0v3.8.0 | Brad King | 2017-04-10 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-16 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | |