Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utilities: Swapped to use std C++11 mutex/threading constructs | Justin Berger | 2017-12-01 | 3 | -48/+9 |
* | Merge topic 'simplify_target_link_libraries' | Brad King | 2017-12-01 | 2 | -81/+97 |
|\ | |||||
| * | target_link_libraries: Simplify implementation and add comments. | Deniz Bahadir | 2017-11-30 | 2 | -54/+70 |
| * | target_link_libraries: Slightly fix some error-messages. | Deniz Bahadir | 2017-11-29 | 1 | -13/+13 |
| * | target_link_libraries: Return earlier on some error. | Deniz Bahadir | 2017-11-29 | 1 | -17/+17 |
* | | Merge topic 'libuv-raii' | Brad King | 2017-12-01 | 3 | -3/+55 |
|\ \ | |||||
| * | | cmUVHandlePtr: Add uv_process_ptr | Brad King | 2017-11-30 | 2 | -0/+19 |
| * | | cmUVHandlePtr: Add uv_timer_ptr | Brad King | 2017-11-30 | 2 | -0/+26 |
| * | | cmUVHandlePtr: Move to CMakeLib to make it available everywhere | Brad King | 2017-11-30 | 2 | -3/+10 |
* | | | Merge topic 'fixCMakeVersionRC' | Brad King | 2017-12-01 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Windows: Fix version embedding in CMake binaries | Justin Goshi | 2017-11-30 | 1 | -0/+3 |
* | | | | Merge topic 'simplify-fallthrough' | Brad King | 2017-12-01 | 5 | -52/+1 |
|\ \ \ \ | |||||
| * | | | | Simplify CM_FALLTHROUGH implementation | Brad King | 2017-11-30 | 5 | -52/+1 |
* | | | | | Merge topic 'update-kwsys' | Brad King | 2017-12-01 | 4 | -1/+58 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-11-30 | 3 | -0/+57 |
| * | | | | cmStandardLexer.h: Do not include a C++ header | Brad King | 2017-11-30 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-12-01 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'libuv-raii' | Brad King | 2017-11-30 | 12 | -137/+501 |
|\ \ \ | |/ / |/| | | |||||
| * | | server: Switched to a auto model for handles | Justin Berger | 2017-11-29 | 8 | -137/+96 |
| * | | Add RAII handles for libuv handle types | Justin Berger | 2017-11-29 | 3 | -0/+399 |
| * | | utility: Disabled copy ctors in thread classes | Justin Berger | 2017-11-29 | 1 | -0/+6 |
* | | | Merge topic 'whitelist-more-interface-properties' | Brad King | 2017-11-30 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | cmTargetPropertyComputer: whitelist custom properties | Ben Boeckel | 2017-11-21 | 1 | -0/+7 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-30 | 1 | -1/+1 |
* | | | | Merge topic 'check_fixtures_before_exe_existence' | Craig Scott | 2017-11-29 | 1 | -2/+6 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | CTest: Check failed fixture dependencies before test command and args | Craig Scott | 2017-11-28 | 1 | -2/+6 |
* | | | | Merge topic 'CodeBlocks-custom-compiler-id' | Brad King | 2017-11-29 | 1 | -0/+7 |
|\ \ \ \ | |||||
| * | | | | CodeBlocks: add option for the CB compiler ID | Melven Roehrig-Zoellner | 2017-11-27 | 1 | -0/+7 |
* | | | | | Merge topic 'aix-threads' | Brad King | 2017-11-29 | 2 | -0/+6 |
|\ \ \ \ \ | |||||
| * | | | | | AIX: Add -pthread flag to enable std::thread with GCC | Brad King | 2017-11-28 | 2 | -0/+6 |
* | | | | | | Merge topic 'fortran-compiler-launcher' | Brad King | 2017-11-29 | 3 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 3 | -3/+4 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-29 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-28 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge topic 'extend-compile-language-genex' | Brad King | 2017-11-27 | 1 | -8/+11 |
|\ \ \ \ | |||||
| * | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio | Brad King | 2017-11-20 | 1 | -3/+2 |
| * | | | | Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual Studio | Brad King | 2017-11-17 | 1 | -6/+10 |
| * | | | | Genex: Fix COMPILE_LANGUAGE messages to allow file(GENERATE) with Xcode | Brad King | 2017-11-17 | 1 | -2/+2 |
* | | | | | Merge topic 'hardcoded-path-removal' | Brad King | 2017-11-27 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Modules: Remove paths set as global Unix prefixes | Christian Pfeiffer | 2017-11-20 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'server-target-isGeneratorProvided' | Brad King | 2017-11-27 | 12 | -33/+53 |
|\ \ \ \ \ | |||||
| * | | | | | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 12 | -33/+53 |
* | | | | | | Merge topic 'serverFixTestDiscovery' | Brad King | 2017-11-27 | 6 | -85/+49 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 6 | -85/+49 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-27 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-26 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-25 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-24 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-23 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-22 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | |