Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: build python 2.7 and 3.7 in debug mode. Fixes #243ci-debug-build | Christoph Reiter | 2018-08-16 | 1 | -1/+0 |
| | | | | | | | | | | It contains more strict checks which might be useful for finding potential bugs. Initialize PyGILState_STATE because gcc can't figure out that state is always defined in the release case when Py_DEBUG is enabled.. Remove -Winline which is triggerd for pygobject_init() with the debug build. Not sure what to do when inlining fails, so just remove the warning for now. | ||||
* | meson: declare_dependency for use by potential superprojects | Mathieu Duponchelle | 2018-08-15 | 1 | -0/+6 |
| | |||||
* | meson: fix naming/version/path of the .egg-info file | Christoph Reiter | 2018-06-24 | 1 | -3/+11 |
| | | | | | | | | | Match what we do with distutils * Use "PyGObject" as package name (it's not case sensitive, but no need to diverge there) * Mark unstable releases as dev releases by adjusting the version number * Install in the right directory (not the gi package) | ||||
* | meson: support building pycairo as a subproject | Christoph Reiter | 2018-06-24 | 1 | -2/+9 |
| | |||||
* | git commit -m "version bump" | Christoph Reiter | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | meson: don't autodetect pycairo support, force it and add an option to ↵ | Christoph Reiter | 2018-05-06 | 1 | -6/+10 |
| | | | | | | disable it If you don't want pycairo support pass "-Dpycairo=false" | ||||
* | build: disable new cast-function-type warnings with gcc8 | Christoph Reiter | 2018-05-03 | 1 | -0/+1 |
| | | | | | We have to assign PyCFunctionWithKeywords functions to PyCFunction fields everywhere, so not much we can do. Ideas welcome. | ||||
* | meson: dedup PY_SSIZE_T_CLEAN usage | Christoph Reiter | 2018-05-03 | 1 | -0/+2 |
| | |||||
* | meson: use the same compiler flags as with distutils | Christoph Reiter | 2018-05-03 | 1 | -5/+56 |
| | |||||
* | meson: don't hardcode includedir/datadir | Christoph Reiter | 2018-05-03 | 1 | -2/+2 |
| | | | | as suggested by Patrick in !62 | ||||
* | meson: dont pass the default required value everywhere | Christoph Reiter | 2018-05-03 | 1 | -7/+7 |
| | | | | as suggested by Patrick in !62 | ||||
* | meson: update the version and required meson version. Fixes #212 | Christoph Reiter | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | meson.build: disable constness warnings | Mathieu Duponchelle | 2018-04-20 | 1 | -0/+8 |
| | |||||
* | meson.build: align version requirements on setup.py | Mathieu Duponchelle | 2018-04-20 | 1 | -7/+12 |
| | |||||
* | meson.build: require python installation | Mathieu Duponchelle | 2018-04-20 | 1 | -1/+2 |
| | |||||
* | Add meson build definitions | Mathieu Duponchelle | 2018-04-20 | 1 | -0/+73 |