Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets | Brad King | 2019-10-02 | 1 | -1/+6 |
* | Merge topic 'ninja-depend-shared-symlinks' | Brad King | 2019-10-02 | 1 | -0/+21 |
|\ | |||||
| * | Ninja: Ensure shared library version symlinks are created for dependents | Brad King | 2019-10-01 | 1 | -0/+21 |
* | | Merge topic 'clang-format-normalize-headers-presentation' | Brad King | 2019-10-02 | 432 | -1503/+1715 |
|\ \ | |||||
| * | | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 431 | -1498/+1715 |
| * | | Remove unused uid_t/gid_t types on Windows | Brad King | 2019-10-01 | 1 | -5/+0 |
| |/ | |||||
* | | Merge topic 'xcode-debug-document-versioning' | Brad King | 2019-10-02 | 3 | -2/+27 |
|\ \ | |||||
| * | | xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING property | Gregor Jasny | 2019-10-01 | 3 | -2/+27 |
* | | | Merge topic 'pch-compile-pdb' | Brad King | 2019-10-02 | 2 | -0/+41 |
|\ \ \ | |||||
| * | | | PCH: Report error when setting COMPILE_PDB_NAME property | Cristian Adam | 2019-10-01 | 2 | -0/+41 |
* | | | | Merge topic 'vs-v142-version' | Brad King | 2019-10-02 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | VS: Fix support for v142 toolset minor versions | Brad King | 2019-10-01 | 1 | -1/+3 |
| * | | | | CMake 3.15.4v3.15.4 | Brad King | 2019-09-30 | 1 | -1/+1 |
| * | | | | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' into release-3.15 | Brad King | 2019-09-30 | 8 | -21/+48 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-02 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-10-01 | 10 | -150/+156 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Makefiles: Fix EXCLUDE_FROM_ALL OFF on sub/sub/tgt in sub/all | Brad King | 2019-09-30 | 2 | -62/+31 |
| * | | | | Ninja: Factor out per-dir "all" target computation into common generator | Brad King | 2019-09-30 | 3 | -58/+112 |
| * | | | | Ninja: Simplify top-level "all" target generation | Brad King | 2019-09-30 | 3 | -49/+14 |
| * | | | | Ninja: Fix EXCLUDE_FROM_ALL OFF on sub/sub/tgt in sub/all | Brad King | 2019-09-30 | 1 | -2/+19 |
| * | | | | Ninja,Makefile: Fix subdir "all" with nested EXCLUDE_FROM_ALL subdir | Brad King | 2019-09-30 | 2 | -0/+6 |
| * | | | | cmLocalUnixMakefileGenerator3: Mark GetRelativeTargetDirectory const | Brad King | 2019-09-30 | 2 | -2/+3 |
| * | | | | cmLocalCommonGenerator: Mark GetConfigName as const | Brad King | 2019-09-30 | 1 | -1/+1 |
| * | | | | cmGlobalNinjaGenerator: Remove unused AddDependencyToAll overload | Brad King | 2019-09-30 | 2 | -6/+0 |
* | | | | | Merge topic 'typos' | Brad King | 2019-10-01 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Help: fixed typos in PCH / Unity Build doc | Corentin Plouet | 2019-09-30 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-01 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 8 | -21/+48 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 8 | -21/+48 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 8 | -17/+25 |
| | |\ \ \ | |||||
| | | * | | | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 8 | -17/+25 |
| | | * | | | CMake 3.14.6v3.14.6 | Brad King | 2019-07-16 | 1 | -1/+1 |
| | | * | | | CMake 3.14.5v3.14.5 | Brad King | 2019-05-31 | 1 | -1/+1 |
| | | * | | | Merge branch 'vs-depends-dedup' into release-3.14 | Brad King | 2019-05-30 | 2 | -20/+45 |
| | | |\ \ \ | |||||
| | * | | | | | Makefiles: Revert "Make build root targets ... recursive" | Brad King | 2019-09-27 | 1 | -5/+24 |
* | | | | | | | Merge topic 'objective-c-cxx' | Brad King | 2019-09-30 | 5 | -74/+116 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Objective C/C++: Add compiler standard detection | Cristian Adam | 2019-09-28 | 4 | -72/+108 |
| * | | | | | | | Languages: Add support for Objective-C++ | Steve Wilson | 2019-09-28 | 1 | -1/+7 |
| * | | | | | | | Languages: Add support for Objective-C | Steve Wilson | 2019-09-28 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'autogen_free_functions' | Brad King | 2019-09-30 | 7 | -977/+1014 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Autogen: Make cmQtAutoMocUic a free function | Sebastian Holtermann | 2019-09-28 | 3 | -650/+635 |
| * | | | | | | | | Autogen: Make cmQtAutoRcc a free function | Sebastian Holtermann | 2019-09-28 | 3 | -83/+95 |
| * | | | | | | | | Autogen: Refactor json info file reading interface | Sebastian Holtermann | 2019-09-28 | 7 | -248/+288 |
* | | | | | | | | | Merge topic 'smart_ptr/cmCurses' | Brad King | 2019-09-30 | 8 | -203/+157 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmCursesMainForm: change Entries to object vector | Tushar Maheshwari | 2019-09-27 | 3 | -47/+49 |
| * | | | | | | | | | cmCursesStringWidget: remove manual delete | Tushar Maheshwari | 2019-09-27 | 2 | -24/+13 |
| * | | | | | | | | | cmCursesCacheEntryComposite: default destructor | Tushar Maheshwari | 2019-09-26 | 3 | -37/+42 |
| * | | | | | | | | | cmCursesMainForm: cleanup manual allocation | Tushar Maheshwari | 2019-09-26 | 4 | -107/+69 |
| * | | | | | | | | | CursesDialog: modernize CMake usage | Tushar Maheshwari | 2019-09-26 | 2 | -21/+17 |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-09-30 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | |