aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-02test extra paths: add extra paths for all build targetsMathieu Duponchelle1-2/+2
2018-06-02test serialisation: determine windows extra paths ..Mathieu Duponchelle1-0/+2
2018-05-24backends: Also accept dylibs while finding RPATHsNirbheek Chauhan1-1/+3
2018-05-24backends: Simplify loop getting rpaths for bundled libsNirbheek Chauhan1-17/+19
2018-05-24backends: Use a set while gathering RPATHsNirbheek Chauhan1-8/+4
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen1-8/+5
2018-05-01 Allow custom_target do depend on indexed output of custom_target Niklas Claesson1-1/+1
2018-04-26Merge pull request #3225 from filbranden/fixperms3Jussi Pakkanen1-1/+3
2018-04-18extract_all_objects: Add 'recursive' keyword argumentXavier Claessens1-1/+2
2018-04-18extract_all_objects(): Recursively extract objectsXavier Claessens1-1/+9
2018-04-18Fix using object extracted from a unity buildXavier Claessens1-28/+25
2018-04-18Add new builtin option --install-umaskFilipe Brandenburger1-1/+3
2018-04-18Merge pull request #3314 from sarum9in/test_dependsJussi Pakkanen1-0/+3
2018-04-17Add an OpenMP dependency.Elliott Sales de Andrade1-0/+2
2018-04-03extract_all_objects: Also extract generated sourcesXavier Claessens1-1/+11
2018-03-25Add depends keyword to test() functionAleksey Filippov1-0/+3
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov1-3/+22
2018-03-15Use target.get_id() instead of basename and type_suffix concatenation at call...Aleksey Filippov1-10/+4
2018-02-25Include project name in a test object.Hemmo Nieminen1-5/+6
2018-02-21Generate build rpath for pkg-config dependencies consisting of a one absolute...Martin Hostettler1-1/+1
2018-02-16Merge pull request #3069 from dcbaker/pch_one_argJussi Pakkanen1-10/+4
2018-02-15Only remove substring if it is part of stringNiklas Claesson1-3/+6
2018-02-14backends: Only add pch args that are appropriate for the compilerDylan Baker1-10/+4
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-1/+1
2017-12-16Do not extract object for header sourcesXavier Claessens1-2/+8
2017-12-10Merge pull request #2745 from dcbaker/submit/haikuJussi Pakkanen1-1/+1
2017-12-10Merge pull request #2697 from mesonbuild/custom-target-depends-serializeJussi Pakkanen1-12/+18
2017-12-07haiku: do not add pthread argumentsDylan Baker1-1/+1
2017-12-03Fix path for str arguments to depend_filesJoergen Ibsen1-2/+2
2017-12-03Merge pull request #2618 from mesonbuild/osxlinkerfixesJussi Pakkanen1-0/+2
2017-12-02custom target: Consider all build depends while serializingNirbheek Chauhan1-12/+18
2017-11-26spelling: verifierJosh Soref1-1/+1
2017-11-26Use absolute paths for rpaths on OSX.Jussi Pakkanen1-0/+2
2017-11-26spelling: overriddenJosh Soref1-2/+2
2017-10-02Merge pull request #2397 from mesonbuild/prebuiltJussi Pakkanen1-0/+24
2017-10-02Add rpath entries for all found libraries outside of system libraries.Jussi Pakkanen1-3/+8
2017-10-01backends: avoid extraneous trailing os.path.sep when joining pathsLiam Staskawicz1-2/+5
2017-10-01Merge pull request #2313 from dcbaker/fix-2180Jussi Pakkanen1-0/+6
2017-10-01Fix MSVC builds.Jussi Pakkanen1-1/+3
2017-09-30Add an rpath entry to shared libraries that are linked from the source tree.Jussi Pakkanen1-0/+17
2017-09-30vs: Fix link_whole usage with the vs backendNirbheek Chauhan1-0/+6
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-1/+1
2017-09-12Merge pull request #1943 from QuLogic/duplicate-namesJussi Pakkanen1-17/+36
2017-09-12Renamed test serialisation from is_cross to is_cross_built for clarity.Jussi Pakkanen1-5/+5
2017-09-12An external program is never a "cross test".Jussi Pakkanen1-0/+4
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen1-2/+4
2017-08-14Fix object extraction in unity builds.Elliott Sales de Andrade1-12/+9
2017-08-14Use full relative paths to generate object names.Elliott Sales de Andrade1-5/+27
2017-08-14Use object_filename_from_source when creating objects.Elliott Sales de Andrade1-1/+1
2017-07-20Support implibs for executables on WindowsJon Turney1-5/+11