Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 7 | -233/+303 |
* | Merge topic 'vs-clang-llvm-support' | Brad King | 2017-09-12 | 1 | -2/+1 |
|\ | |||||
| * | VS: Update support for LLVM-vs* toolsets from LLVM 5.0 | Konstantin Ivlev | 2017-09-11 | 1 | -2/+1 |
* | | Merge topic 'get-or-create-source-group' | Brad King | 2017-09-12 | 4 | -103/+85 |
|\ \ | |||||
| * | | Use cmMakefile::GetOrCreateSourceGroup in cmQtAutogeneratorsInitializer | Sebastian Holtermann | 2017-09-09 | 1 | -14/+1 |
| * | | Use cmMakefile::GetOrCreateSourceGroup in cmSourceGroupCommand | Sebastian Holtermann | 2017-09-09 | 1 | -32/+2 |
| * | | cmMakefile: Add GetOrCreateSourceGroup methods | Sebastian Holtermann | 2017-09-09 | 2 | -0/+33 |
| * | | cmMakefile: Collect source group methods in one place | Sebastian Holtermann | 2017-09-09 | 2 | -57/+49 |
* | | | Merge topic 'iwyu-update' | Brad King | 2017-09-12 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | cmCustomCommandGenerator: Fix include-what-you-use diagnostic | Brad King | 2017-09-11 | 1 | -0/+2 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'vs_improve_custom_command' | Brad King | 2017-09-11 | 4 | -8/+27 |
|\ \ \ | |||||
| * | | | VS: only add custom command line if it is not empty | Michael Stürmer | 2017-09-04 | 2 | -8/+14 |
| * | | | add HasOnlyEmptyCommandLines() method to cmCustomCommandGenerator | Michael Stürmer | 2017-09-04 | 2 | -0/+13 |
* | | | | Merge topic 'timestamp' | Brad King | 2017-09-11 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Timestamp: support %A and %B | Bernhard M. Wiedemann | 2017-09-07 | 1 | -0/+2 |
* | | | | | Merge topic 'show_weighted_times' | Brad King | 2017-09-11 | 2 | -101/+39 |
|\ \ \ \ \ | |||||
| * | | | | | CTest: Weight reported test times by PROCESSORS in summaries | Bill Hoffman | 2017-09-08 | 1 | -2/+2 |
| * | | | | | CTest: Split out labels and subproject labels in summary output | Bill Hoffman | 2017-09-08 | 2 | -99/+37 |
| | |_|_|/ | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-11 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-10 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-09 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'autogen-digests' | Brad King | 2017-09-08 | 10 | -1320/+1458 |
|\ \ \ | |||||
| * | | | Autogen: Smarter target dependency computation | Sebastian Holtermann | 2017-09-07 | 2 | -74/+97 |
| * | | | Autogen: Set CM_DISABLE_COPY in cmQtAutoGenerators | Sebastian Holtermann | 2017-09-07 | 1 | -0/+1 |
| * | | | Autogen: Replace CM_AUTO_PTR with std::unique_ptr | Sebastian Holtermann | 2017-09-07 | 1 | -6/+5 |
| * | | | Autogen: Refactor logging | Sebastian Holtermann | 2017-09-07 | 3 | -265/+373 |
| * | | | Autogen: More use of scoped lambdas | Sebastian Holtermann | 2017-09-07 | 1 | -35/+28 |
| * | | | Autogen: More use of scoped lambdas | Sebastian Holtermann | 2017-09-07 | 1 | -16/+11 |
| * | | | Autogen: More use of scoped lambdas | Sebastian Holtermann | 2017-09-07 | 2 | -118/+96 |
| * | | | Autogen: Use scoped lambdas intead of named functions | Sebastian Holtermann | 2017-09-07 | 1 | -29/+26 |
| * | | | Autogen: Touch moc_predefs.h when it's content didn't change | Sebastian Holtermann | 2017-09-07 | 1 | -0/+7 |
| * | | | Autogen: Use list of lists functions for UIC options | Sebastian Holtermann | 2017-09-07 | 3 | -49/+30 |
| * | | | Autogen: Pass RCC build names and function names in info file | Sebastian Holtermann | 2017-09-07 | 4 | -183/+162 |
| * | | | Autogen: Add functions to read/write a list of lists | Sebastian Holtermann | 2017-09-07 | 2 | -0/+53 |
| * | | | Autogen: Use single KeyRegExp filter struct | Sebastian Holtermann | 2017-09-07 | 2 | -26/+39 |
| * | | | Autogen: Use the same algorithm for RCC and UIC option merging | Sebastian Holtermann | 2017-09-07 | 5 | -79/+90 |
| * | | | Autogen: Replace cmsys::SystemTools:: with cmSystemTools:: | Sebastian Holtermann | 2017-09-07 | 3 | -33/+33 |
| * | | | Autogen: Iterate source files only once | Sebastian Holtermann | 2017-09-07 | 10 | -658/+658 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-08 | 1 | -1/+1 |
|/ / | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-07 | 1 | -1/+1 |
* | | Merge topic 'static_cast' | Brad King | 2017-09-06 | 4 | -6/+6 |
|\ \ | |||||
| * | | use static_cast<> for casts from void* | Rolf Eike Beer | 2017-09-01 | 4 | -6/+6 |
* | | | Merge topic 'vs-csharp-ref-no-asm' | Brad King | 2017-09-06 | 3 | -0/+23 |
|\ \ \ | |||||
| * \ \ | Merge branch 'backport-vs-csharp-ref-no-asm' into vs-csharp-ref-no-asm | Brad King | 2017-09-05 | 3 | -0/+23 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | VS: Do not reference output assemblies if not possible for CSharp target | Michael Stürmer | 2017-09-05 | 3 | -0/+23 |
| | * | | Merge branch 'fix-find-package-mode' into release-3.9 | Brad King | 2017-08-29 | 1 | -1/+1 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'cpack-dmg-iwyu' into release-3.9 | Brad King | 2017-08-29 | 1 | -0/+1 |
| | |\ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-06 | 1 | -1/+1 |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-09-05 | 4 | -10/+82 |
|\ \ \ \ \ \ |