summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | QtAutogen: Reconfigure when .qrc file changesSebastian Holtermann2016-12-071-11/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add .qrc files to the CMake depends. When the .qrc file changes the build system gets reconfigured and the resource files watch list gets updated.
| * | | | | | | | | QtAutogen: Rename autogen target to *_autogen from *_automocSebastian Holtermann2016-12-071-1/+1
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Inline single use variable definitionsSebastian Holtermann2016-12-071-8/+5
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Determine the Qt major version in only one waySebastian Holtermann2016-12-071-45/+34
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Clean removes autogen build directorySebastian Holtermann2016-12-071-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaning removes the entire autogen build directory instead of single files.
| * | | | | | | | | QtAutogen: Generate included ui_ and moc_ files in _automoc/includesSebastian Holtermann2016-12-073-47/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ui_ and moc_ files that are include in source files get generated in $CURRENT_BUILD_DIR/$TARGETNAME_automoc/include. The directory is added to the INCLUDE_DIRECTORIES of the origin target in the generation stage. From now on all autogen files get generated below $CURRENT_BUILD_DIR/$TARGETNAME_automoc.
| * | | | | | | | | cmGeneratorTarget: Add AddIncludeDirectory method (experimental)Sebastian Holtermann2016-12-072-0/+21
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Use checksum based subdirectories to avoid name collisionsSebastian Holtermann2016-12-078-229/+205
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Remove .dir suffix from automoc build directorySebastian Holtermann2016-12-072-2/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Generate moc compilation in _automoc.dir/moc_compilation.cppSebastian Holtermann2016-12-072-19/+19
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Use upper case for MOC, UIC and RCC in messagesSebastian Holtermann2016-12-072-4/+4
| | | | | | | | | |
| * | | | | | | | | QtAutogen: New common bold logging methodSebastian Holtermann2016-12-072-16/+16
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Make sure parent directory exists before writing filesSebastian Holtermann2016-12-072-37/+85
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Improved error handlingSebastian Holtermann2016-12-072-18/+32
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Error and warning log method tweaksSebastian Holtermann2016-12-072-15/+27
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Improved error recognitionSebastian Holtermann2016-12-071-42/+48
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Improved error recognition on config loadSebastian Holtermann2016-12-072-24/+40
| | | | | | | | | |
| * | | | | | | | | QtAutogen: CommentsSebastian Holtermann2016-12-061-0/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: For loop feature test optimizationSebastian Holtermann2016-12-061-12/+11
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Variable scope optimizationsSebastian Holtermann2016-12-061-34/+39
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Rename variable templates in config templateSebastian Holtermann2016-12-061-6/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Make strings constSebastian Holtermann2016-12-061-2/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Rename config AM_RELAXED_MODE to AM_MOC_RELAXED_MODESebastian Holtermann2016-12-062-3/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Change config file permissions only on demandSebastian Holtermann2016-12-061-10/+15
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Inline single use variableSebastian Holtermann2016-12-061-6/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Remove unused intermediate definition in makefileSebastian Holtermann2016-12-061-5/+1
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Moc related variable renamedSebastian Holtermann2016-12-061-6/+6
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Moc related variable renamedSebastian Holtermann2016-12-061-6/+6
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Target directory name function renameSebastian Holtermann2016-12-061-3/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Move util functions to file beginSebastian Holtermann2016-12-061-20/+20
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Moc related setup function renameSebastian Holtermann2016-12-061-2/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Uic related function renameSebastian Holtermann2016-12-061-3/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Uic related setup function renameSebastian Holtermann2016-12-061-2/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Rcc related function renameSebastian Holtermann2016-12-061-3/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Rcc related function renameSebastian Holtermann2016-12-061-2/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Rcc related list function renameSebastian Holtermann2016-12-061-9/+9
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Rcc related setup function renameSebastian Holtermann2016-12-061-2/+2
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Remove and inline ReadAll functionSebastian Holtermann2016-12-061-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function was only used once.
| * | | | | | | | | QtAutogen: Use shorter name for static functionSebastian Holtermann2016-12-061-3/+3
| | | | | | | | | |
| * | | | | | | | | QtAutogen: Use util prefix for static function nameSebastian Holtermann2016-12-061-4/+4
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-071-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'update-kwsys'Brad King2016-12-068-103/+198
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7f307d9e Merge branch 'upstream-KWSys' into update-kwsys 1b50bd3f KWSys 2016-12-02 (4967ccc0)
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-12-058-103/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-12-02 (4967ccc0)
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-12-061-1/+1
| | | | | | | | |
* | | | | | | | | Merge topic 'features-c++17'Brad King2016-12-054-8/+30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97c1e569 Help: Add release note for C++ 17 support 85c8e652 Features: Activate C++ 17 support for AppleClang 6.1+ 8084f7a6 Features: Activate C++ 17 support for Clang 3.5+ 24e29d41 Features: Activate C++ 17 support for GNU 5.1+ ae1a6815 Features: Add infrastructure for C++ 17 language standard 684e4d20 Features: Make feature recording conditions more consistent
| * | | | | | | | Features: Add infrastructure for C++ 17 language standardBrad King2016-12-024-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue: #16468
* | | | | | | | | Merge topic 'test-handler-multimap'Brad King2016-12-051-27/+20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1af67b19 cmCTestTestHandler: use multimap
| * | | | | | | | | cmCTestTestHandler: use multimapDaniel Pfeifer2016-12-031-27/+20
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'src-COMPILE_FLAGS-genex'Brad King2016-12-051-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5dec0a23 server-mode: Fix per-source COMPILE_FLAGS genex evaluation
| * | | | | | | | | server-mode: Fix per-source COMPILE_FLAGS genex evaluationTobias Hunger2016-12-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logic added by commit 1e4bb358 (Add generator expression support to per-source COMPILE_FLAGS, 2016-10-25) accidentally frees memory before finishing with it. Revise the logic to hold the memory long enough.