Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmListFileLexer: bail out on seek-errors | Gregor Jasny | 2017-02-27 | 7 | -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 Stamp | Kitware Robot | 2017-02-24 | 1 | -1/+1 |
| | |||||
* | Merge topic 'doc-cmake-language-makefile-vars' | Brad King | 2017-02-23 | 1 | -0/+6 |
|\ | | | | | | | | | 1dc13019 Help: Clarify 'make-style' variable references in cmake-language(7) | ||||
| * | Help: Clarify 'make-style' variable references in cmake-language(7) | Michael Maltese | 2017-02-22 | 1 | -0/+6 |
| | | | | | | | | Fixes: #16661 | ||||
* | | Merge topic 'clang-format-attrs' | Brad King | 2017-02-23 | 9 | -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 formatting | Brad King | 2017-02-22 | 9 | -32/+27 |
| | | | |||||
| * | | Define a custom Git attribute to mark sources using our C style | Brad King | 2017-02-22 | 1 | -5/+15 |
| | | | |||||
| * | | Define a custom Git attribute to mark source files as generated | Brad King | 2017-02-22 | 2 | -10/+21 |
| | | | |||||
* | | | Merge topic 'FindCUDA-fix-init' | Brad King | 2017-02-23 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | 934eb497 FindCUDA: Fix PTX selection with multiple architectures | ||||
| * | | | FindCUDA: Fix PTX selection with multiple architectures | Bjoern Thiel | 2017-02-22 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge topic 'cmake_m4_find_package_var_check' | Brad King | 2017-02-23 | 1 | -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 set | John Donoghue | 2017-02-23 | 1 | -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 Stamp | Kitware Robot | 2017-02-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'release' | Brad King | 2017-02-22 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'vs2017-fallback-sdk' into release | Brad King | 2017-02-21 | 2 | -0/+38 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'ExternalProject-update-docs' into release | Brad King | 2017-02-21 | 1 | -2/+9 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'cuda-separable-bool' into release | Brad King | 2017-02-21 | 2 | -2/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'FindGTK2-old-sigc++' into release | Brad King | 2017-02-21 | 1 | -1/+4 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'fix-CMP0017-path-case' into release | Brad King | 2017-02-17 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'FindHDF5-fix-header-langs' into release | Brad King | 2017-02-17 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ | Merge topic 'autogen_json' | Brad King | 2017-02-22 | 45 | -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 test | Sebastian Holtermann | 2017-02-21 | 2 | -12/+8 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Documentation update | Sebastian Holtermann | 2017-02-21 | 2 | -31/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15254 | ||||
| * | | | | | | | | | | | Autogen: Add release notes for Q_PLUGIN_METADATA support | Sebastian Holtermann | 2017-02-21 | 1 | -0/+10 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Tests: Set different compression levels in rcc test | Sebastian Holtermann | 2017-02-21 | 1 | -0/+11 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Overhaul and simplify AutogenInfo.cmake file generation | Sebastian Holtermann | 2017-02-21 | 2 | -321/+324 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Optimize GetCompileDefinitionsAndDirectories function | Sebastian Holtermann | 2017-02-21 | 1 | -18/+20 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Sort AutogenInfo.cmake.in | Sebastian Holtermann | 2017-02-21 | 3 | -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 test | Sebastian Holtermann | 2017-02-21 | 17 | -2/+203 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Tests: Add moc include tests | Sebastian Holtermann | 2017-02-21 | 19 | -0/+354 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Tests: Clean comments | Sebastian Holtermann | 2017-02-21 | 1 | -11/+11 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Log simplifications | Sebastian Holtermann | 2017-02-21 | 2 | -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.cpp | Sebastian Holtermann | 2017-02-21 | 1 | -36/+37 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Rebuild moc when Q_PLUGIN_METADATA json file changes | Sebastian Holtermann | 2017-02-21 | 2 | -83/+209 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15419 | ||||
| * | | | | | | | | | | | Autogen: Use GetRealPath in central places only | Sebastian Holtermann | 2017-02-21 | 1 | -27/+18 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Search moc includes in include directories | Sebastian Holtermann | 2017-02-21 | 2 | -11/+36 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Sort includes before composing include options | Sebastian Holtermann | 2017-02-21 | 1 | -34/+33 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Add FindInIncludeDirectories method | Sebastian Holtermann | 2017-02-21 | 2 | -0/+21 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Synchronize header/source argument names | Sebastian Holtermann | 2017-02-21 | 1 | -10/+10 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Split moc include paths on info reading | Sebastian Holtermann | 2017-02-21 | 2 | -20/+18 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Loop based macro detection instead of code duplication | Sebastian Holtermann | 2017-02-21 | 2 | -20/+24 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Issue a warning if moc isn't required in strict mode | Sebastian Holtermann | 2017-02-21 | 1 | -0/+9 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Error message tweaks | Sebastian Holtermann | 2017-02-21 | 1 | -18/+17 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Acquire and store header extensions in Init() | Sebastian Holtermann | 2017-02-21 | 2 | -61/+50 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Overhaul FindMatchingHeader function | Sebastian Holtermann | 2017-02-21 | 2 | -71/+83 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Don't list all search paths in error message | Sebastian Holtermann | 2017-02-21 | 1 | -7/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Indentation fix | Sebastian Holtermann | 2017-02-21 | 1 | -2/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Rename moc related variables | Sebastian Holtermann | 2017-02-21 | 2 | -14/+13 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Overhaul moc include list generation | Sebastian Holtermann | 2017-02-21 | 2 | -49/+56 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Autogen: Inline string generation | Sebastian Holtermann | 2017-02-19 | 1 | -5/+2 |
| | | | | | | | | | | | |