aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-12docs: Document that ldc now supports linker overriding [skip ci]Dylan Baker1-0/+5
2020-03-12docs: Document from_builtype mapping for b_vscrt [skip ci]Nirbheek Chauhan1-0/+13
2020-03-12syntax-highlighting/vim: Add `in` as an operatorNirbheek Chauhan1-1/+1
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen19-133/+325
2020-03-11Add Glorytun in Users.md [skip ci]Adrien Gallouët1-0/+1
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker5-1/+52
2020-03-11compilers/d: Properly pass -soname argsDylan Baker1-4/+17
2020-03-11compilers/d: Fix rpath generation with LDC and DMDDylan Baker1-14/+18
2020-03-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan3-3/+12
2020-03-11coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan2-3/+12
2020-03-11coredata: Set default options as cmdline args that override each otherNirbheek Chauhan3-9/+32
2020-03-11coredata: Convert all option parsing to OrderedDict()Nirbheek Chauhan1-5/+5
2020-03-10Improve regular expression for MSVC compiler target arch detectionLuca Bacci1-1/+1
2020-03-09project_tests: Add the option to the test format to mark the languageDylan Baker9-17/+34
2020-03-09run_project_tests: Sort importsDylan Baker1-14/+16
2020-03-09linkers: Allow optlink to be invoked indirectlyDylan Baker2-3/+10
2020-03-09run_project_tests: fix argument typeDylan Baker1-1/+1
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker2-4/+4
2020-03-09tests: Add pdb files for d testsDylan Baker8-9/+24
2020-03-09Allow invoking the linker directly through dmdDylan Baker2-11/+24
2020-03-09Allow invoking link.exe and lld-link.exe through ldc2Dylan Baker2-24/+36
2020-03-09Document the requirement to run tests before coverage [skip ci]Vedran Miletić2-1/+16
2020-03-09travis: install ldc on macOSDylan Baker1-1/+1
2020-03-09project_tests: Add "version" to "shared_lib" and "pdb" typesDylan Baker4-24/+61
2020-03-09Add OpenTitan to the list of users. [skip ci]Jussi Pakkanen1-0/+1
2020-03-09pkgconfig: Document conflicts keywordFini Jastrow2-1/+2
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen12-18/+103
2020-03-09Fix introspection of symlink targets on macOS.Jussi Pakkanen1-13/+33
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen20-325/+355
2020-03-08cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger3-3/+7
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen15-32/+157
2020-03-08update test_templatesMichael1-0/+5
2020-03-08add logic for Java jar projectMichael1-7/+29
2020-03-08update test_templates to add dlang and find rustMichael1-1/+7
2020-03-08intro: List symlinks in installdata (fixes #6734)Daniel Mensinger2-3/+34
2020-03-08qt5: Add has_tools() methodXavier Claessens4-1/+53
2020-03-07Merge pull request #6203 from xclaesse/override-dependencyJussi Pakkanen15-43/+276
2020-03-07add setup keyword in example commands [skip ci]Michael Brockus1-2/+2
2020-03-06dependency: Verify fallback variable consistencyXavier Claessens7-5/+41
2020-03-06override_dependency: Add failure testsXavier Claessens1-0/+11
2020-03-06Improve logged messages for overriden dependenciesXavier Claessens3-12/+27
2020-03-06Allow override_dependency() with a not-found depXavier Claessens3-0/+12
2020-03-06Simplify dependency() fallbackXavier Claessens6-15/+50
2020-03-06Add meson.override_dependency()Xavier Claessens9-27/+151
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker1-0/+9
2020-03-06project_tests: Add a "shared_lib" typeDylan Baker4-12/+23
2020-03-06compilers/d: Fix get_allow_undefined_link_args on macOSDylan Baker1-0/+11
2020-03-06compilers/d: Remove CompilerIsLInkerMixinDylan Baker1-16/+6
2020-03-06Update Users.mdAmit D1-0/+10
2020-03-06ast: Implement dummy evaluate_notstatementDaniel Mensinger2-0/+6