summaryrefslogtreecommitdiff
path: root/gtkdoc/scangobj.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore deprecation warnings when scanning typesignore-gobject-deprecationsEmmanuele Bassi2020-10-281-0/+10
* scangobj: Use plain C types for some typesMatthias Clasen2020-10-011-6/+14
* scangobj: Introspect GTK4 actionsMatthias Clasen2020-10-011-0/+73
* scangobj: Don't sort an absence of signals/propertieswip/smcv/qsort-nullSimon McVittie2020-08-211-2/+4
* scangobj: fix -Wdouble-promotion warningsSébastien Wilmet2019-12-181-3/+3
* scangobj: reset locale environment variables before runningTing-Wei Lan2019-07-141-3/+7
* scangobj: Child properties are gonegtk4-fixesMatthias Clasen2019-06-221-0/+2
* scangobj: add a note for future cleanupsStefan Sauer2019-05-081-7/+20
* scangobj: revert the recent shlex changesTing-Wei Lan2018-10-271-12/+2
* Add a comment explaining previous change.Stefan Sauer2018-10-191-0/+3
* Merge branch 'scangobj-quotes-fix' into 'master'Stefan Sauer2018-10-191-2/+9
|\
| * scangobj: keep quotes when splitting with shlexMarco Trevisan (Treviño)2018-09-121-2/+9
* | scangobj: Make G_MAXINT appear as such on 32-bitBastien Nocera2018-09-041-4/+6
|/
* py: switch to python3Stefan Sauer2018-05-041-2/+2
* gtkdoc: log commandline optionsStefan Sauer2018-03-021-0/+2
* scangobj: log the command on errorStefan Sauer2017-11-031-37/+35
* Revert "Revert "scanobj: Don't depend on the system shell""Stefan Sauer2017-11-031-18/+31
* Revert "scanobj: Don't depend on the system shell"Michael Catanzaro2017-11-021-31/+18
* scanobj: Don't depend on the system shellChristoph Reiter2017-11-011-18/+31
* scangobj: Avoid generating unused paramsPavel Grunt2017-11-011-1/+9
* Always open files in text mode and always use utf-8Christoph Reiter2017-10-261-2/+2
* scanobj: only delete the extra file if existsStefan Sauer2017-06-271-1/+3
* scangobj: when using libtool also remove the .o fileStefan Sauer2017-06-261-0/+5
* scangobj: log debug when keeping intermediate filesStefan Sauer2017-06-221-0/+3
* python: fix bugs reported by pyflakesStefan Sauer2017-04-131-2/+0
* gtkdoc: remove unused importsStefan Sauer2017-04-101-2/+0
* gtkdoc: remove shebang from module filesStefan Sauer2017-04-101-1/+0
* python: format top comment as doc string.Stefan Sauer2017-04-051-6/+5
* autopep8: cleanup python styleStefan Sauer2017-04-051-5/+20
* scangobj: port to pythonStefan Sauer2017-04-051-0/+1276