summaryrefslogtreecommitdiff
path: root/src/libs/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Q_FALLTHROUGH for Qt < 5.8Christian Kandeler2017-07-171-1/+3
* 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
|\ \ | |/
| * C++: Fix accessing invalid file id of SymbolNikolai Kosjar2016-04-181-2/+2
* | Wholesale conversion to #pragma oncehjk2016-03-3031-140/+31
|/
* C++: fix digraph parsing for <:: exception.Francois Ferrand2016-03-081-2/+6
* C++: fix lexing POUND_POUND token with digraphs.Francois Ferrand2016-03-081-2/+8
* C++: fix trigraph parsing in macros.Francois Ferrand2016-03-083-2/+47
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-195-96/+71
* C++: Match const/volatile/signed/unsigned for FullySpecifiedTypeOrgad Shaneh2016-01-151-0/+11
* Lexer: Support Microsoft suffix (u)i64Andre Hartmann2016-01-121-0/+11
* ModelEditor: move 3rd_party/modeling into libs/modelinglibJochen Becher2016-01-11326-44969/+0
* ModelEditor: fix warnings from MSVC compilerJochen Becher2016-01-061-0/+6
* ModelEditor: Define syntax of custom definitions like QMLJochen Becher2016-01-052-405/+507
* ModelEditor: Make item names in-place editableJochen Becher2016-01-0517-91/+507
* ModelEditor: Make keyword static known to class member parserJochen Becher2016-01-053-0/+8
* ModelEditor: Show class members on diagram automaticallyJochen Becher2016-01-051-0/+14
* ModelEditor: Improve class members parserJochen Becher2016-01-052-11/+52
* ModelEditor: Fix alignment linesJochen Becher2016-01-0411-36/+171
* ModelEditor: Encode class member declaration in HTMLJochen Becher2016-01-041-6/+6
* ModelEditor: Support model specific customizationJochen Becher2016-01-044-3/+32