Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release-3.14' | Brad King | 2019-04-09 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'backport-cmake-gui-windows-theme' into release-3.14 | Brad King | 2019-04-08 | 1 | -0/+3 |
| |\ | |||||
| * \ | Merge branch 'backport-implicit-includes-relative' into release-3.14 | Brad King | 2019-04-08 | 25 | -19/+72 |
| |\ \ | |||||
* | \ \ | Merge topic 'cmake-gui-windows-theme' | Brad King | 2019-04-09 | 3 | -0/+5 |
|\ \ \ \ | |||||
| * | | | | Utilities/Release: Link statically to QWindowsVistaStyle plugin | mistersandman | 2019-04-08 | 2 | -0/+2 |
| * | | | | Merge branch 'backport-cmake-gui-windows-theme' | Brad King | 2019-04-08 | 1 | -0/+3 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | cmake-gui: Fix theme on Windows with Qt >= 5.10 | mistersandman | 2019-04-08 | 1 | -0/+3 |
* | | | | | Merge topic 'implicit-includes-relative' | Brad King | 2019-04-09 | 26 | -20/+73 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'backport-implicit-includes-relative' | Brad King | 2019-04-08 | 26 | -20/+73 |
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | | |||||
| | * | | | Fix implicit include directory extraction for adaptive relative paths | Brad King | 2019-04-08 | 6 | -0/+53 |
| | * | | | Tests: Teach RunCMake.ParseImplicitIncludeInfo to match output by regex | Brad King | 2019-04-08 | 16 | -17/+17 |
| | * | | | Tests: Clarify hand-written cases in RunCMake.ParseImplicitIncludeInfo | Brad King | 2019-04-08 | 5 | -2/+2 |
| | |/ / | |||||
* | | | | Merge topic 'genex_filter' | Marc Chevrier | 2019-04-09 | 13 | -0/+100 |
|\ \ \ \ | |||||
| * | | | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex> | Sebastian Lipponer | 2019-04-08 | 13 | -0/+100 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-09 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'help_remove_duplicates' | Brad King | 2019-04-08 | 2 | -2/+8 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Help: Move entry to correct section in cmake-generator-expressions(7) manual | Sebastian Lipponer | 2019-04-08 | 1 | -2/+2 |
| * | | | Help: Add missing release notes for genex $<REMOVE_DUPLICATES:list> | Sebastian Lipponer | 2019-04-08 | 1 | -0/+6 |
|/ / / | |||||
* | | | Merge topic 'autogen_autorcc_no_libuv' | Brad King | 2019-04-08 | 13 | -1031/+878 |
|\ \ \ | |||||
| * | | | Autogen: Rename cmQtAutoGeneratorRcc to cmQtAutoRcc | Sebastian Holtermann | 2019-04-06 | 4 | -24/+24 |
| * | | | Autogen: Move libuv loop from cmQtAutoGenerator to cmQtAutoGeneratorMocUic | Sebastian Holtermann | 2019-04-06 | 4 | -27/+25 |
| * | | | Autogen: Make cmQtAutoGenerator::FileSystem Logger free | Sebastian Holtermann | 2019-04-06 | 3 | -75/+33 |
| * | | | Autogen: Move Logger and FileSystem member variables to generator classes | Sebastian Holtermann | 2019-04-06 | 5 | -37/+47 |
| * | | | AutoRcc: Don't use cmQtAutoGenerator::FileSystem methods | Sebastian Holtermann | 2019-04-06 | 4 | -97/+153 |
| * | | | AutoRcc: Remove libuv event loop from cmQtAutoGeneratorRcc | Sebastian Holtermann | 2019-04-06 | 2 | -315/+158 |
| * | | | AutoRcc: Make rcc parsing function private | Sebastian Holtermann | 2019-04-06 | 2 | -31/+9 |
| * | | | AutoRcc: Use cmQtAutoGen::RccLister in initializer and generator | Sebastian Holtermann | 2019-04-06 | 3 | -144/+7 |
| * | | | AutoRcc: Add cmQtAutoGen::RccLister class | Sebastian Holtermann | 2019-04-06 | 2 | -3/+144 |
* | | | | Merge topic 'genex-output_name' | Brad King | 2019-04-08 | 30 | -11/+514 |
|\ \ \ \ | |||||
| * | | | | Genex: Add capability to retrieve base name for various target artifacts | Marc Chevrier | 2019-04-08 | 30 | -1/+483 |
| * | | | | Refactor struct TargetFileSystemArtifact | Marc Chevrier | 2019-04-08 | 1 | -10/+31 |
| |/ / / | |||||
* | | | | Merge topic 'ghs_os_dir' | Brad King | 2019-04-08 | 5 | -66/+90 |
|\ \ \ \ | |||||
| * | | | | GHS: Update GHS_BSP_NAME processing | Fred Baksik | 2019-03-29 | 1 | -27/+24 |
| * | | | | GHS: Print status message regarding GHS_OS_DIR | Fred Baksik | 2019-03-29 | 5 | -40/+67 |
* | | | | | Merge topic 'tidy-fixes' | Brad King | 2019-04-08 | 2 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Enabled performance-inefficient-vector-operation check in clang-tidy | Jakub Kalinski | 2019-04-02 | 2 | -1/+1 |
* | | | | | | Merge topic 'modernize-raw-string-literal' | Brad King | 2019-04-08 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | tidy: Fix modernize-raw-string-literal in FreeBSD CPack generator | Brad King | 2019-04-05 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-08 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-07 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-06 | 1 | -1/+1 |
* | | | | | | Merge topic 'rst-bad-markup-block' | Brad King | 2019-04-05 | 4 | -1/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmRST: Fix crash on empty markup block | Brad King | 2019-04-05 | 3 | -0/+14 |
| * | | | | | | Help: Remove empty literal block markup in RESOURCE target property | Brad King | 2019-04-05 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-04-05 | 1 | -1/+1 |
* | | | | | | | Merge topic 'if-EXISTS-doc' | Brad King | 2019-04-04 | 1 | -1/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Help: clarify if(EXISTS) operation for symlinks | Shoaib Meenai | 2019-04-04 | 1 | -1/+3 |
* | | | | | | | Merge topic 'improve-documentation' | Brad King | 2019-04-04 | 134 | -343/+367 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 134 | -343/+367 |
* | | | | | | | | Merge branch 'release-3.14' | Brad King | 2019-04-04 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | |