Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-29 | 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 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-11-21 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'fix-cmake-server-bad-buffering' | Brad King | 2017-11-20 | 1 | -3/+2 |
|\ \ \ \ | |||||
| * | | | | server: Fix regression in partial message handling | vector-of-bool | 2017-11-20 | 1 | -3/+2 |
* | | | | | Merge topic 'autogen-rcc-custom-command' | Brad King | 2017-11-20 | 15 | -1658/+2003 |
|\ \ \ \ \ | |||||
| * | | | | | Autogen: Use integers instead of strings for the Qt version | Sebastian Holtermann | 2017-11-19 | 3 | -16/+9 |
| * | | | | | Autogen: Use project relative paths in rcc custom command comment | Sebastian Holtermann | 2017-11-19 | 1 | -1/+21 |
| * | | | | | Autogen: Detect rcc feature once during configuration | Sebastian Holtermann | 2017-11-19 | 6 | -101/+107 |
| * | | | | | Autogen: Make cmQtAutoGeneratorInitializer an instantiable class | Sebastian Holtermann | 2017-11-19 | 8 | -759/+713 |
| * | | | | | Autogen: Add and use cmQtAutoGenerator base class | Sebastian Holtermann | 2017-11-19 | 8 | -759/+487 |
| * | | | | | Autogen: Rename cmQtAutoGenerators to cmQtAutoGeneratorMocUic | Sebastian Holtermann | 2017-11-19 | 4 | -76/+76 |
| * | | | | | Autogen: Remove rcc code from cmQtAutoGenerators | Sebastian Holtermann | 2017-11-19 | 2 | -308/+1 |
| * | | | | | Autogen: Switch to use custom commands for RCC | Sebastian Holtermann | 2017-11-19 | 2 | -209/+320 |
| * | | | | | Autogen: Introduce standalone RCC generator class | Sebastian Holtermann | 2017-11-19 | 4 | -4/+844 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'ctest-chrono' | Brad King | 2017-11-20 | 10 | -33/+44 |
|\ \ \ \ \ | |||||
| * | | | | | CTest: adopt std::chrono::system_clock | Wouter Klouwen | 2017-11-17 | 10 | -33/+44 |
* | | | | | | Merge topic 'cuda-sep-comp-var' | Brad King | 2017-11-20 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable | Brad King | 2017-11-17 | 1 | -0/+1 |
| | |_|_|_|/ | |/| | | | |