Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Add 'ANDROID_API_MIN' target property to set Android Target MIN API | Dmitry Polyanitsa | 2014-12-17 | 2 | -0/+7 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'fix-sha2-cast-constness' | Brad King | 2014-12-18 | 1 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sha2: Fix -Wcast-qual warnings by adding const to some casts | Sean McBride | 2014-12-17 | 1 | -12/+12 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-18 | 1 | -1/+1 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'ctest_memcheck-no-empty-BC-output' | Brad King | 2014-12-17 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ctest_memcheck: Do not open empty BC output file name | Brad King | 2014-12-16 | 1 | -0/+4 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'fix_coverage_scanbuild_errors' | Brad King | 2014-12-17 | 2 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | CTest: Remove code to fix scanbuild errors | Joseph Snyder | 2014-12-15 | 2 | -4/+0 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-17 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-16 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'assert-no-string-conversion' | Brad King | 2014-12-15 | 5 | -12/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix some Clang -Wstring-conversion warnings | Sean McBride | 2014-12-12 | 5 | -12/+12 | |
* | | | | | | | | | | Merge topic 'suncc-fixes' | Brad King | 2014-12-15 | 2 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Misc. fixes for the Oracle / Sun compiler. | Chuck Atkins | 2014-12-12 | 2 | -8/+12 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-15 | 1 | -1/+1 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-14 | 1 | -1/+1 | |
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-13 | 1 | -1/+1 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'catch-ctest-errors-better' | Brad King | 2014-12-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ctest: count errors from scripts properly | Ben Boeckel | 2014-12-10 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge topic 'drop-double-underscores' | Brad King | 2014-12-12 | 14 | -41/+41 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 14 | -41/+41 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-12 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-11 | 1 | -1/+1 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-10 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'find_library-updated-directory-content' | Brad King | 2014-12-09 | 2 | -20/+30 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | find_library: Fix repeat call after changing directory content (#15293) | Brad King | 2014-12-08 | 2 | -20/+30 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-09 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'custom-command-multiple-outputs' | Brad King | 2014-12-08 | 8 | -163/+99 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Makefile: Workaround Borland Make bug with multiple outputs | Brad King | 2014-12-06 | 3 | -0/+19 | |
| * | | | | | | | | | Makefile: Fix rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 5 | -111/+68 | |
| * | | | | | | | | | Xcode: Fix rebuild with multiple custom command outputs (#15116) | Brad King | 2014-12-05 | 2 | -52/+12 | |
* | | | | | | | | | | Merge topic 'file-LOCK-timeout-type' | Brad King | 2014-12-08 | 9 | -23/+27 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | file: Use 'long' to represent the parsed LOCK TIMEOUT value | Ruslan Baratov | 2014-12-05 | 9 | -23/+27 | |
* | | | | | | | | | | | Merge topic 'ctest-binary-pipe' | Brad King | 2014-12-08 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ctest --launch: write to cout and cerr in binary | Ben Boeckel | 2014-12-05 | 1 | -0/+13 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'vs-inherit-wd' | Brad King | 2014-12-08 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | VS: Inherit target-level "-wd" flags in source files (#15284) | Brad King | 2014-12-04 | 1 | -0/+5 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'try_compile-link-flags' | Brad King | 2014-12-08 | 3 | -0/+42 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | try_compile: Pass linker flags into test project (#14066) | Brad King | 2014-12-03 | 3 | -0/+40 | |
| * | | | | | | | | | | | CMakeDetermineCompilerABI: Use normal linker flags in ABI project | Brad King | 2014-12-03 | 1 | -0/+2 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-08 | 1 | -1/+1 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-07 | 1 | -1/+1 | |
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-06 | 1 | -1/+1 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2014-12-05 | 1 | -1/+1 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'cached-regex-clear-fixed' | Brad King | 2014-12-04 | 5 | -43/+69 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cmMakefile: store the number of last matches in a CMake var | Ben Boeckel | 2014-12-03 | 5 | -43/+69 | |
* | | | | | | | | | | | Merge topic 'fix-add_library-check-for-shared' | Brad King | 2014-12-04 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | add_library: Fix target type check for non-shared-lib platforms | Brad King | 2014-12-03 | 1 | -3/+2 | |
* | | | | | | | | | | | | Merge topic 'vs-hlsl-typo' | Brad King | 2014-12-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | VS: Fix typo in VS_SHADER_MODEL lookup comment | Brad King | 2014-12-03 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |