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
/
interpreter.py
Age
Commit message (
Expand
)
Author
2018-05-30
New compiler method: check_header
Nirbheek Chauhan
2018-05-27
Merge pull request #3491 from jeandet/qt_private_headers
Jussi Pakkanen
2018-05-25
Mark even empty confs used appropriately.
Jussi Pakkanen
2018-05-23
Print project version
Tim-Philipp Müller
2018-05-23
interpreter: fix configure_file() message on empty configuration_data() [skip...
Tim-Philipp Müller
2018-05-22
Merge pull request #3383 from mesonbuild/nirbheek/configure-file-nodata
Jussi Pakkanen
2018-05-22
Merge pull request #3490 from MathieuDuponchelle/dict_builtin
Jussi Pakkanen
2018-05-22
Add 'check' kwarg for run_command
Andrei Alexeyev
2018-05-22
configure_file: Don't use reserved keyword 'format'
Nirbheek Chauhan
2018-05-22
configure_file: Add a new action 'copy'
Nirbheek Chauhan
2018-05-20
Add new built-in type, dict
Mathieu Duponchelle
2018-05-17
Generalize message about fallback failure
Jon Turney
2018-05-17
Improve reporting about falling back to a subproject for a dependency
Jon Turney
2018-05-09
args flattening: preserve configuration_data.set behaviour
Mathieu Duponchelle
2018-05-04
Interpreter: don't flatten the arguments of various methods
Mathieu Duponchelle
2018-05-01
Fix setting c_args and friends from command line
Xavier Claessens
2018-04-28
[Qt module] Privates headers: Implemented private_headers option
Alexis Jeandet
2018-04-26
interpreter: Verify permitted kwargs on all methods
Xavier Claessens
2018-04-21
Don't fail on not-required not-found deps in forcefallback mode
Nirbheek Chauhan
2018-04-18
extract_all_objects: Add 'recursive' keyword argument
Xavier Claessens
2018-04-18
Merge pull request #3314 from sarum9in/test_depends
Jussi Pakkanen
2018-04-17
Add partial_dependency method to dependencies
Dylan Baker
2018-04-17
Merge pull request #3243 from dcbaker/accept-d-setup
Jussi Pakkanen
2018-04-17
Merge pull request #3353 from xclaesse/has-link-argument
Jussi Pakkanen
2018-04-17
Merge pull request #3240 from MathieuDuponchelle/python_module
Jussi Pakkanen
2018-04-17
interpreter: Don't assume default link_args == compile_args
Dylan Baker
2018-04-16
Add has_link_argument() and friends
Xavier Claessens
2018-04-16
has_argument(): reduce code duplication
Xavier Claessens
2018-04-15
find_program: Don't spam when called from a module
Nirbheek Chauhan
2018-04-15
find_program: Only store successful lookups
Nirbheek Chauhan
2018-04-15
Updated all modules to work with the new API.
Jussi Pakkanen
2018-04-15
Can override programs with scripts generated with configure_file.
Jussi Pakkanen
2018-04-15
Convert Gnome module to use find_program from interpreter.
Jussi Pakkanen
2018-04-15
Made it possible to override find_program to return a different program.
Jussi Pakkanen
2018-04-13
Indicate subproject depth in console output
Jon Turney
2018-04-08
add support for cmakedefine in configure_file()
David Fort
2018-04-08
Remove arbitrary [-1024,1024] limit in cross_compute_int()
Xavier Claessens
2018-04-08
Merge pull request #3312 from MathieuDuponchelle/alwaysfallback
Jussi Pakkanen
2018-04-08
Move entry in build_funct_dict to correct position.
Christoph Behle
2018-04-06
new wrap-mode: forcefallback
Mathieu Duponchelle
2018-04-06
Implement a generic python module
Mathieu Duponchelle
2018-04-03
Add both_libraries() to build both shared and static libraries
Xavier Claessens
2018-04-03
pkgconfig generator: Only skip dependencies when using shared_library()
Xavier Claessens
2018-04-03
Remove duplicated list of known kwargs for build targets
Xavier Claessens
2018-03-31
Added link to documentation and examples for find_library replacement (#3346)
Alexis Jeandet
2018-03-29
Allow meson build file to exit early. (#2808)
behlec
2018-03-25
dependency's wanted version might be a list
Víctor Manuel Jáquez Leal
2018-03-25
Add depends keyword to test() function
Aleksey Filippov
2018-03-25
Use unholder=True instead of checking held_object attribute presence
Aleksey Filippov
2018-03-21
Do not install configure_file output if install_dir is empty. Closes #3270.
Jussi Pakkanen
[next]