summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* autotools: dist newly added meson build filesChristoph Reiter2018-12-163-2/+5
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-163-6/+6
* baseinfo: don't abort when calling g_base_info_get_name() on a GITypeInfo. Fi...Christoph Reiter2018-12-151-0/+25
* meson: Don't install test typelibsTomasz Miąsko2018-12-101-2/+0
* meson: Port offsets testsTomasz Miąsko2018-12-102-0/+80
* meson: Port repository testsTomasz Miąsko2018-12-103-2/+144
* Merge branch 'annotationparser' into 'master'Christoph Reiter2018-12-092-0/+22
|\
| * meson: Run annotationparser testsTomasz Miąsko2018-12-092-0/+22
* | Drop deprecated and redundant universal newline modeTomasz Miąsko2018-12-091-1/+1
|/
* 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-088-61/+6
|\
| * Drop all Python 2 compat codeChristoph Reiter2018-12-088-61/+6
* | 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
* Merge branch 'test-write-only-property' into 'master'Philip Chimento2018-10-236-1/+66
|\
| * regress: Add test for write-only propertyPhilip Chimento2018-10-226-1/+66
* | g-ir-tools: respect gir_dir_prefixKai Kang2018-10-081-0/+1
|/
* meson: Install warnlibJan Tojnar2018-09-071-0/+2
* 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-153-8/+2
* 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-294-8/+15
* gimarshallingtests: Fix g_boxed_free usagePhilip Chimento2018-07-281-1/+5
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-283-0/+120
* gimarshallingtests: Don't leak properties in destructionSimon Feltman2018-07-271-9/+6
* 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
* tests: add .exe extension when calling the offset test binaryChristoph Reiter2018-07-271-1/+2
* 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
* Merge branch 'tests-transformer-win32' into 'master'Christoph Reiter2018-07-272-20/+29
|\
| * transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-252-20/+29
* | tests: port offset tests to PythonChristoph Reiter2018-07-262-5/+52
|/
* tests: Fix function incompatibilityFlorian Müllner2018-07-231-3/+3
* ci: add a msvc jobChristoph Reiter2018-07-221-1/+5
* gi-tester: Port to PythonChristoph Reiter2018-07-224-63/+124
* 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-112-2/+2
* 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
* meson: Run Python unit tests.Tomasz Miąsko2018-07-113-6/+14
* Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-13/+13