summaryrefslogtreecommitdiff
path: root/mesonbuild/mesonlib.py
AgeCommit message (Expand)Author
2017-07-21configure_file: warn in case a variable to subsitute is not present in the pa...Christoph Reiter
2017-07-01Fix remaining Interpreter object leaks.Jussi Pakkanen
2017-07-01Make Interpreter object unpicklable as it was being pickled by accident in co...Jussi Pakkanen
2017-05-21Create helper function for a rmtree that works reliably on Windows.Jussi Pakkanen
2017-05-11Flatten should always return a listDylan Baker
2017-05-09Merge pull request #1751 from centricular/fix-cached-depsJussi Pakkanen
2017-05-09Completely overhaul caching of external dependenciesNirbheek Chauhan
2017-05-08Implement difference method for OrderedSetDylan Baker
2017-05-08Fix OrderedSet `__repr__` protocol for non-string objectsDylan Baker
2017-04-28Don't use dict.keys() to check membershipDylan Baker
2017-04-28Implement an actual set interface for the OrderedSet class. Closes #1670Dylan Baker
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen
2017-04-13Don't close fds when executing programsMichael Olbrich
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen
2017-04-06Don't use -fPIC on Cygwin, eitherJon Turney
2017-04-04Merge pull request #1557 from pitti/fix/configure_data-files-inputJussi Pakkanen
2017-04-04Support multiple install dirs for built/custom targetsNirbheek Chauhan
2017-04-03Refactor duplicate code in FilePhilipp Ittershagen
2017-04-03Add a cheap OrderedSet implementationSam Thursfield
2017-04-02Create unity files with the VS backend.Jussi Pakkanen
2017-03-28Export MESONINTROSPECT to postconf/install/run_command scriptsNirbheek Chauhan
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan
2017-01-30coredata: Use our own implementation of commonpathNirbheek Chauhan
2017-01-24Support file perms for install_data and install_subdirNirbheek Chauhan
2017-01-18Merge pull request #1312 from centricular/print-pkgdep-error-osxJussi Pakkanen
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-17Derive all exceptions correctly from base exceptionsNirbheek Chauhan
2016-12-22configure_file: Use utf-8 to write configured fileKseniia Vasilchuk
2016-12-21Merge pull request #1233 from mesonbuild/wip/ignatenko/code-styleJussi Pakkanen
2016-12-20Fix several more lint errorsNirbheek Chauhan
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-03Allow many version conditions for pkg-config depsNirbheek Chauhan
2016-11-23configure_file: Use utf-8 to write configured fileNirbheek Chauhan
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen
2016-10-27mesonlib: close file before (re)movingScott D Phillips
2016-10-23Force configure input files to be utf-8. Closes #927.Jussi Pakkanen
2016-10-23Merged dpkg-architecture fix for Gentoo.Jussi Pakkanen
2016-10-22Merge pull request #938 from centricular/fix-unity-buildsJussi Pakkanen
2016-10-22Don't default to lib64 if symlinkPatrick Griffis
2016-10-22Only default to dpkg-architecture output in Debian derivativesJouni Kosonen
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan
2016-09-27dependencies/boost: Fix 32-bit vs 64-bit on WindowsNirbheek Chauhan
2016-09-25configuration_data: can pass descriptions to setters (#783)Tim-Philipp Müller
2016-09-01Better file existance checks.Jussi Pakkanen
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-08-27Use global id instead of local for hg tag. (#710)Elliott Sales de Andrade
2016-08-21Check input file for existance. Closes #697.Jussi Pakkanen
2016-07-01Add repr() implementations for build targets and FileNirbheek Chauhan