summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/python.py
Commit message (Expand)AuthorAgeFilesLines
* Use option args in find_library.useargsintestsJussi Pakkanen2018-07-191-1/+1
* FeatureNew: Fix method names for some feature checksNirbheek Chauhan2018-07-021-1/+2
* Remove permittedSnippetKwargs, snippets are not specialNirbheek Chauhan2018-07-021-4/+3
* dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan2018-06-201-1/+1
* Add 0.46.0 featuresSalamandar2018-06-011-1/+4
* Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle2018-05-041-0/+4
* python module: make it work with pypyMathieu Duponchelle2018-05-031-4/+47
* modules/python: add some more options around path and config_varsHavard Graff2018-04-211-13/+39
* Made Python module match the new init interface.Jussi Pakkanen2018-04-181-4/+4
* [fixup]: various minor tweaks found while documentingMathieu Duponchelle2018-04-091-9/+5
* [fixup]: Rename find to find_installationMathieu Duponchelle2018-04-091-4/+4
* [fixup]: Fix python2 detection and unit testMathieu Duponchelle2018-04-091-1/+1
* [fixup]: trivial fix after rebaseMathieu Duponchelle2018-04-071-2/+3
* [fixup]: extension_module: allow specifying install_dir OR subdirMathieu Duponchelle2018-04-071-5/+8
* [fixup]: Address PKG_CONFIG env vars commentsMathieu Duponchelle2018-04-071-18/+19
* Implement a generic python moduleMathieu Duponchelle2018-04-061-0/+432