summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* autotools: dist test_docwriter.pyChristoph Reiter2019-01-041-1/+2
* meson: port doctool testsChristoph Reiter2019-01-031-0/+58
* tests: try building Bar-1.0 againChristoph Reiter2019-01-021-1/+36
* meson: port more typelib testsChristoph Reiter2019-01-011-9/+112
* tests: add the utility dep to the right targetChristoph Reiter2019-01-011-2/+2
* tests: revert building Bar-1.0.girChristoph Reiter2019-01-011-26/+1
* meson: port more gir testsChristoph Reiter2019-01-011-0/+92
* meson: fix missing regress dependency on the utility gir.Christoph Reiter2018-12-311-2/+3
* meson: build libregress with cairo supportChristoph Reiter2018-12-311-7/+25
* meson: port some .gir testsChristoph Reiter2018-12-311-0/+271
* customize_compiler: also replace the linker command if CC is setChristoph Reiter2018-12-301-0/+5
* ccompiler: don't use Python compiler flags. Fixes #150Christoph Reiter2018-12-291-2/+0
* Test commands executed by unix C compiler.Tomasz Miąsko2018-12-293-0/+217
* tests: Remove temporary files created when testing transformerTomasz Miąsko2018-12-221-4/+7
* scanner: make using bool without stdbool include work again. Fixes #247Christoph Reiter2018-12-211-0/+5
* tests: make scanner tests work with msvc + subprojectsChristoph Reiter2018-12-203-28/+26
* meson: build/install mdextensions.py; and add a simple testChristoph Reiter2018-12-172-0/+16
* autotools: dist newly added meson build filesChristoph Reiter2018-12-161-1/+2
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-161-1/+1
* meson: Run annotationparser testsTomasz Miąsko2018-12-092-0/+22
* sourcescanner: Allow empty declarations. Fixes #216Christoph Reiter2018-12-091-0/+6
* Ignore __pragma keyword used by MSVCTomasz Miąsko2018-12-081-0/+13
* Merge branch 'drop-py-compat-code' into 'master'Christoph Reiter2018-12-086-49/+5
|\
| * Drop all Python 2 compat codeChristoph Reiter2018-12-086-49/+5
* | sourcescanner: collect error messages and expose themChristoph Reiter2018-12-081-19/+42
|/
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-2811-378/+1625
* Define grefcount and gatomicrefcount as aliases to gintTomasz Miąsko2018-11-2311-0/+226
* regress: Implement interface and override propertiesPhilip Chimento2018-11-0711-8/+163
* regress: Add test for write-only propertyPhilip Chimento2018-10-226-1/+66
* build: Fix a meson build file missing in the tarball. Fixes #223Christoph Reiter2018-08-171-0/+1
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-152-8/+1
* regress: implement the getter/setter for the new byte-array property.Christoph Reiter2018-08-115-0/+42
* build: enable -Wredundant-declsChristoph Reiter2018-07-291-1/+0
* build: enable -Wcast-function-typeChristoph Reiter2018-07-292-3/+15
* build: enable -Wincompatible-pointer-typesChristoph Reiter2018-07-291-1/+1
* build: enable -Wdiscarded-qualifiersChristoph Reiter2018-07-291-1/+1
* autotools: start using AX_COMPILER_FLAGS, enable -Werror on CIChristoph Reiter2018-07-291-2/+2
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-283-0/+120
* regress: Don't leak in property setter and destructorSimon Feltman2018-07-271-0/+10
* regress: Use g_list_free_full and g_list_copy_deepSimon Feltman2018-07-271-9/+3
* xmlwriter: move collect_attributes() back to a Python implementationChristoph Reiter2018-07-271-2/+11
* tests: add some basic tests for collect_attributes() and build_xml_tag()Christoph Reiter2018-07-271-1/+57
* tests: run xmlwriter tests during make checkChristoph Reiter2018-07-273-1/+32
* transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-252-20/+29
* ci: add a msvc jobChristoph Reiter2018-07-221-1/+5
* gi-tester: Port to PythonChristoph Reiter2018-07-222-2/+2
* Fix scanner tests for new functions added with !32Christoph Reiter2018-07-2213-0/+399
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-111-1/+1
* meson: skip test_transformer on Windows for nowChristoph Reiter2018-07-111-1/+5
* Avoid accidental library name matches when parsing ldd output.Tomasz Miąsko2018-07-113-0/+104