summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-25removed the InternalDepdendencyHolder, since it is unusedDaniel Mensinger
2019-09-24CUDA support on WindowsAleksey Gurtovoy
2019-09-23Add blocks dependencyPatrick Griffis
2019-09-23mtest: TAP: ignore empty linesMarc-André Lureau
2019-09-23Add Windows behavior to executable()'s install_rpath arg doc [skip ci]Khairul Azhar Kasmiran
2019-09-23mesonbuild: fix exception name.Jehan
2019-09-17configure_file(): Allow multiple inputs in command modeXavier Claessens
2019-09-17pkgconfig: Fix ordering of public librariesXavier Claessens
2019-09-15Fix improperly closed code backtick [skip ci]jimbo1qaz
2019-09-14uniform scan-build detection processGabriel Ganne
2019-09-14Merge pull request #5917 from alanc/solaris-fixesJussi Pakkanen
2019-09-13get_library_dirs: Add Solaris 64-bit library subdirsAlan Coopersmith
2019-09-13Fix "test cases/linuxlike/14 static dynamic linkage" on SolarisAlan Coopersmith
2019-09-13mconf: Fix meson configure crash (fixes #5909)Daniel Mensinger
2019-09-12modules/python: improve log when probing Python binaryRoss Burton
2019-09-10Fix "test cases/common/131 generated assembly" on SolarisAlan Coopersmith
2019-09-10compilers: Recognize Solaris 11.4 linkerAlan Coopersmith
2019-09-10Workaround for mingw-llvm linker (lld) misdetectionAndrei Alexeyev
2019-09-09environment: merge successive is_windows blocksDylan Baker
2019-09-09docs: Add a snippet about illumos and Solaris support improvementsDylan Baker
2019-09-09docs: Add sunos to the reference tableDylan Baker
2019-09-09tests: pass "cp" as argv[0] in test 162Dylan Baker
2019-09-09the solaris linker also needs start/end-group for circular linkingDylan Baker
2019-09-09tests: add sunos to get defineDylan Baker
2019-09-09unitests: dont assume cc exists or is validDylan Baker
2019-09-09environment: gcc/g++ and clang/clang++ are valid objc/objc++ compilers to tryDylan Baker
2019-09-09If ar is unrecognized, try gar for GNU arAlan Coopersmith
2019-09-08Fix static archives stripping (#5905)David Seifert
2019-09-08Rename 'rpath-link secondary' unit testDavid Seifert
2019-09-08fix objc freestanding sanitycheckNguyen, Giang (G. Yakiro)
2019-09-06Add `-Wl,-rpath-link` for secondary dependenciesDavid Seifert
2019-09-06Update Quickstart Guide [skip ci]dundir
2019-09-05Merge pull request #5823 from scivision/linker-pgi-linuxJussi Pakkanen
2019-09-05man: Make argument order of setup command consistent with help messageFabian Bläse
2019-09-05mesonlib.split_args/quote_arg/join_argsAleksey Gurtovoy
2019-09-05PGI cannot accept -pthreadMichael Hirsch, Ph.D
2019-09-05PGI: windows workaround not-msvc-like enough functionMichael Hirsch, Ph.D
2019-09-05PGI: windows PGI is sort of MSVC-likeMichael Hirsch, Ph.D
2019-09-05PGI: use ar link wrapper on WindowsMichael Hirsch, Ph.D
2019-09-05Create CUDA linker with CUDA compilerKramer Peace
2019-09-05Add get_soname_args method to CUDA linkerKramer Peace
2019-09-05Add a CUDA linker objectKramer Peace
2019-09-04mintro: Fix resolving nodes in kwargs (fixes #5884)Daniel Mensinger
2019-09-03Log the used strip command. [skip ci]Jussi Pakkanen
2019-09-03correct function callClinton Roy
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan
2019-09-02Fix typoSimon Allen
2019-09-02Handle case of dependency('threads') in 'requires'Simon Allen
2019-09-01tests: Require ninja 1.9 on CINirbheek Chauhan