summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmListFileLexer: bail out on seek-errorsGregor Jasny2017-02-277-3/+31
| | | | | | | If we are given a FIFO, for example, we cannot seek back after trying to read a Byte-Order-Mark. Closes: #16607
* CMake Nightly Date StampKitware Robot2017-02-241-1/+1
|
* Merge topic 'doc-cmake-language-makefile-vars'Brad King2017-02-231-0/+6
|\ | | | | | | | | 1dc13019 Help: Clarify 'make-style' variable references in cmake-language(7)
| * Help: Clarify 'make-style' variable references in cmake-language(7)Michael Maltese2017-02-221-0/+6
| | | | | | | | Fixes: #16661
* | Merge topic 'clang-format-attrs'Brad King2017-02-239-44/+60
|\ \ | | | | | | | | | | | | | | | | | | d5f39a56 clang-format.bash: Use Git attributes to mark files for formatting f6986ee4 Define a custom Git attribute to mark sources using our C style 2256c3a7 Define a custom Git attribute to mark source files as generated
| * | clang-format.bash: Use Git attributes to mark files for formattingBrad King2017-02-229-32/+27
| | |
| * | Define a custom Git attribute to mark sources using our C styleBrad King2017-02-221-5/+15
| | |
| * | Define a custom Git attribute to mark source files as generatedBrad King2017-02-222-10/+21
| | |
* | | Merge topic 'FindCUDA-fix-init'Brad King2017-02-231-0/+1
|\ \ \ | | | | | | | | | | | | | | | | 934eb497 FindCUDA: Fix PTX selection with multiple architectures
| * | | FindCUDA: Fix PTX selection with multiple architecturesBjoern Thiel2017-02-221-0/+1
| | |/ | |/|
* | | Merge topic 'cmake_m4_find_package_var_check'Brad King2017-02-231-2/+2
|\ \ \ | | | | | | | | | | | | | | | | 7788db9c cmake.m4: do not set _XXXFLAGS or _LIBS var if already set
| * | | cmake.m4: do not set _XXXFLAGS or _LIBS var if already setJohn Donoghue2017-02-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Auxiliary/cmake.m4 (CMAKE_FIND_PACKAGE): change var tests from -n to -z to check if var is already set before calling cmake Fixes: #14460, #16663
* | | | CMake Nightly Date StampKitware Robot2017-02-231-1/+1
| | | |
* | | | Merge branch 'release'Brad King2017-02-220-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'vs2017-fallback-sdk' into releaseBrad King2017-02-212-0/+38
| |\ \ \ \
| * \ \ \ \ Merge branch 'ExternalProject-update-docs' into releaseBrad King2017-02-211-2/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cuda-separable-bool' into releaseBrad King2017-02-212-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindGTK2-old-sigc++' into releaseBrad King2017-02-211-1/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-CMP0017-path-case' into releaseBrad King2017-02-171-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'FindHDF5-fix-header-langs' into releaseBrad King2017-02-171-3/+3
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'autogen_json'Brad King2017-02-2245-1175/+1960
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 29d96633 Autogen: Don't use .moc include in Q_PLUGIN_METADATA test d60f1ddc Autogen: Documentation update cdb72127 Autogen: Add release notes for Q_PLUGIN_METADATA support 8b13a52c Autogen: Tests: Set different compression levels in rcc test 9d1db7d7 Autogen: Overhaul and simplify AutogenInfo.cmake file generation 0ab817fa Autogen: Optimize GetCompileDefinitionsAndDirectories function 754d4318 Autogen: Sort AutogenInfo.cmake.in cd74daf0 Autogen: Tests: Add Q_PLUGIN_METADATA test 39c4819e Autogen: Tests: Add moc include tests 50805693 Autogen: Tests: Clean comments c23206b6 Autogen: Log simplifications 347572cf Autogen: Only touch an unchanged moc_compilation.cpp 03df033b Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes 3ec230de Autogen: Use GetRealPath in central places only 41fb64e7 Autogen: Search moc includes in include directories 175c8900 Autogen: Sort includes before composing include options ...
| * | | | | | | | | | | Autogen: Don't use .moc include in Q_PLUGIN_METADATA testSebastian Holtermann2017-02-212-12/+8
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Documentation updateSebastian Holtermann2017-02-212-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15254
| * | | | | | | | | | | Autogen: Add release notes for Q_PLUGIN_METADATA supportSebastian Holtermann2017-02-211-0/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Tests: Set different compression levels in rcc testSebastian Holtermann2017-02-211-0/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Overhaul and simplify AutogenInfo.cmake file generationSebastian Holtermann2017-02-212-321/+324
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Optimize GetCompileDefinitionsAndDirectories functionSebastian Holtermann2017-02-211-18/+20
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Sort AutogenInfo.cmake.inSebastian Holtermann2017-02-213-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also rename AM_SKIP_MOC to AM_MOC_SKIP and AM_SKIP_UIC to AM_UIC_SKIP
| * | | | | | | | | | | Autogen: Tests: Add Q_PLUGIN_METADATA testSebastian Holtermann2017-02-2117-2/+203
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Tests: Add moc include testsSebastian Holtermann2017-02-2119-0/+354
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Tests: Clean commentsSebastian Holtermann2017-02-211-11/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Log simplificationsSebastian Holtermann2017-02-212-125/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logging methods now automatically add an end-of-line to the message if it is missing.
| * | | | | | | | | | | Autogen: Only touch an unchanged moc_compilation.cppSebastian Holtermann2017-02-211-36/+37
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changesSebastian Holtermann2017-02-212-83/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15419
| * | | | | | | | | | | Autogen: Use GetRealPath in central places onlySebastian Holtermann2017-02-211-27/+18
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Search moc includes in include directoriesSebastian Holtermann2017-02-212-11/+36
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Sort includes before composing include optionsSebastian Holtermann2017-02-211-34/+33
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Add FindInIncludeDirectories methodSebastian Holtermann2017-02-212-0/+21
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Synchronize header/source argument namesSebastian Holtermann2017-02-211-10/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Split moc include paths on info readingSebastian Holtermann2017-02-212-20/+18
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Loop based macro detection instead of code duplicationSebastian Holtermann2017-02-212-20/+24
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Issue a warning if moc isn't required in strict modeSebastian Holtermann2017-02-211-0/+9
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Error message tweaksSebastian Holtermann2017-02-211-18/+17
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Acquire and store header extensions in Init()Sebastian Holtermann2017-02-212-61/+50
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Overhaul FindMatchingHeader functionSebastian Holtermann2017-02-212-71/+83
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Don't list all search paths in error messageSebastian Holtermann2017-02-211-7/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Indentation fixSebastian Holtermann2017-02-211-2/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Rename moc related variablesSebastian Holtermann2017-02-212-14/+13
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Overhaul moc include list generationSebastian Holtermann2017-02-212-49/+56
| | | | | | | | | | | |
| * | | | | | | | | | | Autogen: Inline string generationSebastian Holtermann2017-02-191-5/+2
| | | | | | | | | | | |