summaryrefslogtreecommitdiff
path: root/src/qdoc/cppcodeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC 7 warnings about unmarked case statement fallthroughsThiago Macieira2017-06-041-1/+1
* Use join(QChar), join(QLatin1String) where applicableMarc Mutz2017-03-231-1/+1
* qdoc: Implement C++11 'override' specifier supportRainer Keller2017-01-121-3/+5
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+0
|\
| * qdoc: Improve resolution of QML type inheritanceTopi Reinio2016-08-161-1/+0
* | qdoc: Add support for attribution pagesKai Koehne2016-08-081-0/+2
|/
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-291-2/+3
|\
| * Less randomness in qdoc output part IISune Vuorela2016-06-161-2/+3
* | Updated license headers and license testsAntti Kokko2016-06-101-17/+12
* | qdoc: Allow example files to be excludedTopi Reinio2016-05-121-3/+11
|/
* qdoc: Correct source line numbers in index fileMartin Smith2016-04-051-8/+24
* qdoc: Allows properties in QML basic typesMartin Smith2016-03-091-4/+6
* qdoc: Avoid more unnecessary qdoc warningsMartin Smith2016-02-261-24/+45
* qdoc: Avoid unnecessary qdoc warningsMartin Smith2016-02-261-17/+26
* qdoc: QML basic types can now have methodsMartin Smith2016-02-221-5/+7
* qdoc: Second try on Q_PROPERTY with default and final.Karsten Heimrich2016-02-151-2/+6
* qdoc: accepts C++11 variadic templates ellipsis operatorKarsten Heimrich2016-02-151-1/+1
* Make sure we allow final and default in Q_PROPERTY.Karsten Heimrich2016-02-111-1/+1
* qdoc: Implement support for C++11 default member initialization.Karsten Heimrich2016-02-091-2/+2
* qdoc: Implement C++11 'final' specifier support.Karsten Heimrich2016-02-081-1/+6
* qdoc: Implement support for C++11 default/delete declarations.Karsten Heimrich2016-02-081-4/+12
* qdoc: Implement support for C++11 scoped enumerations.Karsten Heimrich2016-02-081-0/+7
* move qdoc back to qttoolsOswald Buddenhagen2015-10-231-0/+2611