summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'object-library-compile-pdb'Brad King2017-02-272-1/+2
|\
| * Fix COMPILE_PDB_NAME when used on an OBJECT libraryBrad King2017-02-242-1/+2
* | Merge topic 'test-objlib-deps-cleanup'Brad King2017-02-2710-36/+38
|\ \
| * | Tests: Change RunCMake.ObjectLibrary dependencies case to CBrad King2017-02-2610-31/+27
| * | Tests: Fix RunCMake.ObjectLibrary dependency delayBrad King2017-02-261-5/+11
* | | Merge topic 'ninja-no-full-path'Brad King2017-02-271-4/+3
|\ \ \
| * | | Revert "Ninja: Use full path for all source files"Brad King2017-02-241-4/+3
* | | | CMake Nightly Date StampKitware Robot2017-02-271-1/+1
* | | | CMake Nightly Date StampKitware Robot2017-02-261-1/+1
* | | | CMake Nightly Date StampKitware Robot2017-02-251-1/+1
* | | | Merge branch 'release'Brad King2017-02-240-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'vcxproj-indentation' into releaseBrad King2017-02-231-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'clang-format-attrs' into releaseBrad King2017-02-229-44/+60
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-cmake-language-makefile-vars' into releaseBrad King2017-02-221-0/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindCUDA-fix-init' into releaseBrad King2017-02-221-0/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'GetPrerequisites-find_item_basename'Brad King2017-02-241-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GetPrerequisites: also try to resolve just the basenameMichael Maltese2017-02-221-0/+5
* | | | | | | | | | Merge topic '16615-xcode-object-libraries-depends'Brad King2017-02-249-49/+121
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Add test for object library dependenciesGregor Jasny2017-02-226-0/+52
| * | | | | | | | | Xcode: Always track object library dependencies via hacky MakefileGregor Jasny2017-02-221-14/+12
| * | | | | | | | | Xcode: Record dependency information also for object librariesGregor Jasny2017-02-221-8/+30
| * | | | | | | | | Xcode: Collect dummy rules during iteration and emit afterwardsGregor Jasny2017-02-221-24/+13
| * | | | | | | | | Makefile: Allow adding post-build rules to object librariesGregor Jasny2017-02-223-4/+15
* | | | | | | | | | Merge topic 'dragndrop-format'Brad King2017-02-241-20/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmCPackDragNDropGenerator: Improving handling of temporary dmg imagesClinton Stimpson2017-02-231-20/+25
* | | | | | | | | | | Merge topic 'vcxproj-indentation'Brad King2017-02-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | VS: Fix .vcxproj indentationBrad King2017-02-231-0/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'find_openmp_clang_patch'Brad King2017-02-241-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindOpenMP: Add iomp5 variant of Clang OpenMP flagsLucas Czech2017-02-231-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'autogen_depends'Brad King2017-02-2422-101/+280
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Autogen: Add hint to SKIP_AUTOMOC in error messageSebastian Holtermann2017-02-231-1/+3
| * | | | | | | | | | Autogen: Add Quote function and use it for loggingSebastian Holtermann2017-02-231-51/+73
| * | | | | | | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS documentationSebastian Holtermann2017-02-237-0/+75
| * | | | | | | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS testSebastian Holtermann2017-02-2210-6/+46
| * | | | | | | | | | Autogen: Add AUTOMOC_DEPEND_FILTERS supportSebastian Holtermann2017-02-225-10/+55
| * | | | | | | | | | Autogen: Single point of return in Run() methodSebastian Holtermann2017-02-221-15/+19
| * | | | | | | | | | Autogen: Log simplificationsSebastian Holtermann2017-02-221-24/+15
* | | | | | | | | | | Merge topic 'cmake-server-aix'Brad King2017-02-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cmServerConnection.h: Include cmConfigure.h firstBrad King2017-02-231-0/+2
* | | | | | | | | | | | Merge topic 'update-libarchive'Brad King2017-02-2488-1981/+4720
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libarchive: Avoid using isblankBrad King2017-02-231-5/+9
| * | | | | | | | | | | | libarchive: Avoid declaration after statement in C codeBrad King2017-02-231-2/+4
| * | | | | | | | | | | | libarchive: Fix use of ssize_t in archive_entry.hBrad King2017-02-231-2/+23
| * | | | | | | | | | | | libarchive: Define __LA_DEPRECATED consistentlyBrad King2017-02-231-5/+2
| * | | | | | | | | | | | Update CMake pre-cached values for libarchive 3.3.0Brad King2017-02-231-11/+13
| * | | | | | | | | | | | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2017-02-2086-1969/+4682
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | LibArchive 2017-02-19 (100ee75a)LibArchive Upstream2017-02-2091-1999/+4855
| * | | | | | | | | | | | | libarchive: Update script to get 3.3.0Brad King2017-02-201-1/+1
* | | | | | | | | | | | | | Merge topic 'update-libuv'Brad King2017-02-2434-256/+1530
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'upstream-libuv' into update-libuvBrad King2017-02-2234-256/+1530
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |