aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib.py
AgeCommit message (Expand)AuthorFilesLines
2016-11-23configure_file: Use utf-8 to write configured fileNirbheek Chauhan1-1/+1
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen1-0/+9
2016-10-27mesonlib: close file before (re)movingScott D Phillips1-3/+6
2016-10-23Force configure input files to be utf-8. Closes #927.Jussi Pakkanen1-3/+3
2016-10-23Merged dpkg-architecture fix for Gentoo.Jussi Pakkanen1-9/+11
2016-10-22Merge pull request #938 from centricular/fix-unity-buildsJussi Pakkanen1-0/+16
2016-10-22Don't default to lib64 if symlinkPatrick Griffis1-1/+1
2016-10-22Only default to dpkg-architecture output in Debian derivativesJouni Kosonen1-9/+11
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan1-0/+16
2016-09-27dependencies/boost: Fix 32-bit vs 64-bit on WindowsNirbheek Chauhan1-3/+0
2016-09-25configuration_data: can pass descriptions to setters (#783)Tim-Philipp Müller1-3/+5
2016-09-01Better file existance checks.Jussi Pakkanen1-6/+1
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade1-6/+10
2016-08-27Use global id instead of local for hg tag. (#710)Elliott Sales de Andrade1-1/+1
2016-08-21Check input file for existance. Closes #697.Jussi Pakkanen1-1/+4
2016-07-01Add repr() implementations for build targets and FileNirbheek Chauhan1-0/+10
2016-06-05Merge pull request #573 from centricular/dependency-versionsJussi Pakkanen1-1/+1
2016-06-01Can generate config headers without an input file. Closes #549.Jussi Pakkanen1-0/+21
2016-05-30mesonlib: Fix typo in version_compare errorNirbheek Chauhan1-1/+1
2016-04-17Regex used for configuration data substitution was too broad (#520)Nirbheek Chauhan1-1/+3
2016-04-04coredata: Centralize builtin option descriptions and definitions.Hemmo Nieminen1-0/+3
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen1-1/+3
2016-03-17New builtin option: libexecdir for installation of helper executablesNirbheek Chauhan1-0/+4
2016-03-12config file: write commented undef lines same as autoconfTim-Philipp Müller1-1/+1
2016-02-21Guard against ALL THE THINGS!Jussi Pakkanen1-6/+9
2016-02-21Swallow stderr of helper process invocation because nobody needs to see it an...Jussi Pakkanen1-4/+5
2016-01-16Fix some issues that break pypi installs and bump version to upload new version.Jussi Pakkanen1-2/+11
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen1-0/+284