Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Tests: Fix RunCMake.ObjectLibrary dependency delay | Brad King | 2017-02-26 | 1 | -5/+11 | |
* | | | | | | Merge topic '16615-xcode-object-libraries-depends' | Brad King | 2017-02-24 | 6 | -0/+52 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | Add test for object library dependencies | Gregor Jasny | 2017-02-22 | 6 | -0/+52 | |
* | | | | | | Merge topic 'autogen_depends' | Brad King | 2017-02-24 | 10 | -6/+46 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS test | Sebastian Holtermann | 2017-02-22 | 10 | -6/+46 | |
* | | | | | | Merge topic 'clang-format-attrs' | Brad King | 2017-02-23 | 4 | -0/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | clang-format.bash: Use Git attributes to mark files for formatting | Brad King | 2017-02-22 | 4 | -0/+8 | |
* | | | | | | Merge topic 'autogen_json' | Brad King | 2017-02-22 | 36 | -13/+575 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Autogen: Don't use .moc include in Q_PLUGIN_METADATA test | Sebastian Holtermann | 2017-02-21 | 2 | -12/+8 | |
| * | | | | | | Autogen: Tests: Set different compression levels in rcc test | Sebastian Holtermann | 2017-02-21 | 1 | -0/+11 | |
| * | | | | | | Autogen: Tests: Add Q_PLUGIN_METADATA test | Sebastian Holtermann | 2017-02-21 | 17 | -2/+203 | |
| * | | | | | | Autogen: Tests: Add moc include tests | Sebastian Holtermann | 2017-02-21 | 19 | -0/+354 | |
| * | | | | | | Autogen: Tests: Clean comments | Sebastian Holtermann | 2017-02-21 | 1 | -11/+11 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Make CMAKE_HOST_SYSTEM_NAME available in scripting context | Gregor Jasny | 2017-02-19 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'install_name_policy' | Brad King | 2017-02-17 | 13 | -0/+59 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add policy CMP0068 separate install_name and RPATH settings on macOS | Clinton Stimpson | 2017-02-14 | 13 | -0/+59 | |
* | | | | | | Merge topic 'vs-refactor-toolset-parsing' | Brad King | 2017-02-16 | 11 | -3/+48 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Refactor generator toolset parsing | Brad King | 2017-02-15 | 8 | -2/+30 | |
| * | | | | | | Tests: Split out RunCMake.GeneratorToolset Xcode checks | Brad King | 2017-02-15 | 4 | -1/+18 | |
* | | | | | | | Merge topic 'cuda-msvc-flags' | Brad King | 2017-02-16 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CUDA: Fix test cases to not override CUDA flags | Brad King | 2017-02-15 | 5 | -5/+5 | |
* | | | | | | | | Merge topic 'cuda-with-c' | Brad King | 2017-02-15 | 4 | -0/+43 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | CUDA: Link to standard system libraries when linking as CUDA | Brad King | 2017-02-14 | 1 | -0/+8 | |
| * | | | | | | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 4 | -0/+35 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 16 | -86/+59 | |
* | | | | | | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 16 | -133/+91 | |
* | | | | | | Merge branch 'backport-clang-format-cuda' into clang-format-cuda | Brad King | 2017-02-14 | 2 | -0/+18 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | clang-format.bash: Format CUDA source files too | Brad King | 2017-02-14 | 2 | -0/+18 | |
* | | | | | | Merge topic 'cmake_provide_include_dir_for_toolkit' | Brad King | 2017-02-14 | 4 | -0/+31 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 4 | -0/+31 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Tests/Cuda: Select a CUDA device supporting compute 3.0 | Pierre Moreau | 2017-02-10 | 2 | -0/+46 | |
* | | | | | Tests/Cuda: Return a non-zero code if errors occurred | Pierre Moreau | 2017-02-10 | 2 | -6/+8 | |
* | | | | | Tests/Cuda: Use memory allocated on the GPU in the kernels | Pierre Moreau | 2017-02-10 | 2 | -10/+45 | |
* | | | | | Tests/Cuda: Add missing separable compilation property | Pierre Moreau | 2017-02-10 | 1 | -0/+2 | |
* | | | | | Tests/Cuda: Fix missing CUDA static library at runtime on macOS | Pierre Moreau | 2017-02-10 | 1 | -0/+6 | |
* | | | | | Tests/Cuda: Output error messages to std::cerr instead of std::cout | Pierre Moreau | 2017-02-10 | 1 | -2/+2 | |
* | | | | | Tests/Cuda: Print asynchronous error messages, if any | Pierre Moreau | 2017-02-10 | 3 | -0/+20 | |
* | | | | | Tests/Cuda: Print error message if mixed_kernel failed | Pierre Moreau | 2017-02-10 | 1 | -0/+7 | |
* | | | | | Tests/Cuda: Add identifiers to error messages | Pierre Moreau | 2017-02-10 | 2 | -2/+4 | |
* | | | | | Tests/Cuda: Print error message if an error occurred | Pierre Moreau | 2017-02-10 | 2 | -2/+2 | |
* | | | | | Merge topic 'vs-nasm' | Brad King | 2017-02-10 | 5 | -1/+35 | |
|\ \ \ \ \ | ||||||
| * | | | | | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 5 | -1/+35 | |
| |/ / / / | ||||||
* | | | | | Tests: Fix `file://` URLs given to curl | Brad King | 2017-02-10 | 6 | -6/+24 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'determine_id_without_user_specified_flags' | Brad King | 2017-02-07 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | CMakeDetermineCompilerId: check with and without user-specified flags | Michael Maltese | 2017-02-06 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | FeatureSummary: Add FeatureSummary_<TYPE>_DESCRIPTION global properties | Daniele E. Domenichelli | 2017-02-06 | 3 | -0/+250 | |
* | | | | FeatureSummary: Add DEFAULT_DESCRIPTION option to feature_summary | Daniele E. Domenichelli | 2017-02-06 | 3 | -0/+129 | |
|/ / / | ||||||
* | | | AndroidTestUtilities: do not require ExternalData unconditionally | Zack Galbreath | 2017-02-04 | 3 | -0/+19 | |
* | | | Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported | Rolf Eike Beer | 2017-02-02 | 1 | -1/+5 | |
* | | | Tests/Module/WCDH: write multi_file_compiler_detection.h before using it | Rolf Eike Beer | 2017-02-02 | 1 | -11/+11 | |