summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* gicsanner/message.py: Windows: Fix running on different drivesfix.win.cmd.3-38Chun-wei Fan2020-09-181-2/+8
* giscanner: Fix section matching for documentationJames Westman2020-09-071-1/+6
* giscanner: Add support for using clang-clChun-wei Fan2020-08-242-6/+30
* Merge branch 'standalone-doc-sections' into 'master'Mathieu Duponchelle2020-07-225-1/+35
|\
| * Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-125-1/+35
* | giscanner: parse block comments for members and fieldsMathieu Duponchelle2020-07-123-19/+66
|/
* dumper: Fix missing symbols in LTO case or with overridden symbol visibility ...Christoph Reiter2020-05-151-2/+2
* flake8: fix invalid placeholder in GtkDocAnnotatable repr format stringChristoph Reiter2020-05-141-1/+1
* Update utils.pyneok2020-05-101-1/+1
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-284-19/+7
* Add support for element-type to GListModelEmmanuele Bassi2020-04-264-7/+19
* Revert "Add element-type support to GListModel"Emmanuele Bassi2020-04-262-4/+1
* Revert "Generate appropriate docs for ListModel with element-type"Emmanuele Bassi2020-04-261-13/+5
* Generate appropriate docs for ListModel with element-typeEmmanuele Bassi2020-04-241-5/+13
* Add element-type support to GListModelEmmanuele Bassi2020-04-242-1/+4
* Support the gtk-doc action syntaxEmmanuele Bassi2020-04-241-6/+36
* Replace calls to deprecated xml.etree.cElementTreeStephen Gallagher2020-03-262-2/+2
* Windows: Fix building and running on Python 3.8+Chun-wei Fan2020-01-164-1/+53
* Drop deprecated xml.etree.ElementTree.Element.getchildren() callsMiro Hrončok2020-01-061-6/+6
* giscanner: add a --lib-dirs-envvar optionAlexander Kanavin2019-12-133-3/+7
* giscanner: add a --use-ldd-wrapper optionAlexander Kanavin2019-12-132-1/+6
* giscanner: add --use-binary-wrapper optionAlexander Kanavin2019-12-131-0/+14
* Fix a bison deprecation warning for using %error-verboseChristoph Reiter2019-12-111-1/+1
* giscanner/ccompiler.py: Fix macro defines with quotes on MSVCChun-wei Fan2019-11-011-0/+7
* Evaluate the filters when checking library types in resolve_shlibsAlistair Buxton2019-09-271-2/+2
* Support array arguments with static keywordEmmanuele Bassi2019-09-151-0/+11
* Make meson.override_find_program working on more complex use casesThibault Saunier2019-08-151-2/+1
* ccompiler: use the distutils linker in the dumperChristoph Reiter2019-08-082-5/+10
* Use the defined compiler when invoking libtoolDavid Demelier2019-08-081-1/+1
* meson: abort the build if the correct Python dependency isn't foundChristoph Reiter2019-07-261-0/+5
* meson: don't pass "install" to configure_file() unless really neededChristoph Reiter2019-07-261-2/+0
* transformer: only include function macros from headers. See #159Christoph Reiter2019-07-221-0/+4
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-198-5/+98
* build: Force-include msvc_recommended_pragmas.h on Visual StudioChun-wei Fan2019-04-301-4/+8
* giscanner/scannerlexer.l: Include io.h on WindowsChun-wei Fan2019-04-301-0/+2
* scanner: Fix error on Windows in case source files are on different drivesChristoph Reiter2019-04-211-1/+6
* cachestore: handle cache getting deleted while loading it. Fixes #278Christoph Reiter2019-04-171-3/+7
* giscanner: Allow fields which are callbacksPhilip Chimento2019-04-071-1/+1
* docwriter: Fix Exception message attributePhilip Chimento2019-04-071-1/+1
* shlibs: fall back to basename on macOS for relative paths. Fixes #222Christoph Reiter2019-03-251-7/+18
* ccompiler: restore customize_compiler() setup for macOS. See #268Christoph Reiter2019-03-021-0/+7
* Revert "Restore original meaning of disguised attribute."Christoph Reiter2019-01-163-2/+16
* maintransformer: Don't warn on (optional) annotations on (inout)Guido Günther2019-01-131-2/+3
* Restore original meaning of disguised attribute.Tomasz Miąsko2019-01-103-16/+2
* message: handle fatal errors even if warnings are disabled. Fixes #229Christoph Reiter2019-01-101-1/+1
* maintransformer: when the namespace is empty use error() instead of fatal()Christoph Reiter2019-01-101-1/+1
* message: simplify handling of error levelsChristoph Reiter2019-01-102-10/+5
* maintransformer: parse deprecation annotations for section blocks. Fixes #213Christoph Reiter2019-01-091-3/+1
* Clean shebangs out of non-executable scripts and drop exec perm from xmlwrite...Dominique Leuenberger2019-01-095-4/+0
* tests: add some tests for get_source_root_dirsChristoph Reiter2019-01-081-2/+2