aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/3 static
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau1-1/+1
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.D2-2/+2
2019-08-12Add is_disabler functionJames Hilliard1-0/+10
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 Chauhan3-1/+6
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 Pakkanen1-1/+2
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen2-0/+5