summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* bump minimum required version of python to 3.7Eli Schwartz2022-01-101-2/+2
* setuptools: move stuff to declarative cfg if possible [skip ci]Eli Schwartz2021-03-101-13/+2
* setup.py: remove pointless __main__ guardEli Schwartz2021-03-091-9/+8
* setuptools: don't hardcode list of modules to install, use find_packagesEli Schwartz2021-03-091-14/+5
* split mesonlib into a packageDylan Baker2021-01-231-0/+1
* setup.py: fix check fro 3.5.2 which should be 3.6Dylan Baker2020-11-201-2/+2
* mdata: remove setuptools and use mesondata insteadDaniel Mensinger2020-07-161-5/+0
* cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger2020-02-201-1/+1
* Minit templates modularizationMichael Hirsch, Ph.D2019-11-021-0/+1
* Ensure setuptools via PEP508/518 pyproject.tomlMichael Hirsch, Ph.D2019-11-021-1/+0
* Add optional progress bar when generating build.ninjaNirbheek Chauhan2019-07-201-0/+1
* compilers: Move clike into a mixins directoryDylan Baker2019-07-151-0/+1
* setup.py >= python 3.5.2Michael Hirsch, Ph.D2019-07-111-2/+2
* ENH: metadata PEP390 setup.cfgMichael Hirsch, Ph.D2019-07-111-26/+3
* cmake: Added custom target wrapper scriptDaniel Mensinger2019-06-281-1/+4
* cmake: Server handshakeDaniel Mensinger2019-06-061-0/+1
* LLVM: Added CMake backendDaniel Mensinger2019-05-031-1/+1
* Preliminary CMake module searchDaniel Mensinger2019-02-261-1/+1
* Fixed test case and setup.pyDaniel Mensinger2019-01-221-0/+1
* CMake find_package dependency backend (#4444)Daniel Mensinger2018-11-221-0/+2
* Throw error to unsupported Python versions before importing modules from meso...Pieter Krul2018-10-231-2/+1
* setup: Add tests for the installed files listNirbheek Chauhan2018-08-121-34/+40
* setup: Require setuptools and entry_points:Nirbheek Chauhan2018-08-111-40/+4
* Install meson.exe as the entrypoint on WindowsNirbheek Chauhan2018-08-111-0/+8
* Remove long deprecated command scripts.Jussi Pakkanen2018-07-191-10/+2
* Support installation via polkitRyan Gonzalez2018-05-171-1/+2
* setup.py: set the python_requires fieldDylan Baker2018-03-071-2/+4
* Add mesonbuild.compilers to packages in setup.pyAlistair Thomas2017-06-271-1/+2
* setup.py: dependencies is now a directoryNirbheek Chauhan2017-05-121-0/+1
* setup.py: install scripts from build_dirMike Gilbert2017-04-291-4/+6
* Bump version number for release.0.38.0Jussi Pakkanen2017-01-291-1/+1
* Added man page for mesontest.Jussi Pakkanen2017-01-231-0/+1
* style: [E402] module level import not at top of fileMike Sinkovsky2017-01-111-5/+4
* tree-wide: remove unused importsIgor Gnatenko2016-12-191-3/+1
* Install mesontest script along with the othersMinijackson2016-11-261-0/+1
* setup.py: On Unix install scripts without .py suffixPatrick Griffis2016-10-111-0/+27
* Remove unmaintained and broken PyQt5 GUI (#574)Nirbheek Chauhan2016-05-301-3/+0
* Error out if trying to install with Python 2.Jussi Pakkanen2016-03-281-0/+6
* Back to .py suffix in files. Closes #394.Jussi Pakkanen2016-03-021-1/+5
* Tweak setup.py includes.Jussi Pakkanen2016-01-231-0/+1
* Fix wraptool.Jussi Pakkanen2016-01-161-1/+1
* Fix some issues that break pypi installs and bump version to upload new version.Jussi Pakkanen2016-01-161-2/+5
* Some text tweaks.Jussi Pakkanen2016-01-161-1/+1
* Removed custom tar generator.Jussi Pakkanen2016-01-161-0/+3
* Support both setuptools and distutils.Jussi Pakkanen2016-01-161-1/+5
* Added distutils setup.py.Jussi Pakkanen2016-01-161-0/+50