Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'autogen_strcat' | Brad King | 2019-08-29 | 9 | -573/+450 |
|\ | |||||
| * | Autogen: cmQtAutoMocUic settings hash computation optimizations | Sebastian Holtermann | 2019-08-27 | 1 | -15/+9 |
| * | Autogen: cmQtAutoMocUic string concatenation cleanups | Sebastian Holtermann | 2019-08-27 | 2 | -265/+225 |
| * | Autogen: cmQtAutoRcc settings hash computation optimizations | Sebastian Holtermann | 2019-08-27 | 1 | -9/+15 |
| * | Autogen: cmQtAutoRcc string concatenation cleanups | Sebastian Holtermann | 2019-08-27 | 1 | -60/+37 |
| * | Autogen: cmQtAutoGenInitializer string concatenation cleanups | Sebastian Holtermann | 2019-08-27 | 1 | -52/+43 |
| * | Autogen: Let cmQtAutoGenerator::Logger methods accept cm::string_view | Sebastian Holtermann | 2019-08-27 | 2 | -60/+36 |
| * | Autogen: Use cm::string_view for AUTO{MOC,UIC,RCC} generator names | Sebastian Holtermann | 2019-08-27 | 5 | -47/+44 |
| * | Autogen: Modernize cmQtAutoGen methods using cm::string_view | Sebastian Holtermann | 2019-08-27 | 2 | -69/+45 |
* | | Merge topic 'docker-rel-linux' | Brad King | 2019-08-29 | 19 | -88/+456 |
|\ \ | |||||
| * | | Utilities/Release: Drop linux64 script in favor of docker build | Brad King | 2019-08-28 | 3 | -58/+0 |
| * | | Utilities/Release: Drop source archive generation in scripts | Brad King | 2019-08-28 | 3 | -2/+3 |
| * | | Utilities/Release: Add docker specs to build and test Linux binaries | Brad King | 2019-08-28 | 11 | -0/+408 |
| * | | Utilities/Release: Add README.rst describing directory content | Brad King | 2019-08-23 | 2 | -0/+29 |
| * | | Utilities/Release: Drop machine-specific README | Brad King | 2019-08-23 | 1 | -18/+0 |
| * | | Add option to skip CMake tests that need network access | Brad King | 2019-08-23 | 2 | -11/+13 |
| * | | Add option to test CMake itself against its hosting CMake | Brad King | 2019-08-23 | 1 | -0/+4 |
* | | | Merge branch 'release-3.15' | Brad King | 2019-08-29 | 0 | -0/+0 |
|\ \ \ | |||||
| * \ \ | Merge branch 'backport-find-no-name' into release-3.15 | Brad King | 2019-08-28 | 4 | -1/+5 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'find-no-name' | Brad King | 2019-08-29 | 4 | -1/+5 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'backport-find-no-name' into find-no-name | Brad King | 2019-08-28 | 4 | -1/+5 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | find_path: Fix crash on empty old-style list of names | Brad King | 2019-08-28 | 4 | -1/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-29 | 1 | -1/+1 |
* | | | | | | Merge topic 'vs-ConfigurationType-genex' | Brad King | 2019-08-28 | 5 | -3/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | VS: Add support for generator expressions to VS_CONFIGURATION_TYPE | Daniel Eiband | 2019-08-26 | 5 | -3/+13 |
* | | | | | | | Merge topic 'sf-LANGUAGE-prop' | Brad King | 2019-08-28 | 10 | -37/+39 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests: Collect SourceFileProperty tests | Tushar Maheshwari | 2019-08-27 | 2 | -8/+7 |
| * | | | | | | | cmSourceFile: Move LANGUAGE to GetPropertyForUser | Tushar Maheshwari | 2019-08-27 | 3 | -11/+17 |
| * | | | | | | | cmSourceFile: Rename non-const GetLanguage | Tushar Maheshwari | 2019-08-27 | 8 | -21/+18 |
* | | | | | | | | Merge topic 'cpack-ifw-command-vectorization' | Brad King | 2019-08-28 | 1 | -47/+72 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CPack/IFW: Command vectorization | Konstantin Podsvirov | 2019-08-27 | 1 | -47/+72 |
* | | | | | | | | | Merge topic 'cmCommand_refactor_disallowed' | Brad King | 2019-08-28 | 21 | -300/+116 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmCommand refactor: remove cmDisallowedCommand class | Gabor Bencze | 2019-08-26 | 4 | -79/+0 |
| * | | | | | | | | | cmCommand refactor: remove unused AddDisallowedCommand overload | Gabor Bencze | 2019-08-26 | 2 | -14/+0 |
| * | | | | | | | | | cmCommand refactor: cmVariableRequiresCommand | Gabor Bencze | 2019-08-26 | 3 | -27/+13 |
| * | | | | | | | | | cmCommand refactor: cmUtilitySourceCommand | Gabor Bencze | 2019-08-26 | 3 | -37/+25 |
| * | | | | | | | | | cmCommand refactor: cmSubdirDependsCommand | Gabor Bencze | 2019-08-26 | 3 | -18/+5 |
| * | | | | | | | | | cmCommand refactor: cmOutputRequiredFilesCommand | Gabor Bencze | 2019-08-26 | 3 | -43/+27 |
| * | | | | | | | | | cmCommand refactor: cmLoadCommandCommand | Gabor Bencze | 2019-08-25 | 3 | -30/+17 |
| * | | | | | | | | | cmCommand refactor: cmExportLibraryDependenciesCommand | Gabor Bencze | 2019-08-25 | 3 | -24/+12 |
| * | | | | | | | | | cmCommand refactor: cmUseMangledMesaCommand | Gabor Bencze | 2019-08-25 | 3 | -28/+17 |
* | | | | | | | | | | Merge branch 'release-3.15' | Brad King | 2019-08-28 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'autogen_fix_use_after_move' into release-3.15 | Brad King | 2019-08-27 | 2 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'autogen_fix_use_after_move' | Brad King | 2019-08-28 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | / / / / | |_|_|_|_|_|/ / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | Autogen: Fix AUTOUIC segfault, when file includes colliding ui_*.h file | Sebastian Holtermann | 2019-08-27 | 2 | -3/+3 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-08-28 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'cmake-initial-cache-dirs' | Brad King | 2019-08-27 | 10 | -10/+51 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmake: Pass -S and -B into PreLoad.cmake and -C scripts | Peter Waller | 2019-08-27 | 10 | -10/+51 |
* | | | | | | | | | | Merge topic 'xcode11-compatibility' | Brad King | 2019-08-27 | 4 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Xcode: Make iOS tests compatible with Xcode 11 | Gregor Jasny | 2019-08-26 | 4 | -0/+4 |
| | |_|_|_|/ / / / / | |/| | | | | | | | |