summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmake: Return generator docs directlyArtur Ryt2019-01-185-13/+25
* Merge topic 'automoc-test-in-place'Brad King2019-01-181-4/+4
|\
| * Tests: Fix Qt4And5Automoc tests to work on in-source buildBrad King2019-01-171-4/+4
* | Merge topic 'GHS_updates'Brad King2019-01-18148-1046/+2084
|\ \
| * | GHS: Update test suiteFred Baksik2019-01-1620-104/+170
| * | GHS: Add Compiler ID detectionFred Baksik2019-01-1617-43/+177
| * | GHS: try_compile() now uses GHS platform variablesFred Baksik2019-01-169-15/+39
| * | GHS: Fix toolset selectionFred Baksik2019-01-163-26/+37
| * | GHS: Append ".gpj" to target name when generating build commandFred Baksik2019-01-164-1/+45
| * | GHS: Integrity Application updatesFred Baksik2019-01-1614-62/+125
| * | GHS: Add support for some of the source file propertiesFred Baksik2019-01-162-1/+22
| * | GHS: Add support for object librariesFred Baksik2019-01-164-96/+70
| * | GHS: EXCLUDE_FROM_ALL updatesFred Baksik2019-01-164-70/+33
| * | GHS: Use the correct compiler flags for CMAKE_BUILD_TYPEFred Baksik2019-01-1610-120/+25
| * | GHS: Cleanup unused file handling functions and file output updatesFred Baksik2019-01-166-365/+35
| * | GHS: Update the link line processingFred Baksik2019-01-163-56/+49
| * | GHS: Place build system outputs per target output directivesFred Baksik2019-01-168-46/+75
| * | GHS: Update the top-level project generationFred Baksik2019-01-166-106/+241
| * | GHS: Cleanup how source files are listedFred Baksik2019-01-164-48/+152
| * | GHS: Update binary structure so that install scripts workFred Baksik2019-01-164-75/+105
| * | GHS: Have the top-level project name follow the specified project nameFred Baksik2019-01-162-3/+6
| * | GHS: Update test suiteFred Baksik2019-01-16101-67/+921
| * | GHS: Only print bsp and os directives if specified by userFred Baksik2019-01-163-36/+51
* | | Merge topic 'remove-duplicate-link'Brad King2019-01-181-1/+0
|\ \ \
| * | | Help: Remove duplicate reference to IMPORTED_LINK_DEPENDENT_LIBRARIES_<CONFIG>Kyle Edwards2019-01-171-1/+0
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2019-01-181-1/+1
* | | Merge topic 'cmake_role-global-property'Brad King2019-01-1735-27/+183
|\ \ \
| * | | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-1735-27/+183
| | |/ | |/|
* | | Merge topic 'vs-debug-utility-targets'Brad King2019-01-1710-121/+142
|\ \ \
| * | | VS: Add support for VS_DEBUGGER_* properties on custom targetsNils Gladitz2019-01-1610-121/+142
| |/ /
* | | Merge topic 'fix_csharp_defines'Brad King2019-01-174-0/+87
|\ \ \ | |_|/ |/| |
| * | VS: Honor target_compile_definitions for C# projectsWil Stark2019-01-164-0/+87
* | | CMake Nightly Date StampKitware Robot2019-01-171-1/+1
* | | Merge topic 'qt_wrap_command_deprecations'Craig Scott2019-01-163-7/+32
|\ \ \ | |_|/ |/| |
| * | qt_wrap_*: Add deprecation notes to command docsTobias Hunger2019-01-153-7/+32
* | | Merge topic 'iar-avr'Brad King2019-01-165-3/+82
|\ \ \
| * | | IAR: Update compiler modules to support AVR systemsEthan Slattery2019-01-154-2/+75
| * | | IAR: Parse INFO strings from the binary format of AVR systemsEthan Slattery2019-01-151-1/+7
| | |/ | |/|
* | | Merge topic 'semi-warnings'Brad King2019-01-1627-66/+81
|\ \ \
| * | | Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-1527-66/+81
| |/ /
* | | Merge topic 'swift'Brad King2019-01-163-0/+24
|\ \ \
| * | | Ninja: add new placeholder `SWIFT_AUXILIARY_SOURCES`Saleem Abdulrasool2019-01-153-0/+24
* | | | Merge topic 'autogen_adaptive_warning'Brad King2019-01-166-46/+80
|\ \ \ \
| * | | | Autogen: Adaptive missing Qt warningSebastian Holtermann2019-01-154-31/+39
| * | | | Autogen: Add and use QtAutoGen::Tools methodSebastian Holtermann2019-01-154-14/+40
| * | | | Autogen: Fix rcc validity checkSebastian Holtermann2019-01-141-1/+1
* | | | | Merge topic 'support_per_toolset_json_flags'Brad King2019-01-164-70/+100
|\ \ \ \ \
| * | | | | GlobalVisualStudio10Generator: Support non-standard toolset json flag files.Stephan Szabo2019-01-034-70/+100
* | | | | | Merge topic 'messenger-no-cmake'Brad King2019-01-16105-610/+698
|\ \ \ \ \ \
| * | | | | | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-16105-610/+698
| | |_|_|/ / | |/| | | |