summaryrefslogtreecommitdiff
path: root/gi/pygflags.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some small memory leaksDavid King2021-08-231-1/+4
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-1/+1
* Remove PYGOBJECT_REGISTER_GTYPEChristoph Reiter2020-04-161-1/+11
* Remove all Python 2 C codeChristoph Reiter2020-04-161-32/+29
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-6/+6
* enum/flags: use the tp_hash from the right base classChristoph Reiter2018-03-311-1/+1
* enum/flags: set tp_hash on Python 2 as well; add hash() testsChristoph Reiter2018-03-311-2/+0
* enum/flags: don't set tp_new after creatig a subtype, not supported by PyPyChristoph Reiter2018-03-311-4/+1
* Merge pygtype.c and pygi-type.cChristoph Reiter2018-03-311-1/+1
* Add error handling to all type init function.Christoph Reiter2018-03-231-2/+7
* Remove pyglib.c/hChristoph Reiter2018-03-221-1/+0
* Remove usage of HAVE_CONFIG_HChristoph Reiter2018-03-211-3/+1
* pyg_flags_get_value_names: fix a leakChristoph Reiter2018-03-141-3/+9
* Remove pyglib_gil_state_ensure/pyglib_gil_state_releaseChristoph Reiter2017-03-221-3/+3
* Fix various potential compiler warningsChristoph Reiter2017-03-201-4/+4
* Remove pygobject-private.h and rename pygobject.c to pygobject-object.cChristoph Reiter2016-06-011-1/+3
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-3/+1
* enum/flags: use gir info for type names and __repr__ instead of the gtype nameChristoph Reiter2015-10-271-6/+25
* Move pygi foreign API into pygi-foreign-api.hSimon Feltman2014-05-051-0/+1
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-0/+497