summaryrefslogtreecommitdiff
path: root/gi/pygenum.c
Commit message (Expand)AuthorAgeFilesLines
* 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-16/+15
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-4/+14
* 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-2/+1
* Add error handling to all type init function.Christoph Reiter2018-03-231-2/+7
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-1/+1
* Remove pyglib.c/hChristoph Reiter2018-03-221-1/+0
* Remove usage of HAVE_CONFIG_HChristoph Reiter2018-03-211-3/+1
* Fix various compiler warnings for 32bit buildsChristoph Reiter2017-03-241-1/+1
* Remove pyglib_gil_state_ensure/pyglib_gil_state_releaseChristoph Reiter2017-03-221-3/+3
* Fix various potential compiler warningsChristoph Reiter2017-03-201-1/+1
* 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-1/+1
* enum/flags: use gir info for type names and __repr__ instead of the gtype nameChristoph Reiter2015-10-271-18/+39
* 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/+371