aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* CMake build: Fix issues with exported targetsEike Ziller2020-10-061-1/+0
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-293-9/+0
* CMake build system: Propagate less target dependencies and includesAlessandro Portale2020-09-211-1/+2
* Fix crash in KSyntaxHighlightingEike Ziller2020-09-091-5/+6
* KSyntaxHighlighter: Fix compileChristian Stenger2020-09-081-1/+1
* KSyntaxHighlighting: Use QStringView instead of QStringRefEike Ziller2020-09-0810-31/+38
* KSyntaxHighlighter: Replace usage of deprecated enum valueEike Ziller2020-09-081-1/+2
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-212-5/+5
|\
| * Editor: update autogenerated KSyntaxHighlighting sourcesDavid Schulz2020-08-202-5/+5
* | Use Qt::SkipEmptyParts unconditionallyhjk2020-08-141-16/+0
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-1314-204/+494
|\|
| * Editor: update KSyntaxHighlighting lib to 5.73.0David Schulz2020-08-1114-204/+494
* | Small Qt 6 migration stuffhjk2020-07-291-1/+1
* | CPlusPlus: Do not ignore namespacesChristian Kandeler2020-07-202-13/+25
* | 3rdparty/syntax-highlighting: Adapt HtmlHighlighter to Qt6 codec usehjk2020-07-151-0/+12
* | 3rdparty/syntax-highlightinghjk2020-07-142-2/+1
|/
* C++: Fix find usage to see Catch test functions bodiesVolodymyr Zibarov2020-06-151-0/+13
* Merge remote-tracking branch 'origin/qds-1.59'Eike Ziller2020-06-089-7489/+14354
|\
| * Utils: Include from future std::spanMarco Bubke2020-05-263-0/+772
| * Sqlite: Add carray extension from Sqlite and a pointer bindingMarco Bubke2020-05-262-1/+405
| * Sqlite: Update sqlite versionMarco Bubke2020-05-263-7257/+13177
| * Sqlite: Remove unneeded fileMarco Bubke2020-05-071-231/+0
* | CplusPlus: Fix type information for anonymous enumsChristian Kandeler2020-06-041-1/+4
* | CPlusPlus: Add missing type information for enum variablesChristian Kandeler2020-06-041-0/+1
* | C++: Fix variable template parsing in expressionVolodymyr Zibarov2020-06-041-6/+0
* | C++: Print numeric template arguments in NamePrettyPrinterVolodymyr Zibarov2020-06-032-7/+0
* | C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-2927-18/+466
* | C++: Fix cplusplus-keywordgen to generate Keywords.cppVolodymyr Zibarov2020-05-283-237/+355
* | Built-in lexer: Recognize also reserved user-defined literalsChristian Kandeler2020-05-281-1/+1
* | CMake: copy clang and resource files only if necessaryAlexis Murzeau2020-05-111-7/+4
* | KSyntaxHighlighter: Sync with original repositoryOrgad Shaneh2020-04-3064-1264/+1114
|/
* CMake Build: fix for TextEdit MSVC compilation failureCristian Adam2020-01-141-1/+1
* CMake Build: build KSyntaxHighlighting library as shared libraryCristian Adam2020-01-141-1/+1
* C++: Fix crash in AlignofExpressionAST::clone()Nikolai Kosjar2019-11-061-1/+1
* SyntaxHighlighting: update KSyntaxHighlighting engine to v5.63.0David Schulz2019-11-0532-295/+3152
* C++: Transfer noexcept specifier for refactoring actionsNikolai Kosjar2019-10-084-2/+18
* CMake Build: Use shared precompile headersCristian Adam2019-09-191-1/+1
* ClangTools: Support loading exported diagnosticsNikolai Kosjar2019-09-031-0/+1
* Import YAML-Parser yaml-cppNikolai Kosjar2019-08-3095-0/+12541
* Tracing: Add Chrome Trace Format Visualizer pluginTim Henning2019-08-291-0/+20842
* Some clang-tidy -use-modernize-nullptrhjk2019-08-0130-621/+621
* CPlusPlus: Use member initialization in AST.hhjk2019-07-301-1689/+607
* CPlusPlus: Modernize frontend generatorhjk2019-07-262-291/+291
* Merge "Merge remote-tracking branch 'origin/4.10'"The Qt Project2019-07-261-1/+1
|\
| * Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-261-1/+1
| |\
| | * CMake build: Add "Devel" packageCristian Adam2019-07-251-1/+1
* | | Standardize on int for line and column valueshjk2019-07-2628-2218/+2214
|/ /
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-183-2/+41241
|\|
| * Cope with Qt 5.14's dropping of the MIME type DB as a resourceThiago Macieira2019-07-172-0/+41240
| * Sqlite: Remove temporary unused functionsMarco Bubke2019-07-161-2/+1