summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'feature-absence-hard-error'Brad King2014-04-2113-10/+79
|\
| * Features: FATAL_ERROR on compilers with no recorded features.Stephen Kelly2014-04-179-2/+59
| * Tests: Execute compile features tests unconditionally.Stephen Kelly2014-04-173-5/+19
| * Tests: Run RunCMake.target_compile_features unconditionally.Stephen Kelly2014-04-161-3/+1
* | Merge topic 'fix-wix-cpack-crash'Brad King2014-04-212-6/+16
|\ \
| * | CPackWIX: Delay creation of cmWIXPatch until CPack has initialized LoggerNils Gladitz2014-04-182-6/+16
* | | Merge topic 'ExternalData-missing-not-fatal'Brad King2014-04-2114-25/+96
|\ \ \
| * | | ExternalData: Warn on missing file instead of failingBrad King2014-04-1714-25/+96
* | | | Merge topic 'CMP0052-docs'Brad King2014-04-212-1/+14
|\ \ \ \
| * | | | Help: Link to cmake-buildsystem from CMP0052 docs.Stephen Kelly2014-04-171-0/+3
| * | | | Help: Add code example for INSTALL_INTERFACE to cmake-buildsystem.Stephen Kelly2014-04-171-1/+11
| |/ / /
* | | | Merge topic 'internal-error-backtrace'Brad King2014-04-211-0/+17
|\ \ \ \
| * | | | cmake: Print C++ stack trace after INTERNAL_ERROR messagesBrad King2014-04-171-0/+17
* | | | | Merge topic 'autorcc-target-dir'Brad King2014-04-213-2/+12
|\ \ \ \ \
| * | | | | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-183-2/+12
| | |/ / / | |/| | |
* | | | | Merge topic 'FindGTK2_fix_bsd'Brad King2014-04-211-10/+28
|\ \ \ \ \
| * | | | | FindGTK2: Add GTK2_(FONTCONFIG|X11)_INCLUDE_DIR optional includesDaniele E. Domenichelli2014-04-211-10/+26
| * | | | | FindGTK2: Add /usr/X11R6/ to include pathsDaniele E. Domenichelli2014-04-151-0/+2
* | | | | | Merge topic 'UseSWIG-guess_module_name'Brad King2014-04-211-17/+56
|\ \ \ \ \ \
| * | | | | | UseSWIG: Revise and format documentationJulien Schueller2014-04-211-16/+32
| * | | | | | UseSWIG: Detect module name from interface file (#10080)Julien Schueller2014-04-211-1/+24
* | | | | | | CMake Nightly Date StampKitware Robot2014-04-211-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-04-201-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2014-04-191-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'release'Brad King2014-04-180-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sphinx-python3' into releaseBrad King2014-04-182-4/+4
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release'Brad King2014-04-180-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | CMake 3.0.0-rc4v3.0.0-rc4Brad King2014-04-161-1/+1
* | | | | | | | Merge topic 'sphinx-python3'Brad King2014-04-182-4/+4
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Utilities/Sphinx: Port documentation generation to python3 (#14886)Uwe L. Korn2014-04-182-4/+4
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2014-04-181-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'release'Brad King2014-04-170-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'archive-null-error' into releaseBrad King2014-04-161-14/+21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'implicit-libNN-dirs' into releaseBrad King2014-04-161-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'fix-CMP0052'Brad King2014-04-177-5/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | CMP0052: Make the warning message more informative.Stephen Kelly2014-04-173-1/+14
| * | | | | | | | CMP0052: Test that include dirs in install locations cause no warnings.Stephen Kelly2014-04-174-0/+14
| * | | | | | | | CMP0052: Do not warn when include dir is not in source or build treeBrad King2014-04-161-4/+6
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'FindGTest-typed-test'Brad King2014-04-171-9/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | FindGTest: Teach GTEST_ADD_TESTS about TYPED_TESTJack Morrison2014-04-161-9/+15
| |/ / / / / / /
* | | | | | | | Merge topic 'update-libarchive'Brad King2014-04-1711-146/+197
|\ \ \ \ \ \ \ \
| * | | | | | | | libarchive: Use _snprintf on Windows, not snprintfBrad King2014-04-151-0/+4
| * | | | | | | | libarchive: Drop LIBARCHIVE_ADDITIONAL_LIBS, CMake does not need itBrad King2014-04-151-6/+0
| * | | | | | | | libarchive: Update README-CMake.txt for new snapshotBrad King2014-04-151-4/+4
| * | | | | | | | Merge branch 'libarchive-upstream' into update-libarchiveBrad King2014-04-159-139/+192
| |\ \ \ \ \ \ \ \
| | * | | | | | | | libarchive 3.1.2-246-ga5a5d28b (reduced)LibArchive Upstream2014-04-159-139/+195
| * | | | | | | | | libarchive: Disable all whitespace checks in third-party codeBrad King2014-04-151-1/+1
| * | | | | | | | | libarchive: Avoid left-shift overflow of signed integerBrad King2014-04-151-2/+2
* | | | | | | | | | Merge topic 'update-prebuilt-openssl'Brad King2014-04-173-9/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Utilities/Release: Update to openssl-1.0.1gBrad King2014-04-153-9/+9
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |