aboutsummaryrefslogtreecommitdiff
path: root/mesonlib.py
AgeCommit message (Expand)AuthorFilesLines
2015-11-03Turned builtin options into proper objects.Jussi Pakkanen1-77/+0
2015-10-25Trying to run nonexisting programs can return many different types of excepti...Jussi Pakkanen1-1/+1
2015-10-20Created a link test method.Jussi Pakkanen1-0/+10
2015-10-12Created a stringarray option type and added Windows system libs option that u...Jussi Pakkanen1-0/+17
2015-10-04Can set compiler options with mesonconf.Jussi Pakkanen1-3/+10
2015-10-04Refactored option classes to mesonlib.Jussi Pakkanen1-0/+52
2015-09-06Made boost on windows kinda work.Jussi Pakkanen1-1/+4
2015-09-04Drop non-numeric suffix in version numbers. Closes #258.Jussi Pakkanen1-2/+6
2015-08-25More robust windows detection and more logs.Jussi Pakkanen1-1/+2
2015-08-14Copy permission bits from source files and fix a path issue.Jussi Pakkanen1-0/+1
2015-07-03Handle files() in Vala arguments and set up deps correctly.Jussi Pakkanen1-0/+11
2015-05-10Pass gracefully if dpkg-architecture is not installed.Jussi Pakkanen1-1/+3
2015-04-25Create file objects in gtest and gmock.Jussi Pakkanen1-1/+5
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen1-0/+6
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen1-1/+29
2015-04-04Ignore dash portion of version string.Jussi Pakkanen1-0/+2
2015-03-28Better libdir autodetection. Closes #92.Jussi Pakkanen1-0/+2
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen1-1/+72
2015-02-26Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...Jussi Pakkanen1-0/+28
2015-02-16Added Debian multilib support.Jussi Pakkanen1-0/+6
2015-02-14moved helper function detect_vcs into mesonlib.pyAxel Waggershauser1-1/+18
2015-02-08Can specify version requirements to dependencies.Jussi Pakkanen1-1/+29
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-0/+43