Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Don't require liblzma when using system libarchive | Daniel Pfeifer | 2016-10-09 | 1 | -12/+14 | |
| * | | | | | | | | | | | | Don't require libbz2 when using system libarchive | Daniel Pfeifer | 2016-10-09 | 1 | -8/+13 | |
| * | | | | | | | | | | | | CMakeCPack: remove obsolete conditions | Daniel Pfeifer | 2016-10-09 | 1 | -175/+170 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'test-cpack-improve-failure-messages' | Brad King | 2016-10-10 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Tests: Improve RunCMake.CPack_* failure message formatting | Brad King | 2016-10-07 | 1 | -2/+4 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2016-10-10 | 1 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-10-08 | 1 | -11/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | KWSys 2016-10-07 (dfe9b386) | KWSys Upstream | 2016-10-08 | 1 | -11/+9 | |
* | | | | | | | | | | | | | Merge topic 'android-export-has-cpp' | Brad King | 2016-10-10 | 5 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Android: Record use of C++ by static libs in exported Android.mk files | Brad King | 2016-10-07 | 5 | -1/+22 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'android-cxxabi' | Brad King | 2016-10-10 | 3 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Android: Fix support for cxxabi.h with libc++ | Brad King | 2016-10-07 | 3 | -0/+7 | |
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'FindProtobuf-fix-subdirs' | Brad King | 2016-10-10 | 1 | -6/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | FindProtobuf: Fix protobuf_generate_*() to handle subdirs | Martin Joly | 2016-10-07 | 1 | -6/+10 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-10 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-09 | 1 | -1/+1 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-10-08 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'release' | Brad King | 2016-10-07 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'FindMatlab-fix-simulink-cache' into release | Brad King | 2016-10-05 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'FindMatlab-documentation' into release | Brad King | 2016-10-05 | 2 | -9/+15 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'fix-VS-resources-pri-path' into release | Brad King | 2016-10-05 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'qtifw-https-cmake.org' into release | Brad King | 2016-10-04 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'cmake-server-improve-shutdown' into release | Brad King | 2016-10-04 | 3 | -53/+132 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'nmake-encoding' | Brad King | 2016-10-07 | 10 | -11/+326 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | NMake: Use ANSI encoding for NMake Makefiles | Dāvis Mosāns | 2016-10-06 | 5 | -7/+30 | |
| * | | | | | | | | | | | | | cmGeneratedFileStream: Add optional encoding support | Dāvis Mosāns | 2016-10-06 | 2 | -4/+22 | |
| * | | | | | | | | | | | | | codecvt: Add class for encoding conversion | Dāvis Mosāns | 2016-10-06 | 3 | -0/+274 | |
* | | | | | | | | | | | | | | Merge topic 'cpack-rpm-single-debuginfo' | Brad King | 2016-10-07 | 17 | -84/+624 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | CPack/RPM single debuginfo packaging | Domen Vrankar | 2016-10-07 | 13 | -52/+425 | |
| * | | | | | | | | | | | | | | CPack/RPM learned defining main component | Domen Vrankar | 2016-10-07 | 8 | -33/+200 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge topic 'cleanup-Convert' | Brad King | 2016-10-07 | 17 | -189/+167 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | cmLocalGenerator: Simplify ConvertToLinkReference | Stephen Kelly | 2016-10-06 | 5 | -19/+13 | |
| * | | | | | | | | | | | | | | cmOutputConverter: Add a flag for IsUnix | Stephen Kelly | 2016-10-06 | 2 | -20/+22 | |
| * | | | | | | | | | | | | | | Convert: Inline platform-specific methods | Stephen Kelly | 2016-10-06 | 2 | -28/+4 | |
| * | | | | | | | | | | | | | | Makefiles: Introduce local RelativePath method | Stephen Kelly | 2016-10-06 | 6 | -55/+73 | |
| * | | | | | | | | | | | | | | Fortran: Inline conversion to relative path | Stephen Kelly | 2016-10-06 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | Fortran: Wrap path convert in a call with a more-suitable name | Stephen Kelly | 2016-10-06 | 2 | -20/+24 | |
| * | | | | | | | | | | | | | | Makefiles: Hardcode the relative location of the CMakeCache file | Stephen Kelly | 2016-10-06 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | Convert: Extract method to determine if paths are in directory | Stephen Kelly | 2016-10-06 | 2 | -5/+17 | |
| * | | | | | | | | | | | | | | Convert: Remove asserts which are duplicated in delegate method | Stephen Kelly | 2016-10-06 | 1 | -7/+0 | |
| * | | | | | | | | | | | | | | Convert: Remove early return check | Stephen Kelly | 2016-10-06 | 1 | -5/+0 | |
| * | | | | | | | | | | | | | | Convert: Extract local variables for readability | Stephen Kelly | 2016-10-06 | 1 | -12/+13 | |
| * | | | | | | | | | | | | | | Convert: Extract local variables | Stephen Kelly | 2016-10-06 | 1 | -14/+17 | |
| * | | | | | | | | | | | | | | cmOutputConverter: remove unused code | Daniel Pfeifer | 2016-10-06 | 2 | -20/+0 | |
| * | | | | | | | | | | | | | | Xcode: Inline ConvertToRelativePath calls | Stephen Kelly | 2016-10-06 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | Merge topic 'CMP0065-LINK_FLAGS' | Brad King | 2016-10-07 | 3 | -46/+67 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | CMP0065: Put computed flags into LINK_FLAGS not LINK_LIBRARIES | Stephen Kelly | 2016-10-07 | 2 | -1/+14 | |
| * | | | | | | | | | | | | | | | cmLocalGenerator: Rename local variable to be more appropriate | Stephen Kelly | 2016-10-06 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | | | cmLocalGenerator: Extract policy handling into a method | Stephen Kelly | 2016-10-06 | 2 | -46/+55 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge topic 'codelite-global-setting' | Brad King | 2016-10-07 | 4 | -5/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |