Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Autogen: Tests: Separate uicOnly test | Sebastian Holtermann | 2017-12-13 | 6 | -9/+13 | |
* | | | | | Autogen: Tests: Separate mocOnly and mocOnlyOpts tests | Sebastian Holtermann | 2017-12-13 | 13 | -16/+50 | |
* | | | | | Autogen: Tests: Add basic scripts for separate tests | Sebastian Holtermann | 2017-12-13 | 8 | -0/+185 | |
| |/ / / |/| | | | ||||||
* | | | | CTest: Remove unfinished batch test mode | Brad King | 2017-12-08 | 1 | -2/+0 | |
|/ / / | ||||||
* | | | Merge topic 'autogen-fix-library-deps' | Brad King | 2017-12-08 | 8 | -0/+162 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'automoc-apple-framework' into autogen-fix-library-deps | Brad King | 2017-12-07 | 8 | -0/+162 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Autogen: Tests: Add test for MacOS frameworks | Sebastian Holtermann | 2017-12-07 | 8 | -0/+162 | |
* | | | | Merge topic 'cpack-rpm-check-executable-flags' | Brad King | 2017-12-07 | 5 | -7/+15 | |
|\ \ \ \ | ||||||
| * | | | | CPack/RPM: check executable flags for debuginfo packages | Domen Vrankar | 2017-12-06 | 5 | -7/+15 | |
| |/ / / | ||||||
* | | | | Merge topic 'externalproject_download_dir' | Brad King | 2017-12-07 | 3 | -7/+60 | |
|\ \ \ \ | ||||||
| * | | | | ExternalProject: Support substituting <DOWNLOAD_DIR> | Craig Scott | 2017-12-06 | 3 | -7/+60 | |
* | | | | | Merge topic 'gtest-discovery-timeout' | Brad King | 2017-12-07 | 7 | -0/+53 | |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | GoogleTest: Add test for missing test executable | Matthew Woehlke | 2017-12-06 | 3 | -0/+10 | |
| * | | | GoogleTest: Add timeout to discovery | Matthew Woehlke | 2017-12-06 | 5 | -0/+43 | |
* | | | | Add generator expression support to per-source COMPILE_DEFINITIONS | Marc Chevrier | 2017-12-05 | 7 | -3/+33 | |
* | | | | Merge topic 'update-cpplint' | Brad King | 2017-12-05 | 4 | -4/+4 | |
|\ \ \ \ | ||||||
| * | | | | Update cpplint support to return 0 and mark warnings for CDash. | Bill Hoffman | 2017-12-01 | 4 | -4/+4 | |
* | | | | | Merge topic 'csharp_project_without_sources' | Brad King | 2017-12-04 | 3 | -0/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Enable generation of CSharp projects without initial .cs files | Michael Stürmer | 2017-11-29 | 3 | -0/+13 | |
* | | | | | | Merge topic 'simplify_target_link_libraries' | Brad King | 2017-12-01 | 2 | -4/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | target_link_libraries: Slightly fix some error-messages. | Deniz Bahadir | 2017-11-29 | 2 | -4/+4 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'libuv-raii' | Brad King | 2017-12-01 | 3 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmUVHandlePtr: Add uv_process_ptr | Brad King | 2017-11-30 | 1 | -0/+1 | |
| * | | | | | | cmUVHandlePtr: Add uv_timer_ptr | Brad King | 2017-11-30 | 1 | -0/+1 | |
| * | | | | | | cmUVHandlePtr: Move to CMakeLib to make it available everywhere | Brad King | 2017-11-30 | 3 | -1/+4 | |
* | | | | | | | Merge topic 'fix-cmake-server-bad-buffering-test' | Brad King | 2017-12-01 | 1 | -1/+27 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | test: Updated server test harness to try to cause fragmentation | Justin Berger | 2017-11-29 | 1 | -1/+27 | |
* | | | | | | | Merge topic 'libuv-raii' | Brad King | 2017-11-30 | 4 | -6/+186 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | tests: Added tests to verify UV RAII semantics/constructs | Justin Berger | 2017-11-29 | 2 | -0/+183 | |
| * | | | | | | | tests: unconditionally enabled server tests | Justin Berger | 2017-11-29 | 2 | -6/+3 | |
* | | | | | | | | Merge topic 'whitelist-more-interface-properties' | Brad King | 2017-11-30 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmTargetPropertyComputer: whitelist custom properties | Ben Boeckel | 2017-11-21 | 1 | -0/+10 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'findiconv-module' | Brad King | 2017-11-30 | 4 | -0/+80 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | FindIconv: Add the FindIconv module. | Christian Pfeiffer | 2017-11-29 | 4 | -0/+80 | |
* | | | | | | | | Merge topic 'check_fixtures_before_exe_existence' | Craig Scott | 2017-11-29 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | CTest: Check failed fixture dependencies before test command and args | Craig Scott | 2017-11-28 | 1 | -1/+5 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'CheckIncludeFiles-language-CXX' | Brad King | 2017-11-29 | 12 | -0/+54 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CheckIncludeFiles: improve warning for missing argument | David Adam | 2017-11-24 | 1 | -2/+2 | |
| * | | | | | | | CheckIncludeFiles: add unit tests | David Adam | 2017-11-11 | 12 | -0/+54 | |
* | | | | | | | | Merge topic 'fortran-compiler-launcher' | Brad King | 2017-11-29 | 7 | -0/+17 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Fortran: Add option to run the compiler through launcher tools | Brad King | 2017-11-21 | 7 | -0/+17 | |
* | | | | | | | | Merge topic 'extend-compile-language-genex' | Brad King | 2017-11-27 | 21 | -60/+61 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio | Brad King | 2017-11-20 | 11 | -37/+49 | |
| * | | | | | | | Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual Studio | Brad King | 2017-11-17 | 4 | -12/+13 | |
| * | | | | | | | Genex: Fix COMPILE_LANGUAGE messages to allow file(GENERATE) with Xcode | Brad King | 2017-11-17 | 2 | -4/+4 | |
| * | | | | | | | Tests: Decouple COMPILE_LANGUAGE in file(GENERATE) from COMPILE_OPTIONS | Brad King | 2017-11-17 | 1 | -7/+1 | |
| * | | | | | | | Tests: Remove unnecessary result files from RunCMake.File_Generate | Brad King | 2017-11-17 | 6 | -6/+0 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'WriteBasicConfigVersionFile_SameMinorVersion' | Craig Scott | 2017-11-22 | 1 | -7/+84 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | WriteBasicConfigVersionFile: Fix messages in ExactVersion tests | Daniele E. Domenichelli | 2017-11-21 | 1 | -6/+6 | |
| * | | | | | | WriteBasicConfigVersionFile: Add SameMinorVersion COMPATIBILITY option | Daniele E. Domenichelli | 2017-11-21 | 1 | -1/+78 | |
| |/ / / / / |