Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SunPro: set -library=stlport as standard compile option for C++98 | Daniel Pfeifer | 2017-05-26 | 1 | -0/+4 |
* | SunPro: add standard compile option for C++03 | Daniel Pfeifer | 2017-05-26 | 1 | -2/+2 |
* | Tests: Compile entire Plugin test with the same language standard | Brad King | 2017-05-26 | 1 | -3/+3 |
* | Merge branch 'release' | Brad King | 2017-05-22 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'vs14-GNUtoMS' into release | Brad King | 2017-05-17 | 1 | -0/+2 |
| |\ | |||||
| * \ | Merge branch 'source_group-TREE-relative-path' into release | Brad King | 2017-05-17 | 6 | -23/+39 |
| |\ \ | |||||
* | \ \ | Merge topic 'add-findpackage-root-prefix' | Brad King | 2017-05-22 | 30 | -18/+581 |
|\ \ \ \ | |||||
| * | | | | find_*: Add docs for PackageRoot search path group | Chuck Atkins | 2017-05-19 | 7 | -16/+58 |
| * | | | | find_*: Add tests for PackageRoot search path group | Chuck Atkins | 2017-05-16 | 17 | -0/+476 |
| * | | | | find_*: Add a new PackageRoot search path group | Chuck Atkins | 2017-05-16 | 6 | -2/+47 |
* | | | | | Merge topic 'pgi-fix-windows' | Brad King | 2017-05-22 | 7 | -8/+126 |
|\ \ \ \ \ | |||||
| * | | | | | Windows-PGI: Add platform definitions | Christian Pfeiffer | 2017-05-20 | 4 | -0/+56 |
| * | | | | | Windows-PGI: Adapt default compiler flags | Christian Pfeiffer | 2017-05-20 | 1 | -1/+9 |
| * | | | | | ImplicitLinkInfo: Add support for PGI on Windows | Christian Pfeiffer | 2017-05-20 | 2 | -7/+61 |
| |/ / / / | |||||
* | | | | | Merge topic 'UseEcos-update' | Brad King | 2017-05-22 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | UseEcos: Fix for separate <DEFINES> and <INCLUDES> placeholders | Florian Schmaus | 2017-05-19 | 1 | -2/+2 |
* | | | | | | 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 | 4 | -14/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | 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 |
| * | | | | | | Tests: Fix RunCMake.CMP0022 tll case for Debug configuration | Brad King | 2017-05-18 | 2 | -2/+4 |
* | | | | | | | Merge topic 'solarisEmptyFileFix' | Brad King | 2017-05-19 | 2 | -2/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests: Ensure Solaris linker never sees empty contents | Craig Scott | 2017-05-18 | 2 | -2/+6 |
* | | | | | | | | Merge topic 'solaris_testLibSONAME' | Brad King | 2017-05-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Tests: Make function name not match SONAME | Craig Scott | 2017-05-18 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'FindProtobuf-targets' | Brad King | 2017-05-19 | 7 | -0/+148 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Help: Add notes for topic 'FindProtobuf-targets' | Brad King | 2017-05-18 | 1 | -0/+5 |
| * | | | | | | | | | FindProtobuf: add tests | André Apitzsch | 2017-05-18 | 5 | -0/+62 |
| * | | | | | | | | | FindProtobuf: add targets | André Apitzsch | 2017-05-18 | 1 | -0/+81 |
* | | | | | | | | | | Merge topic 'liblzma-fix-inline' | Brad King | 2017-05-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | liblzma: Fix HAVE_INLINE and HAVE___INLINE checks | Brad King | 2017-05-17 | 1 | -2/+2 |
| | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-05-19 | 1 | -1/+1 |
| |_|_|_|/ / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge topic 'string-append' | Brad King | 2017-05-18 | 13 | -28/+28 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use string(APPEND) in Modules | Daniel Pfeifer | 2017-05-17 | 13 | -28/+28 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge topic 'cpack-archive-per-component-filename' | Brad King | 2017-05-18 | 9 | -17/+100 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CPack/Archive: per component filenames support | Domen Vrankar | 2017-05-16 | 9 | -17/+100 |
* | | | | | | | | | | Merge topic 'source_group-TREE-relative-path' | Brad King | 2017-05-18 | 6 | -23/+39 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
| * | | | | | | | | | source_group: Restore TREE support for relative paths | Mateusz Janek | 2017-05-17 | 6 | -23/+39 |
* | | | | | | | | | | Merge topic 'vs14-GNUtoMS' | Brad King | 2017-05-18 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | GNUtoMS: Add search path for VS 2015 environment scripts | Alex Ghosh | 2017-05-17 | 1 | -0/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge topic 'rel-osx-qt-version' | Brad King | 2017-05-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Utilities/Release: Switch macOS binary to Qt 5.6.2 | Brad King | 2017-05-17 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | |