aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* Improve AppStream metadataAleix Pol2018-05-071-1/+3
| | | | | | | | | | Solves the issues mentioned in the bug report by adding missing fields and fixing broken URLs. Task-number: QTCREATORBUG-20374 Change-Id: Iddea835d27ab914283b6b846a4a4379cbb0b546a Reviewed-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-05-021-0/+36
|\ | | | | | | Change-Id: I9927fdff4c7e73c703757852a3f3cf79444e3cb6
| * Update 4.6.1 change logEike Ziller2018-04-301-0/+36
| | | | | | | | | | Change-Id: I368f945f56588d3219ea11b3269c3e4e62e7029a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Add changes file for 4.7.0Eike Ziller2018-04-251-0/+71
| | | | | | | | | | Change-Id: I906b9489548fd4a7ae375747ab591c64fbdaf754 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Clang: Enable more Clang-Tidy checksIvan Donchevskii2018-04-241-1/+70
| | | | | | | | | | | | | | | | Some of the checks were activated in the Clang-Tidy standalone application but were not in the plugin. Change-Id: I7cb8ebc3b155b46c3f870b164790f074f6b29fb8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Clang: Fix mingw libclang buildIvan Donchevskii2018-04-241-0/+23
| | | | | | | | | | | | | | | | | | | | Mingw miscompiles one of the static variables in Clang-Tidy which results in clang driver wrong return codes. Making it a local variable solves the issue. Change-Id: Ic834419e30bd45bbe728ffeb46181692c802fa06 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-191-0/+77
|\| | | | | | | Change-Id: I959428882b9da427c6bf522145646048141888c6
| * Add first changes file for 4.6.1Eike Ziller2018-04-171-0/+77
| | | | | | | | | | Change-Id: Id708d396cfbd285b96f07a1cb4f0b95029879ec8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Clang: Fix paths in clang patch and its numberIvan Donchevskii2018-04-131-6/+6
| | | | | | | | | | Change-Id: I27ab7d3c88cf057ad9505f817e2f211d734e23d4 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-04-133-0/+879
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: src/libs/utils/settingsaccessor.cpp src/plugins/autotest/autotestplugin.cpp src/plugins/git/gitclient.cpp src/plugins/qbsprojectmanager/qbsrunconfiguration.cpp src/plugins/qbsprojectmanager/qbsrunconfiguration.h Change-Id: I65f143cad18af509a2621d6c5925abbd038ea70f
| * Clang: Backport support for parsing Float128 in stdlib.hNikolai Kosjar2018-04-122-0/+129
| | | | | | | | | | | | | | | | ...if GNU_SOURCE is defined. Task-number: QTCREATORBUG-20258 Change-Id: I0dbe8a2182c1e63fd2dd1bf955640da73da5653d Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
| * Clang: Backport support for std::has_unique_object_representationsNikolai Kosjar2018-04-062-0/+750
| | | | | | | | | | | | | | | | ...to be able to parse type_traits of libstdc++ 7 without errors. Task-number: QTCREATORBUG-18757 Change-Id: Ib76e233e77a58a9fb6761c733057dcc1d6c42ead Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* | Clang: Link clang driver with clang-tidy/clazy librariesIvan Donchevskii2018-04-111-0/+37
|/ | | | | | | | | | | There's no easy way to build clang-tidy .dll and load it dynamically. The same for clazy. Required for the tools based on clang executable which want extra diagnostics from clang plugins. Change-Id: I425d10c1a87e3051a44b9ffd13eb2968110101af Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* More changes entries for 4.6Eike Ziller2018-03-261-0/+8
| | | | | | Change-Id: I968f051be1eecbb928046d37499449eeec7e05ba Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Increment year in copyright templateMarco Bubke2018-03-221-1/+1
| | | | | Change-Id: I2f6a87a6c69ddb5425be2c7a82af23682769021b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-03-161-0/+18
|\ | | | | | | Change-Id: I40a17204340e6fab18b720c3c3306a6a239abf99
| * Add changes file for 4.5.24.5Eike Ziller2018-03-141-0/+18
| | | | | | | | | | Change-Id: I66fd1f5b1ece8ea7c1dc0f8f14d36d5f77b69f8c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Update 4.6 changes fileEike Ziller2018-03-141-0/+21
| | | | | | | | | | Change-Id: I53ce5cdba0291002e58d75bdb3cb12989ec7df4b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Clang: Fix paths and updated diff for latest clang patchesIvan Donchevskii2018-03-092-24/+21
| | | | | | | | | | | | | | | | I forgot that they must be relative to LLVM folder. Also one patch had a typo and therefore is updated here. Change-Id: I35241db84c0aa394211dfc7b4d779f8dfac5326a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Clang: Fix code completion for connect()Ivan Donchevskii2018-02-232-0/+176
| | | | | | | | | | | | | | | | | | Clang built with this patch properly handles not only normal methods but also templated ones which fixes code completion for QObject::connect. Change-Id: If1c4c0f5fda29c1aff106d8ed7065ff502a26328 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* | Clang: Fix crash in connect() statementIvan Donchevskii2018-02-192-0/+157
| | | | | | | | | | | | | | | | | | | | | | With this patch ClangCodeModel can properly handle static overloads together with non-static ones. Code completion still might crash - requires another patch. Task-number: QTCREATORBUG-19184 Change-Id: I12f0e8cb56b3bed3f5ca1f7a9fe4ca3932b78125 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-02-131-0/+85
|\| | | | | | | Change-Id: Iea598ba7f789f6176e90f26c7858e8c783eb2716
| * Add changes file for 4.5.1v4.5.1Eike Ziller2018-02-071-0/+85
| | | | | | | | | | Change-Id: I4b5cd0eb7675e2fb3396668517a587e7496608ec Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Clang: Fix clang test LibclangPrintingPolicyTest.SetAndGetPropertiesNikolai Kosjar2018-02-021-2/+4
| | | | | | | | | | Change-Id: I2b20cff1d5f0341eea0d1d994554fe2c8df9e837 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* | Remove empty categories from change logEike Ziller2018-01-301-18/+0
| | | | | | | | | | Change-Id: I7593c0ad1469e85ebe0973843087438f85422a71 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Add missing features to changes fileEike Ziller2018-01-301-1/+3
| | | | | | | | | | | | Change-Id: Ib7ddb8cc98a11ab4703a2d12e60891afcbba6d1c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | changelog: Correct instructions to enable clazy/tidyNikolai Kosjar2018-01-301-1/+1
| | | | | | | | | | | | | | | | The clang/tidy settings are part of the diagnostic configuration and not anymore in its own group box "Clang Plugins". Change-Id: Ibba95cff351521a8e0fda60f1b7f4e9a3e99c127 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Remove wrong change log entryEike Ziller2018-01-301-1/+0
| | | | | | | | | | | | Change-Id: I76afba05334a69f5ca6c03350d8aeafcd1c6f319 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Add changes file for 4.6Eike Ziller2018-01-261-0/+164
| | | | | | | | | | Change-Id: I5e36e735f6f721fba02d3e1fd86a98a43cfae5f5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Clang: Fix linkage in clang patchNikolai Kosjar2018-01-161-6/+7
| | | | | | | | | | Change-Id: I89759ff1b5d7cc9f17c74e34dc21479e91ee93a8 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* | Clang: Add patches improving pretty printing declarationsNikolai Kosjar2018-01-163-0/+698
| | | | | | | | | | Change-Id: I36b57c12998b959a3c7c350628c29beab46457b5 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* | Clang: Enumerate clang patchesNikolai Kosjar2018-01-1617-15/+15
| | | | | | | | | | | | | | | | | | ...to provide some more natural way of appending/inserting new ones at a specific position. The enumeration also helps to communicate about the patches. Change-Id: I8ac911269a11d24a46920c81cd3231c06b94b828 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* | Clang: Clean up clang patches with regard to CINDEX_VERSION_MINORNikolai Kosjar2018-01-162-18/+33
| | | | | | | | | | | | | | | | | | | | Ensure that CINDEX_VERSION_MINOR is never increased and that instead specific macros indicate backported functionality. This minimizes potential build problems with other API functions that might have been backported or not in the meanwhile. Change-Id: I44d868e82dd6a3ea5aa3e8b22e18bba5c4bf8d16 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* | Clang: update clang patchesIvan Donchevskii2018-01-1214-104/+947
| | | | | | | | | | | | | | | | These patches should be applied on top of llvm/clang 5.0 List is taken from https://wiki.qt.io/Qt_Creator_Clang_Code_Model Change-Id: Icd927ae12fc1ef8181a45e2d800efe3007c616ae Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Clang: update patches for build with clazyIvan Donchevskii2018-01-044-134/+61
| | | | | | | | | | | | | | | | Clazy will now be a part of clang-tools-extra during the build process which will allow to build clang one time. Change-Id: Id506db267f4a1f0f0e8351ba21f1bc70a4555556 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Clang: Use markdown for documentation of extra patchesNikolai Kosjar2017-12-122-46/+49
| | | | | | | | | | | | | | Makes the links clickable. Change-Id: I2f0f7826e295bdb3ce6fc7aeaf478ee040e54141 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-12-1212-1090/+0
|\| | | | | | | | | | | | | | | Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: Ic1ab71d0d40fa6c90e337c8ee9d9558e8f103eaa
| * Remove outdated installer creation script and resourcesEike Ziller2017-12-0712-1090/+0
| | | | | | | | | | | | | | | | | | | | It is no longer used (it is using same scripts as Qt now), and contains outdated resources. Change-Id: I0576d694ef16ced49303dfc4d6075b742dbcc3b1 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-211-2/+58
|\| | | | | | | | | | | | | | | | | Conflicts: src/plugins/clangcodemodel/clangutils.cpp src/plugins/cpptools/clangcompileroptionsbuilder.cpp src/plugins/cpptools/compileroptionsbuilder.cpp Change-Id: I0728f08171103259407bbbb35f93b70c2f2e18d0
| * More 4.5 changesEike Ziller2017-11-201-2/+58
| | | | | | | | | | Change-Id: Id75bc6dbfdfda12f2c12c70fb7a95ae7a0a3c56b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Clang: fix libclang link directory for 64bit linuxIvan Donchevskii2017-11-031-1/+1
| | | | | | | | | | | | | | When Clazy is installed in lib64 folder instead of lib. Change-Id: Ifb24e09c307dab2dd2f5121bf44a17a357c1a212 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Clang: enable clang tidy and clazy in code modelIvan Donchevskii2017-11-022-0/+141
| | | | | | | | | | | | | | | | | | | | | | Set QTC_CLANG_PLUGINS_LOAD env variable to get diagnostics that come from libclang plugins. This functionality works after the patch is applied to clang repository and clang is properly built with it. Task-number: QTCREATORBUG-15157 Change-Id: Iefeee4dd115f3f43ddc6ed79452a1135e653def6 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Clang: Update patches for clang 5.0Nikolai Kosjar2017-10-2712-876/+251
|/ | | | | | | | | | | | Remove a bunch of on-top patches that are already part of llvm/clang 5. Rebase the remaining ones and add backported ones. Add also a README providing more information about the patches. Task-number: QTCREATORBUG-18824 Task-number: QTCREATORBUG-17769 Change-Id: I9f6904b2e6d7c83de175e7b8c194e1a494cd2571 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Add changes file for 4.5Eike Ziller2017-10-061-0/+154
| | | | | Change-Id: Ib30122c6fc5b14226a1560bc1e31e99f6930266c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Merge remote-tracking branch 'origin/4.4' into 4.5Orgad Shaneh2017-10-041-0/+66
|\ | | | | | | Change-Id: I9b7cb3d845628abf69a73a279f5a79202c0976c2
| * Qnx: Fix C++ debugginghjk2017-09-291-1/+1
| | | | | | | | | | | | Task-number: QTCREATORBUG-17901 Change-Id: Iab7dfa3eb9a211770e45405f344d75ff20e8acae Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
| * More changelogEike Ziller2017-09-291-0/+2
| | | | | | | | | | Change-Id: Ic0064a21bf080ddc4803bcbbe92d0dab29d765d9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
| * Add changes file for 4.4.1Eike Ziller2017-09-291-0/+64
| | | | | | | | | | Change-Id: Icca756e45af941b0d6fe320ebc06183e27c01f02 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Beautifier: ClangFormat: Format current syntactic entity for no selectionNikolai Kosjar2017-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case there was no selection, the action "Format Selected Text" could format the whole file (option) as a fallback. However, there is also the use case of formatting the syntactic entity under the cursor. Introducing another separate action for this feels wrong, so remove the fallback instead since there is already an action handling this. Change-Id: Ia73f6074433e706bb4c2d375ad5b84dd59bc93a3 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Lorenz Haas <lorenz.haas@histomatics.de>
* | Beautifier: ClangFormat: Add action "Disable Formatting for Selected Text"Nikolai Kosjar2017-09-211-0/+1
| | | | | | | | | | | | | | | | Change-Id: I0786dfdc0679bbdf1cf1157067bd7f572ac7d108 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io> Reviewed-by: Lorenz Haas <lorenz.haas@histomatics.de>