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
/
mesonbuild
/
mesonlib.py
Age
Commit message (
Expand
)
Author
2018-03-20
Grab a file lock on the build dir during modifications.
Jussi Pakkanen
2018-03-19
Create a helper for checking if a string has a path component
Nirbheek Chauhan
2018-03-07
mesonlib: fix meson detection (again)
Mathieu Duponchelle
2018-02-20
rmtree: Don't retry when the file is not found
Nirbheek Chauhan
2018-02-20
Support running out-of-tree tests against a meson in PATH
Nirbheek Chauhan
2018-02-04
Don't version shared libraries for Android
Robert Bragg
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-30
dump_conf_header should rewrite file only if modified (just like do_conf_file...
Salamandar
2018-01-09
Merge pull request #2803 from dcbaker/wip/freebsd-fixes
Jussi Pakkanen
2018-01-07
Merge pull request #2840 from alyst/fix_detect_location
Jussi Pakkanen
2018-01-06
LLVM: use DragonFly BSD workaround on FreeBSD as well
Dylan Baker
2018-01-06
compilers: fix unittest "16 prebuilt shared" on dragonfly bsd
Dylan Baker
2018-01-04
Bump minimum supported Python from 3.4 to 3.5.
Jussi Pakkanen
2018-01-03
normpath to bundled meson executable
Alexey Stukalov
2018-01-03
fix meson location detection if run by wraptool
Alexey Stukalov
2018-01-01
Add missing for_linux( ) function.
Benjamin Redelings
2017-12-21
Dead code removal.
Jussi Pakkanen
2017-12-17
Also promote wrap files.
Jussi Pakkanen
2017-12-17
Print instructions on how to promote subsubprojects.
Jussi Pakkanen
2017-12-14
Print UTF-8 warning only when actually encountering non-ascii filenames.
Jussi Pakkanen
2017-12-07
haiku: do not add pthread arguments
Dylan Baker
2017-12-03
Merge pull request #2638 from jibsen/use-value-regex
Jussi Pakkanen
2017-11-27
configure_file: Compare difference in binary mode
Nirbheek Chauhan
2017-11-27
Fix running tests when there is a period in PATH.
Jussi Pakkanen
2017-11-26
Improve escaping in configuration files
Joergen Ibsen
2017-11-23
Try harder to find meson.py. Closes #2672.
Jussi Pakkanen
2017-11-22
Use regex to substitute template strings
Joergen Ibsen
2017-11-22
Merge pull request #2498 from mesonbuild/runpython
Jussi Pakkanen
2017-11-22
Use re.sub instead of replace loop
Joergen Ibsen
2017-11-21
Review fixes.
Jussi Pakkanen
2017-11-20
Changed code to use detected executables rather than hardcoding sys.executable.
Jussi Pakkanen
2017-11-11
compilers: Improve manual library searching
Nirbheek Chauhan
2017-10-01
Use listify and extract_as_list everywhere
Nirbheek Chauhan
2017-10-01
Always flatten in listify() since we always want that
Nirbheek Chauhan
2017-09-19
Merge pull request #2331 from mesonbuild/winencode
Jussi Pakkanen
2017-09-18
Gnome, pkgconfig, Qt4, Qt5 and windows modules slightly refactored.
Alexis Jeandet
2017-09-18
Introduced extract_as_list.
Alexis Jeandet
2017-09-18
Introduction of listify method. Test on build.py module to see benefits.
Alexis Jeandet
2017-09-18
Do not use universal newlines on old Python versions.
Jussi Pakkanen
2017-09-14
Add is_haiku(), needed for run_tests.py.
Jérôme Duval
2017-09-11
interpreter: Always flatten when unholding arrays
Nirbheek Chauhan
2017-09-04
Allow version labels with trailing dots
Michal Koutný
2017-08-18
Make all functionality invokable via the main Meson binary,
Jussi Pakkanen
2017-07-21
configure_file: warn in case a variable to subsitute is not present in the pa...
Christoph Reiter
2017-07-01
Fix remaining Interpreter object leaks.
Jussi Pakkanen
2017-07-01
Make Interpreter object unpicklable as it was being pickled by accident in co...
Jussi Pakkanen
2017-05-21
Create helper function for a rmtree that works reliably on Windows.
Jussi Pakkanen
2017-05-11
Flatten should always return a list
Dylan Baker
2017-05-09
Merge pull request #1751 from centricular/fix-cached-deps
Jussi Pakkanen
2017-05-09
Completely overhaul caching of external dependencies
Nirbheek Chauhan
[prev]
[next]