summaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)Author
2018-05-24backends: Also accept dylibs while finding RPATHsNirbheek Chauhan
2018-05-24backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan
2018-05-24backends: Use a set while gathering RPATHsNirbheek Chauhan
2018-05-02Can 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-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen
2018-04-18extract_all_objects: Add 'recursive' keyword argumentXavier Claessens
2018-04-18extract_all_objects(): Recursively extract objectsXavier Claessens
2018-04-18Fix using object extracted from a unity buildXavier Claessens
2018-04-18Add new builtin option --install-umaskFilipe Brandenburger
2018-04-18Merge pull request #3314 from sarum9in/test_dependsJussi Pakkanen
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade
2018-04-03extract_all_objects: Also extract generated sourcesXavier Claessens
2018-03-25Add depends keyword to test() functionAleksey Filippov
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov
2018-02-25Include project name in a test object.Hemmo Nieminen
2018-02-21Generate build rpath for pkg-config dependencies consisting of a one absolute...Martin Hostettler
2018-02-16Merge pull request #3069 from dcbaker/pch_one_argJussi Pakkanen
2018-02-15Only remove substring if it is part of stringNiklas Claesson
2018-02-14backends: Only add pch args that are appropriate for the compilerDylan Baker
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2017-12-16Do not extract object for header sourcesXavier Claessens
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen
2017-12-10Merge pull request #2697 from mesonbuild/custom-target-depends-serializeJussi Pakkanen
2017-12-07haiku: do not add pthread argumentsDylan Baker
2017-12-03Fix path for str arguments to depend_filesJoergen Ibsen
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan
2017-11-26spelling: verifierJosh Soref
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen
2017-11-26spelling: overriddenJosh Soref
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen
2017-10-01backends: avoid extraneous trailing os.path.sep when joining pathsLiam Staskawicz
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen
2017-10-01Fix MSVC builds.Jussi Pakkanen
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan
2017-09-27Allow CustomTarget's to be indexedDylan Baker
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen
2017-09-12Renamed test serialisation from is_cross to is_cross_built for clarity.Jussi Pakkanen
2017-09-12An external program is never a "cross test".Jussi Pakkanen
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen
2017-08-14Fix object extraction in unity builds.Elliott Sales de Andrade
2017-08-14Use full relative paths to generate object names.Elliott Sales de Andrade
2017-08-14Use object_filename_from_source when creating objects.Elliott Sales de Andrade
2017-07-20Support implibs for executables on WindowsJon Turney
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel
2017-06-27Merged Genie support.Jussi Pakkanen