summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-2/+8
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-2/+8
| |\
| | * qlalr: fix compilation with C++20Marc Mutz2019-08-011-2/+8
* | | qlalr: replace QLinkedList with std::listMarc Mutz2019-07-024-36/+27
* | | qlalr: replace a QMap-wrapping OrderedSet with std::setMarc Mutz2019-05-143-96/+6
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-027-152/+152
|/ /
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* | Compile with QT_STRICT_ITERATORS definedLars Knoll2018-11-261-0/+2
|/
* qlalr: fix build in C++17Thiago Macieira2018-05-152-4/+5
* qlalr: Fix startup crash in static buildsFriedemann Kleint2018-05-086-51/+59
* qlalr: fix descriptionOswald Buddenhagen2018-01-051-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+3
|\
| * work around flex bugOswald Buddenhagen2017-11-301-0/+3
* | Win: Set a proper description for the Qt toolsKai Koehne2017-07-311-0/+1
|/
* qlalr: Use forward slashes in #include directivesKevin Funk2017-03-102-4/+8
* qlalr: Fix and re-run qlalr on its own sourcesKevin Funk2017-03-085-287/+226
* Enable building of qlalr with QT_NO_CAST_FROM/TO_ASCIILars Knoll2016-09-254-4/+7
* qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-0/+3
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-072-2/+0
|\
| * Remove empty first lines of files.Friedemann Kleint2016-04-062-2/+0
| * Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* | Unify license header usage.Jani Heikkinen2016-03-291-5/+5
* | qlalr: eradicate all Q_FOREACH loopsMarc Mutz2016-01-265-15/+18
* | qlalr: remove uses of inefficient QListsMarc Mutz2016-01-262-2/+18
* | Updated license headersJani Heikkinen2016-01-2127-509/+370
|/
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-4/+4
|\
| * Fix build with clang 3.7Bernhard Rosenkränzer2015-07-201-4/+4
* | tools: mark some types movable/primitiveMarc Mutz2015-07-221-0/+6
* | Use const-ref in foreach if T is big or non-trivialSĂ©rgio Martins2015-07-044-8/+8
|/
* Fixed license headersJani Heikkinen2015-02-173-3/+3
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-2/+1
* Update copyright headersJani Heikkinen2015-02-1129-369/+289
* Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* New Qt logoAlessandro Portale2014-11-051-0/+0
* Update license headers and add new license filesMatti Paaso2014-09-2419-378/+218
* Update copyright year in tools outputKai Koehne2014-03-311-2/+2
* move and build qlalrOswald Buddenhagen2014-01-2039-0/+6990