aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scanner
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix 'readability-simplify-boolean-expr'Ivan Komissarov2024-02-231-1/+1
* RIP QMake buildIvan Komissarov2022-12-165-23/+0
* clang-tidy: fix 'performance-trivially-destructible' errorIvan Komissarov2022-08-162-3/+0
* Fix Clang-Tidy & Clazy 'llvm-else-after-return' warningsDenis Shienkov2021-11-221-2/+3
* Remove `import qbs` from all project filesDenis Shienkov2021-08-042-2/+0
* Use smart pointers in Qt scannerIvan Komissarov2021-05-131-7/+6
* qt6: do not use QString::fromUtf16(ushort*) overloadIvan Komissarov2021-03-031-2/+2
* qt6: do not use QString::fromUtf16(ushort*) overloadIvan Komissarov2021-02-161-1/+1
* clang-tidy: Apply modernize-use-nullptr fix-itIvan Komissarov2020-10-262-4/+4
* cmake: Fix target namesIvan Komissarov2020-08-202-2/+2
* Initial CMake portIvan Komissarov2020-08-173-0/+22
* clang-tidy: Fix 'cppcoreguidelines-pro-type-member-init' warningsIvan Komissarov2020-04-276-26/+9
* clang-tidy: Suppress 'cppcoreguidelines-pro-type-cstyle-cast' warningIvan Komissarov2020-04-171-1/+1
* clang-tidy: Fix 'bugprone-narrowing-conversions' warningsIvan Komissarov2020-04-142-5/+5
* clang-tidy: Fix 'google-readability-namespace-comments' warningsIvan Komissarov2020-04-071-1/+1
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-252-5/+2
* Fix static buildChristian Kandeler2019-10-106-6/+6
* Avoid some deprecation warnings for QLatin1Literal useshjk2019-07-221-8/+8
* Fix uninitialized variablesIvan Komissarov2019-05-023-22/+14
* C++ scanner: Register for rc filesChristian Kandeler2019-01-171-1/+1
* Fix OOM crash in QRC scannerJoerg Bornemann2018-08-011-3/+5
* 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-302-6/+6
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-203-22/+22
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-1/+1
* Replace QScopedPointer with std::unique_ptrJoerg Bornemann2017-10-132-7/+8
* Transform the scanner plugin manager into a true generic plugin managerJake Petroules2017-06-137-43/+29
* 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-042-11/+10
* Merge the C/C++ include scannersChristian Kandeler2016-12-193-117/+22
* Allow scanner plugins to be built staticallyJake Petroules2016-12-164-7/+17
* Rename some symbols to disambiguateJake Petroules2016-11-301-12/+12
* 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
|/