summaryrefslogtreecommitdiff
path: root/src/libs/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* Fix lvalue references and rvalue reference incorrectly matchingAllan Sandfeld Jensen2018-11-291-1/+5
* C++: Add some missing overrides in BindOrgad Shaneh2018-11-121-0/+7
* C++: Fix Token::spell()Nikolai Kosjar2018-11-021-12/+14
* C++: Reformat token_names tableNikolai Kosjar2018-11-021-45/+201
* C++: Fix parsing enum specifier IIINikolai Kosjar2018-11-011-1/+1
* C++: Fix parsing enum specifier IINikolai Kosjar2018-10-241-3/+1
* Update bundled Botan library to version 2.8Christian Kandeler2018-10-12138-1183/+3133
* C++: Fix parsing enum specifierNikolai Kosjar2018-10-111-1/+5
* Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-131-0/+3
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-5/+4
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-15476-64813/+75087
|\
| * SSH: Use Botan2Christian Kandeler2018-08-10476-64813/+75087
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-063-3/+3
|\ \ | |/
| * Fix compilation issues with C++17Eike Ziller2018-06-053-3/+3
* | Utils: add has_value to optionalDavid Schulz2018-05-161-1/+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