Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Add basic infrastructure for CUDA generation | Brad King | 2017-03-10 | 4 | -0/+112 |
* | VS: Add placeholder CUDA flag tables | Brad King | 2017-03-10 | 4 | -0/+21 |
* | VS: Record in global generator whether CUDA is enabled | Brad King | 2017-03-10 | 2 | -0/+8 |
* | VS: Add method to take a value out of the option parser flag map | Brad King | 2017-03-10 | 2 | -0/+14 |
* | VS: Add method to re-parse specific option parser fields | Brad King | 2017-03-10 | 2 | -1/+23 |
* | VS: Add method to clear flag tables of option parser | Brad King | 2017-03-10 | 2 | -0/+10 |
* | VS: Select highest available CUDA toolset by default | Brad King | 2017-03-10 | 1 | -0/+27 |
* | VS: Provide an option to specify CUDA toolset version | Brad King | 2017-03-10 | 2 | -2/+26 |
* | VS: Find the MSBuild value for VCTargetsPath | Brad King | 2017-03-10 | 2 | -0/+215 |
* | Merge topic 'fix_csharp_custom_targets' | Brad King | 2017-03-08 | 1 | -0/+4 |
|\ | |||||
| * | VS: Do not treat custom targets as CSharp targets | Michael Stürmer | 2017-03-07 | 1 | -0/+4 |
* | | Merge topic 'target-type-ordering-comment' | Brad King | 2017-03-08 | 1 | -0/+3 |
|\ \ | |||||
| * | | cmStateTypes: document that the ordering of targets is important | Ben Boeckel | 2017-03-07 | 1 | -0/+3 |
* | | | Merge topic 'cmake-server-aix' | Brad King | 2017-03-08 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | cmFileMonitor.h: Include cmConfigure.h first | Brad King | 2017-03-07 | 1 | -0/+2 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-08 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'revert-CTestTestfile-removal' | Brad King | 2017-03-07 | 1 | -7/+4 |
|\ \ \ | |||||
| * | | | Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" | Brad King | 2017-03-06 | 1 | -7/+4 |
| | |/ | |/| | |||||
| * | | CMake 3.8.0-rc2v3.8.0-rc2 | Brad King | 2017-03-03 | 1 | -1/+1 |
| * | | Merge branch 'implicit-dir-symlinks' into release | Brad King | 2017-03-02 | 2 | -7/+17 |
| |\ \ | |||||
| * \ \ | Merge branch 'csproj_add_free_source_tags' into release | Brad King | 2017-03-02 | 2 | -47/+47 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'find-libarch-not-symlink' into release | Brad King | 2017-02-28 | 1 | -16/+48 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'object-library-compile-pdb' into release | Brad King | 2017-02-24 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'ninja-no-full-path' into release | Brad King | 2017-02-24 | 1 | -4/+3 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'vcxproj-indentation' into release | Brad King | 2017-02-23 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'clang-format-attrs' into release | Brad King | 2017-02-22 | 2 | -10/+22 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'vs2017-fallback-sdk' into release | Brad King | 2017-02-21 | 2 | -0/+38 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cuda-separable-bool' into release | Brad King | 2017-02-21 | 2 | -2/+4 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'fix-CMP0017-path-case' into release | Brad King | 2017-02-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'autogen_fix_3.8' into release | Brad King | 2017-02-15 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'fix-ctest_update-svn' into release | Brad King | 2017-02-15 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'working-directory-fixes' | Brad King | 2017-03-07 | 19 | -154/+137 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 14 | -146/+86 |
| * | | | | | | | | | | | | | | | cmWorkingDirectory: add class for changing the workdir | Ben Boeckel | 2017-03-06 | 3 | -0/+51 |
| * | | | | | | | | | | | | | | | cmCTest, cmCTestCoverageHandler: remove cwd dance | Ben Boeckel | 2017-03-06 | 2 | -7/+0 |
| * | | | | | | | | | | | | | | | OSXScriptLauncher: remove unused variable | Ben Boeckel | 2017-03-06 | 1 | -1/+0 |
* | | | | | | | | | | | | | | | | Merge topic 'autogen_common' | Brad King | 2017-03-07 | 6 | -448/+635 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | Autogen: Add RunCommand method with built in logging | Sebastian Holtermann | 2017-03-06 | 2 | -58/+61 |
| * | | | | | | | | | | | | | | | | Autogen: Error return when a scan file is not readable | Sebastian Holtermann | 2017-03-06 | 2 | -40/+67 |
| * | | | | | | | | | | | | | | | | Autogen: Add AUTOMOC/UIC support for generated source files | Sebastian Holtermann | 2017-03-06 | 1 | -92/+122 |
| * | | | | | | | | | | | | | | | | Autogen: Initializer cleanups | Sebastian Holtermann | 2017-03-06 | 1 | -73/+70 |
| * | | | | | | | | | | | | | | | | Autogen: Add support for generated .qrc files | Sebastian Holtermann | 2017-03-06 | 4 | -77/+142 |
| * | | | | | | | | | | | | | | | | Autogen: Embrace qrc file lists in braces in AutogenInfo.cmake | Sebastian Holtermann | 2017-03-06 | 3 | -26/+31 |
| * | | | | | | | | | | | | | | | | Autogen: Remove unused variables | Sebastian Holtermann | 2017-03-06 | 1 | -3/+0 |
| * | | | | | | | | | | | | | | | | Autogen: Add cmQtAutogeneratorCommon class with shared types and functions | Sebastian Holtermann | 2017-03-06 | 5 | -166/+229 |
* | | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-07 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-06 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-05 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-03-04 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | Merge topic 'ipo-variable' | Brad King | 2017-03-03 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |