summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ctest_memcheck: Append sanitizers user options at the end to allow overridingSylvain Joubert2017-01-111-1/+1
|
* Merge branch 'release'Brad King2017-01-110-0/+0
|\
| * Merge branch 'FindBoost-1.63' into releaseBrad King2017-01-101-1/+16
| |\
| * \ Merge branch 'pgsql-yum' into releaseBrad King2017-01-101-1/+6
| |\ \
| * \ \ Merge branch 'cmake-server-do-not-crash-on-interface-lib' into releaseBrad King2017-01-091-2/+6
| |\ \ \
| * \ \ \ Merge branch 'mr-reset-error-flag-on-configure' into releaseBrad King2016-12-161-0/+2
| |\ \ \ \
* | \ \ \ \ Merge topic 'ctest_memcheck-leak_sanitizer'Brad King2017-01-1110-22/+130
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e537bd91 ctest_memcheck: do not add detect_leaks=1 to ASAN_OPTIONS 0a2e5885 ctest_memcheck: join *SAN_OPTIONS with : cdacfbd2 MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizers cf590c12 ctest_memcheck: add support for standalone LeakSanitizer
| * | | | | | ctest_memcheck: do not add detect_leaks=1 to ASAN_OPTIONSJamie Snape2017-01-092-1/+5
| | | | | | |
| * | | | | | ctest_memcheck: join *SAN_OPTIONS with :Jamie Snape2017-01-093-9/+14
| | | | | | |
| * | | | | | MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizersJamie Snape2017-01-092-1/+12
| | | | | | |
| * | | | | | ctest_memcheck: add support for standalone LeakSanitizerJamie Snape2017-01-0910-14/+102
| | | | | | |
* | | | | | | Merge topic 'UseSWIG-implicit-depends'Brad King2017-01-113-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b8968b4b UseSWIG: Automatically scan dependencies of SWIG files for Makefiles
| * | | | | | | UseSWIG: Automatically scan dependencies of SWIG files for MakefilesAlexey Sokolov2017-01-103-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #4147
* | | | | | | | Merge topic 'solaris-build-fixes'Brad King2017-01-112-1/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7f0b124 libuv requires _XOPEN_SOURCE 600 on Solaris 11 ba8bb321 Disable libuv on Solaris 10
| * | | | | | | | libuv requires _XOPEN_SOURCE 600 on Solaris 11Eric Berge2016-12-221-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoid build errors from the /usr/include/sys/feature_tests.h include file which disallows setting XOpen versions less than 6 when in C99 mode.
| * | | | | | | | Disable libuv on Solaris 10Eric Berge2016-12-211-0/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two issues need to be resolved to add Solaris 10 libuv support: 1. libuv needs to provide alternative functionality for systems that do not support mkdtemp() 2. cmake should set SUNOS_NO_IFADDRS for Solaris 10 builds (but not Solaris 11)
* | | | | | | | Merge topic 'BundleUtilities-symlink-structure'Brad King2017-01-111-3/+55
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b1dc4ddb BundleUtilities: Maintain symlink structure
| * | | | | | | | BundleUtilities: Maintain symlink structureMartin Koegler2017-01-101-3/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #15047
* | | | | | | | | Merge topic 'cpack-rpm-user-binary-spec-file-test'Brad King2017-01-116-0/+102
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af77368e CPack/RPM test for using custom binary spec file
| * | | | | | | | | CPack/RPM test for using custom binary spec fileDomen Vrankar2017-01-106-0/+102
| | | | | | | | | |
* | | | | | | | | | Merge topic 'Autogen_Simplify'Brad King2017-01-1137-458/+782
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7db05f42 AUTOGEN: Release notes for SKIP_AUTOX 6eabac26 AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCC cbc07d33 AUTOGEN: Documentation for SKIP_AUTOX source file properties c17e0a3a AUTOGEN: Tests: AUTORCC SKIP_AUTORCC and SKIP_AUTOGEN test 53787bf8 AUTOGEN: Tests: AUTOUIC SKIP_AUTOUIC and SKIP_AUTOGEN test 8dbdd3e7 AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN test 0699760d AUTOGEN: Generators: Do moc/uic skip test during file list generation a84f0bb7 AUTOGEN: Generators: Message upper/lower case unification 7b766b83 AUTOGEN: Generators: Use single moc/uic skip test method only 2964b8cc AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messages d58b6bf3 AUTOGEN: Generators: Moc/UicSkipTest methods 94c319f9 AUTOGEN: Generators: Use separate header lists for MOC and UIC 966be439 AUTOGEN: Generators: Be verbose about skipping files de531432 AUTOGEN: Generators: Remove unused variable d8e45536 AUTOGEN: Initializer: Always remember skipped files d9313a82 AUTOGEN: Initializer: Enable SKIP_AUTOGEN on all AUTOGEN generated sources ...
| * | | | | | | | | | AUTOGEN: Release notes for SKIP_AUTOXSebastian Holtermann2017-01-111-0/+12
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Documentation update: cmake-qt, AUTOMOC, AUTOUIC, AUTORCCSebastian Holtermann2017-01-114-0/+18
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Documentation for SKIP_AUTOX source file propertiesSebastian Holtermann2017-01-105-0/+30
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Tests: AUTORCC SKIP_AUTORCC and SKIP_AUTOGEN testSebastian Holtermann2017-01-105-0/+46
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Tests: AUTOUIC SKIP_AUTOUIC and SKIP_AUTOGEN testSebastian Holtermann2017-01-1012-0/+147
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN testSebastian Holtermann2017-01-108-0/+90
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Do moc/uic skip test during file list generationSebastian Holtermann2017-01-101-15/+16
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Message upper/lower case unificationSebastian Holtermann2017-01-101-23/+23
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Use single moc/uic skip test method onlySebastian Holtermann2017-01-101-50/+42
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Use AUTOMOC/UIC/RCC instead of AUTOGEN in messagesSebastian Holtermann2017-01-101-8/+8
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Moc/UicSkipTest methodsSebastian Holtermann2017-01-102-28/+38
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Use separate header lists for MOC and UICSebastian Holtermann2017-01-102-16/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary for the skipMoc and skipUic lists to work properly.
| * | | | | | | | | | AUTOGEN: Generators: Be verbose about skipping filesSebastian Holtermann2017-01-101-18/+43
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Remove unused variableSebastian Holtermann2017-01-101-3/+2
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Initializer: Always remember skipped filesSebastian Holtermann2017-01-101-26/+35
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Initializer: Enable SKIP_AUTOGEN on all AUTOGEN generated sourcesSebastian Holtermann2017-01-101-2/+4
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Initializer: Introduce SKIP_AUTOGEN checksSebastian Holtermann2017-01-101-1/+7
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Rename config variablesSebastian Holtermann2017-01-102-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new names describe the variables use cases better.
| * | | | | | | | | | AUTOGEN: Make skipMoc and skipUic blacklists behave the same waySebastian Holtermann2017-01-102-80/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before skipMoc was a list of files that were not included in the sources. Now the skipMoc files are added to the sources as well in case they are needed for uic processing. skipMoc becomes a blacklist just like skipUic.
| * | | | | | | | | | AUTOGEN: Generators: Add dedicated method for moc content parsingSebastian Holtermann2017-01-102-62/+80
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Split config SKIP_MOC and SKIP_UIC into vectorsSebastian Holtermann2017-01-102-22/+18
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Split config headers/sources into vectorSebastian Holtermann2017-01-102-15/+12
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Rename ParseForUic methodSebastian Holtermann2017-01-102-5/+5
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Group static function definitionsSebastian Holtermann2017-01-101-9/+9
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Use precompiled regular expressionsSebastian Holtermann2017-01-102-38/+43
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Use unified ParseSourceFile and drop old methodsSebastian Holtermann2017-01-102-325/+5
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Introduce unified ParseSourceFileSebastian Holtermann2017-01-102-0/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new cmQtAutoGenerators::ParseSourceFile method combines the functionality of ParseCppFile and StrictParseCppFile in a single method to avoid code duplication. Relaxed or strict mode is selected by an additional bool argument.
| * | | | | | | | | | AUTOGEN: Generators: CommentsSebastian Holtermann2017-01-101-1/+1
| | | | | | | | | | |
| * | | | | | | | | | AUTOGEN: Generators: Variable renameSebastian Holtermann2017-01-101-2/+2
| | | | | | | | | | |