index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonlib.py
Age
Commit message (
Expand
)
Author
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2015-11-28
Added support for extended command line to overcome OS command line length li...
Yoav Alon
2015-11-03
Turned builtin options into proper objects.
Jussi Pakkanen
2015-10-25
Trying to run nonexisting programs can return many different types of excepti...
Jussi Pakkanen
2015-10-20
Created a link test method.
Jussi Pakkanen
2015-10-12
Created a stringarray option type and added Windows system libs option that u...
Jussi Pakkanen
2015-10-04
Can set compiler options with mesonconf.
Jussi Pakkanen
2015-10-04
Refactored option classes to mesonlib.
Jussi Pakkanen
2015-09-06
Made boost on windows kinda work.
Jussi Pakkanen
2015-09-04
Drop non-numeric suffix in version numbers. Closes #258.
Jussi Pakkanen
2015-08-25
More robust windows detection and more logs.
Jussi Pakkanen
2015-08-14
Copy permission bits from source files and fix a path issue.
Jussi Pakkanen
2015-07-03
Handle files() in Vala arguments and set up deps correctly.
Jussi Pakkanen
2015-05-10
Pass gracefully if dpkg-architecture is not installed.
Jussi Pakkanen
2015-04-25
Create file objects in gtest and gmock.
Jussi Pakkanen
2015-04-22
Use File objects for all sources. Fix all basic tests.
Jussi Pakkanen
2015-04-21
The first step in a major refactoring starts by adding a new layer of abstrac...
Jussi Pakkanen
2015-04-04
Ignore dash portion of version string.
Jussi Pakkanen
2015-03-28
Better libdir autodetection. Closes #92.
Jussi Pakkanen
2015-03-27
Generate configure files immediately when they are declared. Closes #88.
Jussi Pakkanen
2015-02-26
Made gtest and gmock work properly on 64 bit Fedora, which uses /usr/lib64. F...
Jussi Pakkanen
2015-02-16
Added Debian multilib support.
Jussi Pakkanen
2015-02-14
moved helper function detect_vcs into mesonlib.py
Axel Waggershauser
2015-02-08
Can specify version requirements to dependencies.
Jussi Pakkanen
2014-12-03
Extracted compiler definitions to their own file.
Jussi Pakkanen