summaryrefslogtreecommitdiff
path: root/mesonlib.py
Commit message (Collapse)AuthorAgeFilesLines
* Organise files into a module structure.Jussi Pakkanen2016-01-151-284/+0
|
* Added support for extended command line to overcome OS command line length ↵Yoav Alon2015-11-281-0/+18
| | | | limitation
* Turned builtin options into proper objects.Jussi Pakkanen2015-11-031-77/+0
|
* Trying to run nonexisting programs can return many different types of ↵Jussi Pakkanen2015-10-251-1/+1
| | | | exception, so catch everything. Closes #299.
* Created a link test method.Jussi Pakkanen2015-10-201-0/+10
|
* Created a stringarray option type and added Windows system libs option that ↵Jussi Pakkanen2015-10-121-0/+17
| | | | uses it.
* Can set compiler options with mesonconf.Jussi Pakkanen2015-10-041-3/+10
|
* Refactored option classes to mesonlib.Jussi Pakkanen2015-10-041-0/+52
|
* Made boost on windows kinda work.Jussi Pakkanen2015-09-061-1/+4
|
* Drop non-numeric suffix in version numbers. Closes #258.Jussi Pakkanen2015-09-041-2/+6
|
* More robust windows detection and more logs.Jussi Pakkanen2015-08-251-1/+2
|
* Copy permission bits from source files and fix a path issue.Jussi Pakkanen2015-08-141-0/+1
|
* Handle files() in Vala arguments and set up deps correctly.Jussi Pakkanen2015-07-031-0/+11
|
* Pass gracefully if dpkg-architecture is not installed.Jussi Pakkanen2015-05-101-1/+3
|
* Create file objects in gtest and gmock.Jussi Pakkanen2015-04-251-1/+5
|
* Use File objects for all sources. Fix all basic tests.Jussi Pakkanen2015-04-221-0/+6
|
* The first step in a major refactoring starts by adding a new layer of ↵Jussi Pakkanen2015-04-211-1/+29
| | | | abstraction.
* Ignore dash portion of version string.Jussi Pakkanen2015-04-041-0/+2
|
* Better libdir autodetection. Closes #92.Jussi Pakkanen2015-03-281-0/+2
|
* Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen2015-03-271-1/+72
|
* Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. ↵Jussi Pakkanen2015-02-261-0/+28
| | | | Fixes #40.
* Added Debian multilib support.Jussi Pakkanen2015-02-161-0/+6
|
* moved helper function detect_vcs into mesonlib.pyAxel Waggershauser2015-02-141-1/+18
|
* Can specify version requirements to dependencies.Jussi Pakkanen2015-02-081-1/+29
|
* Extracted compiler definitions to their own file.Jussi Pakkanen2014-12-031-0/+43