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
/
backend
/
backends.py
Age
Commit message (
Expand
)
Author
2018-05-24
backends: Also accept dylibs while finding RPATHs
Nirbheek Chauhan
2018-05-24
backends: Simplify loop getting rpaths for bundled libs
Nirbheek Chauhan
2018-05-24
backends: Use a set while gathering RPATHs
Nirbheek Chauhan
2018-05-02
Can combine D and C++ in a single target. Closes #3125.
Jussi Pakkanen
2018-05-01
Allow custom_target do depend on indexed output of custom_target
Niklas Claesson
2018-04-26
Merge pull request #3225 from filbranden/fixperms3
Jussi Pakkanen
2018-04-18
extract_all_objects: Add 'recursive' keyword argument
Xavier Claessens
2018-04-18
extract_all_objects(): Recursively extract objects
Xavier Claessens
2018-04-18
Fix using object extracted from a unity build
Xavier Claessens
2018-04-18
Add new builtin option --install-umask
Filipe Brandenburger
2018-04-18
Merge pull request #3314 from sarum9in/test_depends
Jussi Pakkanen
2018-04-17
Add an OpenMP dependency.
Elliott Sales de Andrade
2018-04-03
extract_all_objects: Also extract generated sources
Xavier Claessens
2018-03-25
Add depends keyword to test() function
Aleksey Filippov
2018-03-21
Fix b_ndebug=if-release option
Aleksey Filippov
2018-03-15
Use target.get_id() instead of basename and type_suffix concatenation at call...
Aleksey Filippov
2018-02-25
Include project name in a test object.
Hemmo Nieminen
2018-02-21
Generate build rpath for pkg-config dependencies consisting of a one absolute...
Martin Hostettler
2018-02-16
Merge pull request #3069 from dcbaker/pch_one_arg
Jussi Pakkanen
2018-02-15
Only remove substring if it is part of string
Niklas Claesson
2018-02-14
backends: Only add pch args that are appropriate for the compiler
Dylan Baker
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2017-12-16
Do not extract object for header sources
Xavier Claessens
2017-12-10
Merge pull request #2745 from dcbaker/submit/haiku
Jussi Pakkanen
2017-12-10
Merge pull request #2697 from mesonbuild/custom-target-depends-serialize
Jussi Pakkanen
2017-12-07
haiku: do not add pthread arguments
Dylan Baker
2017-12-03
Fix path for str arguments to depend_files
Joergen Ibsen
2017-12-03
Merge pull request #2618 from mesonbuild/osxlinkerfixes
Jussi Pakkanen
2017-12-02
custom target: Consider all build depends while serializing
Nirbheek Chauhan
2017-11-26
spelling: verifier
Josh Soref
2017-11-26
Use absolute paths for rpaths on OSX.
Jussi Pakkanen
2017-11-26
spelling: overridden
Josh Soref
2017-10-02
Merge pull request #2397 from mesonbuild/prebuilt
Jussi Pakkanen
2017-10-02
Add rpath entries for all found libraries outside of system libraries.
Jussi Pakkanen
2017-10-01
backends: avoid extraneous trailing os.path.sep when joining paths
Liam Staskawicz
2017-10-01
Merge pull request #2313 from dcbaker/fix-2180
Jussi Pakkanen
2017-10-01
Fix MSVC builds.
Jussi Pakkanen
2017-09-30
Add an rpath entry to shared libraries that are linked from the source tree.
Jussi Pakkanen
2017-09-30
vs: Fix link_whole usage with the vs backend
Nirbheek Chauhan
2017-09-27
Allow CustomTarget's to be indexed
Dylan Baker
2017-09-12
Merge pull request #1943 from QuLogic/duplicate-names
Jussi Pakkanen
2017-09-12
Renamed test serialisation from is_cross to is_cross_built for clarity.
Jussi Pakkanen
2017-09-12
An external program is never a "cross test".
Jussi Pakkanen
2017-08-18
Make all functionality invokable via the main Meson binary,
Jussi Pakkanen
2017-08-14
Fix object extraction in unity builds.
Elliott Sales de Andrade
2017-08-14
Use full relative paths to generate object names.
Elliott Sales de Andrade
2017-08-14
Use object_filename_from_source when creating objects.
Elliott Sales de Andrade
2017-07-20
Support implibs for executables on Windows
Jon Turney
2017-07-20
Allow test to depend on executable target in cross build. (#2007)
FredericHamel
2017-06-27
Merged Genie support.
Jussi Pakkanen
[next]