summaryrefslogtreecommitdiff
path: root/test cases/common/3 static
AgeCommit message (Collapse)Author
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker
Which allow passing arguments specifically to the static or shared libraries. For design, this is all handled in the interpreter, by the build layer the arguments are combined into the existing fields. This limits changes required in the mid and backend layers
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau
As any child of BuildTargetHolder might need the name of the object, provides a method to get object name. This is useful in gst-build to display the plugin name and not the filename.
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2019-08-12Add is_disabler functionJames Hilliard
This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2017-02-18ninja: Delete output static lib before calling `ar`Nirbheek Chauhan
Otherwise if the list of sources changes on reconfigure after building, the static library will contain both the old and new objects. Closes https://github.com/mesonbuild/meson/issues/1355
2015-11-19Do not use linker arguments on static libraries.Jussi Pakkanen
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen