Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | GHS: Update binary structure so that install scripts work | Fred Baksik | 2019-01-16 | 4 | -75/+105 | |
| * | | | | GHS: Have the top-level project name follow the specified project name | Fred Baksik | 2019-01-16 | 2 | -3/+6 | |
| * | | | | GHS: Update test suite | Fred Baksik | 2019-01-16 | 101 | -67/+921 | |
| * | | | | GHS: Only print bsp and os directives if specified by user | Fred Baksik | 2019-01-16 | 3 | -36/+51 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'remove-duplicate-link' | Brad King | 2019-01-18 | 1 | -1/+0 | |
|\ \ \ \ | ||||||
| * | | | | Help: Remove duplicate reference to IMPORTED_LINK_DEPENDENT_LIBRARIES_<CONFIG> | Kyle Edwards | 2019-01-17 | 1 | -1/+0 | |
| | |/ / | |/| | | ||||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-18 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Merge topic 'cmake_role-global-property' | Brad King | 2019-01-17 | 35 | -27/+183 | |
|\ \ \ | ||||||
| * | | | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 35 | -27/+183 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'vs-debug-utility-targets' | Brad King | 2019-01-17 | 10 | -121/+142 | |
|\ \ \ | ||||||
| * | | | VS: Add support for VS_DEBUGGER_* properties on custom targets | Nils Gladitz | 2019-01-16 | 10 | -121/+142 | |
| |/ / | ||||||
* | | | Merge topic 'fix_csharp_defines' | Brad King | 2019-01-17 | 4 | -0/+87 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | VS: Honor target_compile_definitions for C# projects | Wil Stark | 2019-01-16 | 4 | -0/+87 | |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-17 | 1 | -1/+1 | |
* | | | Merge topic 'qt_wrap_command_deprecations' | Craig Scott | 2019-01-16 | 3 | -7/+32 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | qt_wrap_*: Add deprecation notes to command docs | Tobias Hunger | 2019-01-15 | 3 | -7/+32 | |
* | | | Merge topic 'iar-avr' | Brad King | 2019-01-16 | 5 | -3/+82 | |
|\ \ \ | ||||||
| * | | | IAR: Update compiler modules to support AVR systems | Ethan Slattery | 2019-01-15 | 4 | -2/+75 | |
| * | | | IAR: Parse INFO strings from the binary format of AVR systems | Ethan Slattery | 2019-01-15 | 1 | -1/+7 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'semi-warnings' | Brad King | 2019-01-16 | 27 | -66/+81 | |
|\ \ \ | ||||||
| * | | | Fix most clang -Wextra-semi-stmt warnings in C++ files | Sean McBride | 2019-01-15 | 27 | -66/+81 | |
| |/ / | ||||||
* | | | Merge topic 'swift' | Brad King | 2019-01-16 | 3 | -0/+24 | |
|\ \ \ | ||||||
| * | | | Ninja: add new placeholder `SWIFT_AUXILIARY_SOURCES` | Saleem Abdulrasool | 2019-01-15 | 3 | -0/+24 | |
* | | | | Merge topic 'autogen_adaptive_warning' | Brad King | 2019-01-16 | 6 | -46/+80 | |
|\ \ \ \ | ||||||
| * | | | | Autogen: Adaptive missing Qt warning | Sebastian Holtermann | 2019-01-15 | 4 | -31/+39 | |
| * | | | | Autogen: Add and use QtAutoGen::Tools method | Sebastian Holtermann | 2019-01-15 | 4 | -14/+40 | |
| * | | | | Autogen: Fix rcc validity check | Sebastian Holtermann | 2019-01-14 | 1 | -1/+1 | |
* | | | | | Merge topic 'support_per_toolset_json_flags' | Brad King | 2019-01-16 | 4 | -70/+100 | |
|\ \ \ \ \ | ||||||
| * | | | | | GlobalVisualStudio10Generator: Support non-standard toolset json flag files. | Stephan Szabo | 2019-01-03 | 4 | -70/+100 | |
* | | | | | | Merge topic 'messenger-no-cmake' | Brad King | 2019-01-16 | 105 | -610/+698 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 105 | -610/+698 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-01-16 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'fetchcontent-uses-terminal' | Brad King | 2019-01-15 | 6 | -0/+33 | |
|\ \ \ \ \ | ||||||
| * | | | | | FetchContent: Give access to the terminal for download and update | Craig Scott | 2019-01-14 | 6 | -0/+33 | |
* | | | | | | Merge topic 'vs2019' | Brad King | 2019-01-15 | 20 | -71/+332 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: Add Visual Studio 16 2019 generator | Brad King | 2019-01-11 | 17 | -17/+235 | |
| * | | | | | | VS: Parameterize VS 2017 generator to support future versions | Brad King | 2019-01-11 | 2 | -9/+42 | |
| * | | | | | | VS: Rename VS 2017 generator sources to be version-independent | Brad King | 2019-01-11 | 5 | -37/+45 | |
| * | | | | | | VS: Parameterize cmVSSetupAPIHelper instances with VS version | Brad King | 2019-01-11 | 5 | -15/+17 | |
* | | | | | | | Merge topic 'simplify-boolean-expr' | Brad King | 2019-01-15 | 9 | -42/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | clang-tidy: Simplify boolean expressions | Regina Pfeifer | 2019-01-15 | 9 | -42/+17 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'fix-source-group-CMakeLists.txt' | Brad King | 2019-01-15 | 4 | -0/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Restore support for a custom source group for CMakeLists.txt | Brad King | 2019-01-14 | 4 | -0/+45 | |
* | | | | | | | | Merge topic 'extendwhitelist' | Brad King | 2019-01-15 | 3 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmTargetPropertyComputer: whitelist 'MANUALLY_ADDED_DEPENDENCIES'. | Sebastian Lipponer | 2019-01-14 | 3 | -0/+3 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'rel-win7' | Brad King | 2019-01-15 | 3 | -4/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Utilities/Release: Build for Windows 7 and above | Brad King | 2019-01-14 | 3 | -4/+10 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge topic 'vs10_cs_cf_support' | Brad King | 2019-01-15 | 4 | -1/+95 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmVisualStudio10TargetGenerator: Fix .NET Compact Framework projects. | Wil Stark | 2019-01-11 | 4 | -1/+95 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'check-fortran-run' | Brad King | 2019-01-15 | 6 | -3/+177 | |
|\ \ \ \ \ \ \ \ |