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
/
setup.py
Age
Commit message (
Expand
)
Author
2022-01-10
bump minimum required version of python to 3.7
Eli Schwartz
2021-03-10
setuptools: move stuff to declarative cfg if possible [skip ci]
Eli Schwartz
2021-03-09
setup.py: remove pointless __main__ guard
Eli Schwartz
2021-03-09
setuptools: don't hardcode list of modules to install, use find_packages
Eli Schwartz
2021-01-23
split mesonlib into a package
Dylan Baker
2020-11-20
setup.py: fix check fro 3.5.2 which should be 3.6
Dylan Baker
2020-07-16
mdata: remove setuptools and use mesondata instead
Daniel Mensinger
2020-02-20
cmake: Fix relative paths for add_custom_{command,target}
Daniel Mensinger
2019-11-02
Minit templates modularization
Michael Hirsch, Ph.D
2019-11-02
Ensure setuptools via PEP508/518 pyproject.toml
Michael Hirsch, Ph.D
2019-07-20
Add optional progress bar when generating build.ninja
Nirbheek Chauhan
2019-07-15
compilers: Move clike into a mixins directory
Dylan Baker
2019-07-11
setup.py >= python 3.5.2
Michael Hirsch, Ph.D
2019-07-11
ENH: metadata PEP390 setup.cfg
Michael Hirsch, Ph.D
2019-06-28
cmake: Added custom target wrapper script
Daniel Mensinger
2019-06-06
cmake: Server handshake
Daniel Mensinger
2019-05-03
LLVM: Added CMake backend
Daniel Mensinger
2019-02-26
Preliminary CMake module search
Daniel Mensinger
2019-01-22
Fixed test case and setup.py
Daniel Mensinger
2018-11-22
CMake find_package dependency backend (#4444)
Daniel Mensinger
2018-10-23
Throw error to unsupported Python versions before importing modules from meso...
Pieter Krul
2018-08-12
setup: Add tests for the installed files list
Nirbheek Chauhan
2018-08-11
setup: Require setuptools and entry_points:
Nirbheek Chauhan
2018-08-11
Install meson.exe as the entrypoint on Windows
Nirbheek Chauhan
2018-07-19
Remove long deprecated command scripts.
Jussi Pakkanen
2018-05-17
Support installation via polkit
Ryan Gonzalez
2018-03-07
setup.py: set the python_requires field
Dylan Baker
2017-06-27
Add mesonbuild.compilers to packages in setup.py
Alistair Thomas
2017-05-12
setup.py: dependencies is now a directory
Nirbheek Chauhan
2017-04-29
setup.py: install scripts from build_dir
Mike Gilbert
2017-01-29
Bump version number for release.
Jussi Pakkanen
2017-01-23
Added man page for mesontest.
Jussi Pakkanen
2017-01-11
style: [E402] module level import not at top of file
Mike Sinkovsky
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-11-26
Install mesontest script along with the others
Minijackson
2016-10-11
setup.py: On Unix install scripts without .py suffix
Patrick Griffis
2016-05-30
Remove unmaintained and broken PyQt5 GUI (#574)
Nirbheek Chauhan
2016-03-28
Error out if trying to install with Python 2.
Jussi Pakkanen
2016-03-02
Back to .py suffix in files. Closes #394.
Jussi Pakkanen
2016-01-23
Tweak setup.py includes.
Jussi Pakkanen
2016-01-16
Fix wraptool.
Jussi Pakkanen
2016-01-16
Fix some issues that break pypi installs and bump version to upload new version.
Jussi Pakkanen
2016-01-16
Some text tweaks.
Jussi Pakkanen
2016-01-16
Removed custom tar generator.
Jussi Pakkanen
2016-01-16
Support both setuptools and distutils.
Jussi Pakkanen
2016-01-16
Added distutils setup.py.
Jussi Pakkanen