Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'object-library-compile-pdb' | Brad King | 2017-02-27 | 1 | -1/+1 |
|\ | |||||
| * | Fix COMPILE_PDB_NAME when used on an OBJECT library | Brad King | 2017-02-24 | 1 | -1/+1 |
* | | Merge topic 'ninja-no-full-path' | Brad King | 2017-02-27 | 1 | -4/+3 |
|\ \ | |||||
| * | | Revert "Ninja: Use full path for all source files" | Brad King | 2017-02-24 | 1 | -4/+3 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-27 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-26 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-25 | 1 | -1/+1 |
* | | | Merge topic '16615-xcode-object-libraries-depends' | Brad King | 2017-02-24 | 3 | -49/+69 |
|\ \ \ | |||||
| * | | | Xcode: Always track object library dependencies via hacky Makefile | Gregor Jasny | 2017-02-22 | 1 | -14/+12 |
| * | | | Xcode: Record dependency information also for object libraries | Gregor Jasny | 2017-02-22 | 1 | -8/+30 |
| * | | | Xcode: Collect dummy rules during iteration and emit afterwards | Gregor Jasny | 2017-02-22 | 1 | -24/+13 |
| * | | | Makefile: Allow adding post-build rules to object libraries | Gregor Jasny | 2017-02-22 | 3 | -4/+15 |
* | | | | Merge topic 'dragndrop-format' | Brad King | 2017-02-24 | 1 | -20/+25 |
|\ \ \ \ | |||||
| * | | | | cmCPackDragNDropGenerator: Improving handling of temporary dmg images | Clinton Stimpson | 2017-02-23 | 1 | -20/+25 |
* | | | | | Merge topic 'vcxproj-indentation' | Brad King | 2017-02-24 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | VS: Fix .vcxproj indentation | Brad King | 2017-02-23 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'autogen_depends' | Brad King | 2017-02-24 | 4 | -95/+158 |
|\ \ \ \ \ | |||||
| * | | | | | Autogen: Add hint to SKIP_AUTOMOC in error message | Sebastian Holtermann | 2017-02-23 | 1 | -1/+3 |
| * | | | | | Autogen: Add Quote function and use it for logging | Sebastian Holtermann | 2017-02-23 | 1 | -51/+73 |
| * | | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS support | Sebastian Holtermann | 2017-02-22 | 4 | -10/+54 |
| * | | | | | Autogen: Single point of return in Run() method | Sebastian Holtermann | 2017-02-22 | 1 | -15/+19 |
| * | | | | | Autogen: Log simplifications | Sebastian Holtermann | 2017-02-22 | 1 | -24/+15 |
* | | | | | | Merge topic 'cmake-server-aix' | Brad King | 2017-02-24 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmServerConnection.h: Include cmConfigure.h first | Brad King | 2017-02-23 | 1 | -0/+2 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-24 | 1 | -1/+1 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge topic 'clang-format-attrs' | Brad King | 2017-02-23 | 2 | -10/+22 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | clang-format.bash: Use Git attributes to mark files for formatting | Brad King | 2017-02-22 | 2 | -0/+5 |
| * | | | | | Define a custom Git attribute to mark source files as generated | Brad King | 2017-02-22 | 1 | -10/+17 |
| * | | | | | Merge branch 'execute_process-default-encoding' into release | Brad King | 2017-02-13 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-23 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'autogen_json' | Brad King | 2017-02-22 | 5 | -1116/+1309 |
|\ \ \ \ \ | |||||
| * | | | | | Autogen: Overhaul and simplify AutogenInfo.cmake file generation | Sebastian Holtermann | 2017-02-21 | 1 | -315/+318 |
| * | | | | | Autogen: Optimize GetCompileDefinitionsAndDirectories function | Sebastian Holtermann | 2017-02-21 | 1 | -18/+20 |
| * | | | | | Autogen: Sort AutogenInfo.cmake.in | Sebastian Holtermann | 2017-02-21 | 2 | -6/+6 |
| * | | | | | Autogen: Log simplifications | Sebastian Holtermann | 2017-02-21 | 2 | -125/+118 |
| * | | | | | Autogen: Only touch an unchanged moc_compilation.cpp | Sebastian Holtermann | 2017-02-21 | 1 | -36/+37 |
| * | | | | | Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes | Sebastian Holtermann | 2017-02-21 | 2 | -83/+209 |
| * | | | | | Autogen: Use GetRealPath in central places only | Sebastian Holtermann | 2017-02-21 | 1 | -27/+18 |
| * | | | | | Autogen: Search moc includes in include directories | Sebastian Holtermann | 2017-02-21 | 2 | -11/+36 |
| * | | | | | Autogen: Sort includes before composing include options | Sebastian Holtermann | 2017-02-21 | 1 | -34/+33 |
| * | | | | | Autogen: Add FindInIncludeDirectories method | Sebastian Holtermann | 2017-02-21 | 2 | -0/+21 |
| * | | | | | Autogen: Synchronize header/source argument names | Sebastian Holtermann | 2017-02-21 | 1 | -10/+10 |
| * | | | | | Autogen: Split moc include paths on info reading | Sebastian Holtermann | 2017-02-21 | 2 | -20/+18 |
| * | | | | | Autogen: Loop based macro detection instead of code duplication | Sebastian Holtermann | 2017-02-21 | 2 | -20/+24 |
| * | | | | | Autogen: Issue a warning if moc isn't required in strict mode | Sebastian Holtermann | 2017-02-21 | 1 | -0/+9 |
| * | | | | | Autogen: Error message tweaks | Sebastian Holtermann | 2017-02-21 | 1 | -18/+17 |
| * | | | | | Autogen: Acquire and store header extensions in Init() | Sebastian Holtermann | 2017-02-21 | 2 | -61/+50 |
| * | | | | | Autogen: Overhaul FindMatchingHeader function | Sebastian Holtermann | 2017-02-21 | 2 | -71/+83 |
| * | | | | | Autogen: Don't list all search paths in error message | Sebastian Holtermann | 2017-02-21 | 1 | -7/+1 |
| * | | | | | Autogen: Indentation fix | Sebastian Holtermann | 2017-02-21 | 1 | -2/+1 |