aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/include.h
Commit message (Collapse)AuthorAgeFilesLines
* AbstractMetaLang/Typesystem: Replace QList by QVectorFriedemann Kleint2017-04-061-2/+2
| | | | | | | QList will be deprecated in Qt. Change-Id: I82c997366736c1f976b142cb142da39976736f49 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Improve debug output of type databaseFriedemann Kleint2017-02-211-0/+3
| | | | | | | | Also output includes and templates. Task-number: PYSIDE-323 Change-Id: I01ad264cb3b33327446a5f52647c3d00e86c5c72 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Make code compilable with a namespace build of Qthjk2016-11-041-0/+2
| | | | | Change-Id: I2dcf263435e242244623540e3c258d5dd3205319 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Updated license headers of the code generator partsFriedemann Kleint2016-09-231-22/+27
| | | | | Change-Id: I84f12c3d9d265da2dab807af1ddd952795d156fa Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Replaced Nokia copyrights in headerTeemu Kaukoranta2013-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaced old Nokia copyrights with Digia copyrights. Removed "All rights reserved" strings without leading copyrights were removed (for example, 'Copyright SomeCompany, all rights reserved remain untouched). Did NOT touch contact details, will change them later. Excluded folders that have '3rdparty' in path. Used command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Change-Id: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Removed all visibility macros from ApiExtractor since it's now a static lib.Hugo Parente Lima2012-03-131-5/+4
|
* Move ApiExtractor into ApiExtractor directory to ease the merge into Shiboken.Hugo Parente Lima2012-03-131-0/+83