index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
python.py
Age
Commit message (
Expand
)
Author
2019-01-16
Fix flake8 errors
Xavier Claessens
2019-01-02
Remove cross_info; cross file is parsed up front and discarded
John Ericson
2019-01-02
Avoid exception looking for python on windows if the launcher (py.exe) is not...
guruDanny67
2018-12-12
modules/python: Add path method
Dylan Baker
2018-12-12
modules/python: Refactor the PythonInstallation object
Dylan Baker
2018-12-12
modules/python: don't inherit from InterpreterObject
Dylan Baker
2018-12-12
modules/python: Don't pass instance variable to instance method
Dylan Baker
2018-12-10
python: only link extension modules against libpython when distutils does too...
Christoph Reiter
2018-12-05
modules/python: Do not override link_args with None largs
Philippe Normand
2018-11-14
modules/python: Allow use of the native file
Dylan Baker
2018-10-23
Add 'disabler' argument to functions returning not-found objects
Xavier Claessens
2018-09-18
python module: Only run command once to get all info
Xavier Claessens
2018-09-17
Fix version check when passing feature option to find_installation()
Xavier Claessens
2018-09-16
find_installation: Add support for feature option in required kwarg
Xavier Claessens
2018-08-09
Make python module more robust
David Seifert
2018-07-27
python.find_installation: only try to find python with the py launcher if it ...
Christoph Reiter
2018-07-02
FeatureNew: Fix method names for some feature checks
Nirbheek Chauhan
2018-07-02
Remove permittedSnippetKwargs, snippets are not special
Nirbheek Chauhan
2018-06-20
dependencies: Don't assume self.compiler is a C compiler
Nirbheek Chauhan
2018-06-01
Add 0.46.0 features
Salamandar
2018-05-04
Interpreter: don't flatten the arguments of various methods
Mathieu Duponchelle
2018-05-03
python module: make it work with pypy
Mathieu Duponchelle
2018-04-21
modules/python: add some more options around path and config_vars
Havard Graff
2018-04-18
Made Python module match the new init interface.
Jussi Pakkanen
2018-04-09
[fixup]: various minor tweaks found while documenting
Mathieu Duponchelle
2018-04-09
[fixup]: Rename find to find_installation
Mathieu Duponchelle
2018-04-09
[fixup]: Fix python2 detection and unit test
Mathieu Duponchelle
2018-04-07
[fixup]: trivial fix after rebase
Mathieu Duponchelle
2018-04-07
[fixup]: extension_module: allow specifying install_dir OR subdir
Mathieu Duponchelle
2018-04-07
[fixup]: Address PKG_CONFIG env vars comments
Mathieu Duponchelle
2018-04-06
Implement a generic python module
Mathieu Duponchelle
[prev]