aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* SSH: Use Botan2Christian Kandeler2018-08-10476-64813/+75087
* Fix compilation issues with C++17Eike Ziller2018-06-053-3/+3
* CPlusPlus: Fix some crashhjk2018-05-161-0/+3
* TextEditor: Highlight punctuators as TextHugo Holgersson2018-05-032-13/+21
* Utils: Purge qtcfallthrough.hOrgad Shaneh2018-04-091-2/+0
* Add support for nested namespaces (C++17)Colin Duquesnoy2018-02-092-2/+24
* CPlusPlus: Add toLink method to the SymbolIvan Donchevskii2018-02-072-0/+20
* Introduce Q_FALLTHROUGH()Friedemann Kleint2018-01-241-4/+4
* Sqlite: Upgrade SqliteMarco Bubke2018-01-163-20148/+72591
* Add implementation of std::variantEike Ziller2017-12-213-0/+2517
* Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-251-6/+10
|\
| * C++: Fix crash with invalid raw string literalNikolai Kosjar2017-09-201-6/+10
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-09-192-3/+7
|\|
| * CPlusPlus: Avoid nullptr accessNikolai Kosjar2017-09-131-1/+5
| * C++: Fix highlighting of "float" keyword for C filesAndre Hartmann2017-09-111-2/+2
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-288-13/+98
|\|
| * C++: Delete empty source fileOrgad Shaneh2017-07-262-3/+0
| * C++: Re-add Roberto's license header to files without oneOrgad Shaneh2017-07-265-0/+96
| * Replace include guards with #pragma onceOrgad Shaneh2017-07-262-10/+2
* | Merge remote-tracking branch 'origin/4.4'Eike Ziller2017-07-181-1/+3
|\|
| * Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-1/+3
* | C++: fix lookups for functions with const argsIvan Donchevskii2017-07-111-1/+15
|/
* C++: Use #pragma once in cplusplus-update-frontendOrgad Shaneh2017-06-301-4/+1
* Optional: add reset()Eike Ziller2017-06-191-0/+2
* Add std::experimental::optional as Utils::optionalEike Ziller2017-06-167-0/+2650
* C++: fix code completion of stl containers in internal code modelPrzemyslaw Gorszkowski2017-06-151-5/+101
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-021-1/+1
|\
| * C++: Initialize BaseClass::_isVariadicRobert Loehning2017-06-011-1/+1
* | Botan: Fix various bugs found by Coverity scannerRobert Loehning2017-06-022-12/+30
* | Fix that raw string literals that close on same line were not terminatedEike Ziller2017-05-191-1/+3
* | CppEditor: Do not highlight C++ and Qt keywords for CNikolai Kosjar2017-05-161-0/+10
* | C++: Fix broken lexing for floating-pointsLeandro T. C. Melo2017-04-261-2/+4
* | Remove workarounds for unsupported compilersOrgad Shaneh2017-04-263-26/+3
* | C++ Disable bool keywords in C filesAndre Hartmann2017-04-141-3/+3
|/
* C++: Avoid printing to stderr and calling exit()Nikolai Kosjar2017-03-092-38/+1
* Fix warning in okapi_bm25.hMarco Bubke2017-01-051-3/+3
* C++: Remove concurrent access to TemplateNameIdNikolai Kosjar2016-11-041-3/+0
* C++: Disable C++ keywords in C filesFrancois Ferrand2016-08-232-28/+29
* C++: Store template typename argument declarator typeOrgad Shaneh2016-08-193-0/+7
* C++: Add support of ref-qualifier for functions.Dmitry Ashkadov2016-06-223-0/+24
* C++: Fix lexing of >> / >>=Philip Lorenz2016-06-221-3/+3
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-112-3/+3
|\
| * Botan: Fix compilation with MSVC2013Orgad Shaneh2016-05-112-3/+3
| * Botan: Add missing noexcept specification.Christian Kandeler2016-05-102-3/+3
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-1/+1
|\|
| * Fix building creator with the intel compiler.David Schulz2016-04-261-1/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-18/+47
|\|
| * C++: Fix expensive parsing of declarationsNikolai Kosjar2016-04-201-18/+47
* | Fix compiler warnings on windows.David Schulz2016-04-221-1/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-201-2/+2
|\|