aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner
Commit message (Expand)AuthorAgeFilesLines
* 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-294-56/+92
* | Update license headersIikka Eklund2016-08-295-70/+115
|/
* Fix change tracking for precompiled headersChristian Kandeler2016-08-011-1/+48
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-089-9/+9
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-069-9/+9
* | qbs build: Move build config properties into a dedicated module.Christian Kandeler2016-06-071-2/+3
|/
* Enable C++11 for the scanner plugins.Christian Kandeler2016-05-271-0/+1
* Correctly handle Objective-C++ source files in moc.Jake Petroules2016-04-061-1/+4
* update license headersJoerg Bornemann2015-03-029-18/+18
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-289-54/+54
|\
| * Update LicenseEike Ziller2015-01-269-54/+54
* | Refactor bundle (CFBundle) support across all of Qbs.Jake Petroules2015-01-131-0/+1
|/
* License update.Eike Ziller2014-10-169-63/+72
* Make the "lib" part of plugin and library locations configurable.Christian Kandeler2014-02-271-1/+1
* Do not put the plugins where the resources are.Christian Kandeler2014-02-251-1/+1
* Turn struct ScannerPlugin into a class.Christian Kandeler2014-02-131-1/+2
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-1/+1
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-1/+1
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-099-9/+9
|\
| * Incremented year in copyright infoRobert Loehning2014-01-089-9/+9
* | 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-273-28/+30
* fix qt.proJoerg Bornemann2013-07-051-1/+1
* Make the qbs project files embeddable in another project.Christian Kandeler2013-07-031-2/+1
* put plugins in a lib/qbs/plugins subdirJoerg Bornemann2013-06-111-2/+2
* make Depends.name and Depends.submodules case sensitiveJoerg Bornemann2013-04-171-1/+1
* add qbs files to build qbsJoerg Bornemann2013-03-153-0/+42
* Allow fine-grained tuning of installation.Christian Kandeler2013-03-132-16/+3
* Install the plugin libraries and share/qbsAlejandro Exojo2013-02-222-0/+6
* do not scan qrc dependencies recursivelyJoerg Bornemann2013-02-063-8/+15
* remove .ui file scannerJoerg Bornemann2013-02-061-35/+1
* rename cpp.cpp to cppscanner.cppJoerg Bornemann2013-02-052-1/+2
* rename qt.cpp to qtscanner.cppJoerg Bornemann2013-02-052-1/+2
* update copyright yearJoerg Bornemann2013-01-099-9/+9
* Fix MSVC buildOrgad Shaneh2012-11-191-1/+1
* cleanup .pro filesJoerg Bornemann2012-11-162-4/+2
* Fix warnings about unused variables in C++ lexer.Christian Kandeler2012-10-181-12/+12
* Get rid of more irregular console output.Christian Kandeler2012-10-111-1/+0
* license and copyright updatedJoerg Bornemann2012-10-089-253/+181
* support Qt5 plugin metadata json filesJoerg Bornemann2012-10-081-11/+24
* Rework #includes.Christian Kandeler2012-10-021-7/+5
* fix warnings in cpp scannerJoerg Bornemann2012-09-261-2/+2