summaryrefslogtreecommitdiff
path: root/gi/pygi-repository.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assume Py_TYPE being a macroTomas Hrnciar2020-11-111-1/+1
* Rename PYGLIB_DEFINE_TYPE to PYGI_DEFINE_TYPEChristoph Reiter2020-04-161-1/+1
* Remove all Python 2 C codeChristoph Reiter2020-04-161-1/+1
* build: use -Wconversion -Wno-sign-conversion. Fixes #191Christoph Reiter2018-04-051-1/+1
* repository: use the new convertersChristoph Reiter2018-03-301-9/+9
* Add error handling to all type init function.Christoph Reiter2018-03-231-9/+20
* Rename pyglib-python-compat.h to pygi-python-compat.hChristoph Reiter2018-03-231-2/+1
* Remove pygi.h and pygi-private.hChristoph Reiter2016-06-011-1/+2
* Import dependencies when importing typelibs from gi.repositoryChristoph Reiter2015-10-261-0/+35
* Don't emit require_version warning if namespace was loaded previously using g...Christoph Reiter2015-09-221-0/+19
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-241-0/+35
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* Remove Python keyword escapement in Repository.find_by_nameSimon Feltman2013-04-181-0/+16
* gi/pygi-info.c, gi/pygi-repository.c: Deal with C99ismsChun-wei Fan2013-01-301-2/+0
* Fix unused variables and resultsMartin Pitt2012-09-251-2/+1
* Load typelibs at import time, add gi.require_version()Tomeu Vizoso2011-02-221-0/+23
* convert to using PYGLIB_DEFINE_TYPE for module objectsJohn (J5) Palmieri2010-08-251-32/+7
* some more p3k PyString and PyInt eradication in GIJohn (J5) Palmieri2010-08-251-3/+5
* Adapt to API changes: g_irepository_enumerate_versionsTomeu Vizoso2010-07-281-6/+6
* Allow specifying a version when loading a typelibTomeu Vizoso2010-07-271-1/+55
* Apply consistent whitespace formatting with:Tomeu Vizoso2010-05-261-57/+57
* Initial importSimon van der Linden2009-11-081-0/+238