aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* README: State ClangFormat dependenciesNikolai Kosjar2019-09-101-0/+10
| | | | | | | Amends 4d3bb1c85859be07001a76fad24de457811a7d63. Change-Id: I72319c39144a161e5957953de5f395f33a080e63 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* README: Update clang instructions for mono repositoryNikolai Kosjar2019-06-191-12/+8
| | | | | Change-Id: I0b817e4f245613cbae7c36cd5c36712a2cf1396d Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* README: Update "Prebuilt LLVM/Clang packages" sectionNikolai Kosjar2019-06-191-20/+4
| | | | | | | Fixes: QTCREATORBUG-22563 Change-Id: I651d0308bd5ac7efcb22f30488e08b3f3ffa16a6 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Robert Loehning <robert.loehning@qt.io>
* README: Remove outdated bullet point about clang code modelNikolai Kosjar2019-06-191-2/+0
| | | | | | Change-Id: I0f7a94d276d9b32ba00ae43d574cc6f18fdd2d63 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Robert Loehning <robert.loehning@qt.io>
* Clang: Fix build with clang-8Ivan Donchevskii2019-04-171-5/+5
| | | | | | | | | | Clang-Tidy checks and Clazy flags updated. CLANG-UPGRADE-CHECK done. Change-Id: I1ca585c5c3c77a7f183719df9c262603150914e8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Enable Clang Refactoring compilingMarco Bubke2019-04-111-1/+4
| | | | | | | | | We change QTC_ENABLE_CLANG_LIBTOOLING to QTC_DISABLE_CLANG_REFACTORING, so you now have to opt out instead of opt in. We bump the minimum version of LLVM to 7.0 too because we mentioned that in the README already. Change-Id: Ic4ee29a74a3ed79634ed8ea50be84d7bdc7db4ef Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Merge remote-tracking branch 'origin/4.9'Orgad Shaneh2019-04-071-1/+1
|\ | | | | | | Change-Id: I7d1912cd5c4d824fd40d3454c5f1bb796f2c21d8
| * Update documentation on supported macOS platforms of the prebuilt binariesEike Ziller2019-04-031-1/+1
| | | | | | | | | | | | | | The prebuilt binaries are based on Qt 5.12 which requires macOS 10.12 or later Change-Id: I72fbfed1aee4ca137676916f8c11c734c41149db Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-6/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri src/plugins/debugger/debuggerkitinformation.cpp src/plugins/languageclient/languageclientmanager.cpp src/plugins/plugins.pro src/plugins/projectexplorer/kit.cpp src/plugins/projectexplorer/kitmanager.cpp Change-Id: I66fb941202991f35f7d7761430b21e42dfc678a8
| * Clang: Update LLVM/Clang version in the READMEIvan Donchevskii2019-03-121-6/+7
| | | | | | | | | | | | Fixes: QTCREATORBUG-22103 Change-Id: Ic83923ded4ad9a91fb189b60ab43ca93426ee9a0 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
| * TextEditor: Allow using KSyntaxHighlighting from systemChristian Stenger2019-03-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set KSYNTAXHIGHLIGHTING_LIB_DIR to the directory that contains the KSyntaxHighlighting library file (e.g. libKF5SyntaxHighlighting.{dll,dylib,so}). This will use the respective files from there and its related include files instead of the files provided by QC. If deducing the include directory depending on the library does not work you can additionally specify KSYNTAXHIGHLIGHTING_INCLUDE_DIR as well. Both variables can be set either as qmake variable or environment variable. Task-number: QTCREATORBUG-21980 Change-Id: Ie021489d930dfc46ad3e37f9fa02d09fa146ac87 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Bump minimum requirement for MSVC to 2017 or laterMarco Bubke2019-03-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | If we want to progress to LLVM 8 we have to drop MSVC 2015 because LLVM is doing it. It would be enable much more conformant template support. So we could use Ranges. Change-Id: I9beb767e7380f8b355f5544d8f3e3a6fd9b5de62 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Bump minimum Qt version (to build Qt Creator) to 5.11Alessandro Portale2019-02-151-2/+2
|/ | | | | | | | | Recent adaptations to Qt 5.13's API deprecations require using APIs which were introduces in Qt 5.11. Change-Id: I6c077d824c9ce716e019543b290c355a5d512fad Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Acknowledge KSyntaxHighlighting in README.mdAlessandro Portale2019-02-121-0/+38
| | | | | | | | | | | https://doc-snapshots.qt.io/qtcreator-master/creator- acknowledgements.html Acknowledges KSyntaxHighlighting already. README.md should do so, as-well. Change-Id: I099fd9a8d9b479c3ba3278412e59160d6918ca2f Reviewed-by: David Schulz <david.schulz@qt.io>
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-49/+0
| | | | | | | | | | | | | | | | | | | | | | | | ... instead of our own SSH library. Advantages: - Full compatibility with OpenSSH behavior guaranteed. - Minimal maintenance effort. - Less code to build. - Big chunk of 3rd party sources can be removed from our repository. One the downside, Windows users now need to install OpenSSH for RemoteLinux support. Hoewever, people doing embedded development probably have it installed anyway. [ChangeLog] Switched SSH backend to OpenSSH Fixes: QTCREATORBUG-15744 Fixes: QTCREATORBUG-15807 Fixes: QTCREATORBUG-19306 Fixes: QTCREATORBUG-20210 Change-Id: Ifcfefdd39401e45ba1f4aca35d2c5bf7046c7aab Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Add contribution instructions to readme.mdMitch Curtis2018-12-121-0/+11
| | | | | | | | Add contents of HACKING to readme.md. This makes it clearer that Gerrit should be used for patches, and not GitHub. Change-Id: I3638bea4c31a03af130aeb456cf3f49f019304b0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* README: Adapt to clang submodulesOrgad Shaneh2018-10-181-6/+2
| | | | | Change-Id: I518b3b3d48b24de28b253188e78665ef299cde9f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Fix references to the clang code model documentation fileChristian Kandeler2018-08-201-1/+1
| | | | | | | Was forgotten in 7ab07a4e8f. Change-Id: I2c6d21b79658e3946eb6ecdcf7b11992c0bf865e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-201-1/+1
|\ | | | | | | Change-Id: I15962a85b0cc37c5a00e15ef7eac0445aad6c295
| * Update macOS requirement for binary packagesEike Ziller2018-08-161-1/+1
| | | | | | | | | | | | | | Qt 5.11 does not support macOS 10.10 Change-Id: I7438b1354c006447d7ba2148ebe616dafe39ef53 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-151-0/+1
|\| | | | | | | | | | | | | | | Conflicts: src/plugins/clangtools/clangtoolruncontrol.cpp src/plugins/cpptools/compileroptionsbuilder.cpp Change-Id: Ib1e8abf066898b50c90fc1ccba4697fe983e8a8f
| * SSH: Use Botan2Christian Kandeler2018-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Botan 1.10 will be completely unsupported by the end of this year, so we now target API version 2 instead. Also upgrade our bundled Botan to the latest version 2.7. We no longer check in pre-processed files, but use the upstream sources directly (with unneeded parts removed), employing Botan's own configure script for building. This will make future upgrades much simpler. A script to automate this process is also provided. Task-number: QTCREATORBUG-18802 Task-number: QTCREATORBUG-8107 Change-Id: I5a5ea62cfd30d720b556217142e8b7e06bf49f7e Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Require GCC 5.3 or later on Linux/MinGWEike Ziller2018-07-191-2/+2
|/ | | | | | | | | | GCC 4.9 is old and buggy, and major distributions nowadays provide GCC >= 5.3 for their stable/LTS versions. Change-Id: Ic94f28154cfd055eebf50d762935cc269afe00a6 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Debugger: add instruction to build python enabled dumper for cdbDavid Schulz2018-07-111-0/+3
| | | | | | | | | | Like for the llvm code model additional 3rd party installation is required to build the python enabled dumper on Windows. Adding minimum version of Python and the name of the environment variable pointing to the Python installation to the README.md. Change-Id: I0cad39a57e4726083fcd44bde8b4c990cbd1ab03 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Clang: Use https protocol instead of gitOrgad Shaneh2018-05-221-2/+2
| | | | | | | Some firewalls block access to git, while they allow http[s] Change-Id: Ia363550a7d1d09960c5569bc3a6df104be28d0c7 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: Require LLVM/Clang >= 6.0.0Nikolai Kosjar2018-05-171-8/+11
| | | | | | | | | | | | | | Adapt versions and tests, remove code assuming clang < 6.0. Switch also to our custom repositories instead of dealing with patch files. LLVM/Clang 6 was released on 09 Mar 2018. Task-number: QTCREATORBUG-18535 Task-number: QTCREATORBUG-18552 Change-Id: I0ec2c2f56265e161ae7cbb5b03e7b8a182ba6cc6 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Increase requirement for building Qt Creator from Qt 5.6.2 to Qt 5.9Eike Ziller2018-03-221-3/+2
| | | | | | | | | | | | | | Qt 5.11 will be released and Qt 5.9 is the new LTS. Increasing the requirement allows us to remove some baggage and workarounds like Utils::asConst, special Q_OVERRIDE header, and deployment target adaptions on macOS, and simplifies pulling in proparser changes from Qt. Change-Id: I9faf99336d26dd20bd63e6904ae543c0f351aa4d Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-011-0/+23
|\ | | | | | | | | | | | | | | Conflicts: share/qtcreator/qml-type-descriptions/qmlproject.qmltypes src/plugins/clangcodemodel/clangeditordocumentprocessor.cpp Change-Id: I35fb652f29a98a798be7c8b4b4c2e581eb175fb6
| * State third-party licenses for LLVM/Clang/ClazyNikolai Kosjar2018-01-311-0/+23
| | | | | | | | | | Change-Id: I8ba9e9176a01f49fbf203beaac3dfd229df0046a Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-01-191-1/+1
|\| | | | | | | | | | | | | Conflicts: qtcreator.pri Change-Id: I7dcd8e067b7597144eb3b27d917cb7fe0279aad4
| * State recommended Qt version more preciselyRobert Loehning2018-01-181-1/+1
| | | | | | | | | | | | Change-Id: I4a8ad19c8fc1f9eacceb41ddebb097fe9a9ec469 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | Clang: Add more info about libclang to Readme.mdIvan Donchevskii2018-01-171-1/+10
|/ | | | | | | | | | | It was not mentioned that only mingw has profile-guided optimization applied in prebuilt packages. Also add the suggestion to use mingw version of libclang in case MSVC compiler is used for build. Change-Id: Icd824b83101dbebb6474e88c0f7bad3c6c52c61c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Readme: Simplify clang building instructions and use correct branchOrgad Shaneh2018-01-021-10/+4
| | | | | Change-Id: I29f194ceffeb4edbd2a6e37309724732964a45cf Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Add implementation of std::variantEike Ziller2017-12-211-0/+11
| | | | | | | Type-safe unions for C++. Change-Id: I3c1eb89a240a11d27b07acae588a924a0618173e Reviewed-by: hjk <hjk@qt.io>
* Add some sanity to the clang detection code for qmake buildUlf Hermann2017-11-221-2/+2
| | | | | | | | | | | | | | llvm-config can usually be found in PATH on systems which have standard paths at all. There is no need to specify LLVM_INSTALL_DIR then. Furthermore, llvm-config has an option --bindir which will tell us the directory where clang can be found (if installed). No need to apply strange heuristics based on LLVM_INSTALL_DIR. Finally, we can check within each .pro file for the conditions to be met using qmake's require() function. This way we don't need to fiddle with LLVM_INSTALL_DIR in unrelated places. Change-Id: I1a6ab092b06de40dfbfa4a9e7053451360fd24c8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Clang: Require LLVM/Clang >= 5.0.0Nikolai Kosjar2017-10-271-4/+4
| | | | | | | | | | | | | | | | ...for the code model parts and declare 5.0 as the supported version for the clang static analyzer. Adapt versions and tests, remove code assuming clang <= 5.0. LLVM/Clang 5 was released on 07 Sep 2017. Task-number: QTCREATORBUG-18931 Task-number: QTCREATORBUG-18657 Task-number: QTCREATORBUG-17187 Task-number: QTCREATORBUG-14881 Change-Id: I53b00258ca06a1d2e57f9379dacc54b310687295 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* README.md: Update Clang repository URLsFriedemann Kleint2017-09-281-2/+2
| | | | | Change-Id: I5112052032e128144b346fac49076a458647f7db Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Bump minimum Qt version to 5.6.2Eike Ziller2017-08-291-1/+1
| | | | | | | | Starting to use macos qmake scope. 5.6.3 should be around soon so we can still regression test latest two patch levels. Change-Id: I14f67a26e26c50f6dd0fb8b621f13780b0b05f76 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Merge remote-tracking branch 'origin/4.3' into 4.4Eike Ziller2017-07-101-1/+1
|\ | | | | | | | | | | | | Conflicts: qtcreator.qbs Change-Id: Ic5e268326d93172208de291d31a716e437b9cedf
| * Update binaries' supported macOSEike Ziller2017-07-051-1/+1
| | | | | | | | | | Change-Id: If51b0395b509c8e943688a9f00352b4ac5800369 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Add std::experimental::optional as Utils::optionalEike Ziller2017-06-161-0/+15
|/ | | | | | | | | Uses the reference implementation of the proposal, which later can be replaced by the std lib implementation depending on compiler and used C++ version. Change-Id: I23f2f8077f4cb26c3d9a403b1ce438b6cdb163f2 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Update requirements to GCC>=4.9Eike Ziller2017-01-301-3/+3
| | | | | | Change-Id: I34b5dcec552c0af0ce7184a43fa7fba4a75415c4 Reviewed-by: Marco Bubke <marco.bubke@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* README: The required llvm-config is in the llvm-X.Y packageEike Ziller2017-01-271-1/+1
| | | | | Change-Id: I872a89840aa904c5a4dadd69282f4dd39e320066 Reviewed-by: hjk <hjk@qt.io>
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2017-01-111-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/plugins/android/androidbuildapkstep.cpp src/plugins/genericprojectmanager/genericproject.cpp Change-Id: I3484b668f9323ed0c05de99f8dfed07c9e65ab98
| * README.md: Fix slash in LLVM commandFriedemann Kleint2017-01-101-1/+1
| | | | | | | | | | Change-Id: I0d69148e1b246ec90365d489b11e1954d0485576 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* | Fix README.md for linking with GCC >4 on Linux with ClangMarco Bubke2017-01-041-0/+17
|/ | | | | Change-Id: Id0d1e4e5bc10adef96dd1d3afa65e3e4247f5815 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
* Doc: Replace msysGit with Git for WindowsOrgad Shaneh2016-11-291-1/+1
| | | | | | | | | msysGit is obsolete Change-Id: Ib7dea018043e90f1288c68a19ebe356c6212bf0c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* README.md: Fix rendering of supported platform listNikolai Kosjar2016-11-291-3/+3
| | | | | Change-Id: I0e05292a5799a1699687ecbe1e41da54b97717dd Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* README.md: Add section for getting LLVM/ClangNikolai Kosjar2016-11-291-32/+65
| | | | | | | | | ...because the Qt Creator documentation does not describe anymore how to get LLVM/Clang. Change-Id: Ifb684c1a67d94af59ce221415c5c2f410a013a17 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Document building QtC with system qbsKai Koehne2016-11-161-0/+3
| | | | | Change-Id: I551d2a909db7875183b74160cedc958b4a1d5e8c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>