aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractor/reporthandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated license headers of the code generator partsFriedemann Kleint2016-09-231-22/+27
| | | | | Change-Id: I84f12c3d9d265da2dab807af1ddd952795d156fa Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Compile with QT_NO_CAST_FROM_ASCII, QT_NO_CAST_TO_ASCIIFriedemann Kleint2016-09-191-2/+2
| | | | | | | Add the define in CMakeLists.txt to enforce it in the module. Change-Id: I233e85b66c694f8242c1aec013ec8e69a73212fd Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Introduce the Qt 5 logging systemFriedemann Kleint2016-09-121-43/+15
| | | | | | | | | | | Define a logging category and use that to output debug messages and warnings. All of this now goes to standard error and can be conveniently captured from there without disturbance by the progress messages. Also, message formatting can now be controlled for example to output file and line numbers. Change-Id: If0de8776d4f5b6e418c70d4fe0931d2882b36ab8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* after many many edits, shiboken builds now.Christian Tismer2015-06-061-1/+1
| | | | | | We have to see if it also works. It is also possible that we can undo all the atomicpointer changes by a helper class, but I first wanted to be explicit.
* 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>
* Move ApiExtractor into ApiExtractor directory to ease the merge into Shiboken.Hugo Parente Lima2012-03-131-0/+172