aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner/cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid some deprecation warnings for QLatin1Literal useshjk2019-07-221-8/+8
* Fix uninitialized variablesIvan Komissarov2019-05-022-8/+8
* C++ scanner: Register for rc filesChristian Kandeler2019-01-171-1/+1
* C++ scanner: Properly handle UTF-8 byte order markChristian Kandeler2018-05-301-0/+10
* Do not register the C++ scanner for header filesChristian Kandeler2018-05-071-1/+1
* Modernize variable declarationsDenis Shienkov2017-11-301-4/+4
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-202-10/+10
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-131-4/+4
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-133-10/+15
* Qt support: Scan also cpp files for Q_PLUGIN_METADATAChristian Kandeler2017-04-281-3/+3
* Fix warning about conversion from size_t to intJoerg Bornemann2017-01-271-2/+2
* Change style of #includes of Qt headersJake Petroules2017-01-041-6/+5
* Merge the C/C++ include scannersChristian Kandeler2016-12-191-114/+17
* Allow scanner plugins to be built staticallyJake Petroules2016-12-162-3/+5
* Fully qualify referencesJake Petroules2016-11-302-4/+5
* Merge 1.6 into masterChristian Kandeler2016-09-303-2/+6
|\
| * Handle Q_NAMESPACEBogDan Vatra2016-09-283-2/+6
* | Update license headersIikka Eklund2016-08-293-42/+69
* | Update license headersIikka Eklund2016-08-294-56/+92
|/
* Fix change tracking for precompiled headersChristian Kandeler2016-08-011-1/+48
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-067-7/+7
* Correctly handle Objective-C++ source files in moc.Jake Petroules2016-04-061-1/+4
* update license headersJoerg Bornemann2015-03-027-14/+14
* Update LicenseEike Ziller2015-01-267-42/+42
* License update.Eike Ziller2014-10-167-49/+56
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-1/+1
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-097-7/+7
|\
| * Incremented year in copyright infoRobert Loehning2014-01-087-7/+7
* | use memcmp instead of strncmp in C++ scannerJoerg Bornemann2013-12-041-1/+1
* | correct equality checks in C++ scannerJoerg Bornemann2013-12-031-13/+19
* | check for defines in C++ scannerJoerg Bornemann2013-12-021-12/+21
* | make code in cppscanner more readableJoerg Bornemann2013-12-021-7/+11
|/
* fix cppscanner file type passingJoerg Bornemann2013-08-301-5/+3
* AutoMoc: do not scan files twiceJoerg Bornemann2013-08-271-1/+1
* don't pass file tags to scanner pluginsJoerg Bornemann2013-08-271-21/+21
* add qbs files to build qbsJoerg Bornemann2013-03-151-0/+18
* Allow fine-grained tuning of installation.Christian Kandeler2013-03-131-8/+1
* Install the plugin libraries and share/qbsAlejandro Exojo2013-02-221-0/+3
* do not scan qrc dependencies recursivelyJoerg Bornemann2013-02-061-6/+6
* rename cpp.cpp to cppscanner.cppJoerg Bornemann2013-02-052-1/+2
* update copyright yearJoerg Bornemann2013-01-097-7/+7
* Fix MSVC buildOrgad Shaneh2012-11-191-1/+1
* cleanup .pro filesJoerg Bornemann2012-11-161-2/+1
* Fix warnings about unused variables in C++ lexer.Christian Kandeler2012-10-181-12/+12
* license and copyright updatedJoerg Bornemann2012-10-087-197/+141
* support Qt5 plugin metadata json filesJoerg Bornemann2012-10-081-11/+24
* fix warnings in cpp scannerJoerg Bornemann2012-09-261-2/+2
* Added include parser support for ObjC++ and ObjCRuslan Nigmatullin2012-09-201-4/+30