aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Fix linker evn var testsJohn Ericson2-3/+14
2020-03-23Fix ARMCC dependency generation.Szabi Tolnai1-1/+1
2020-03-22Add property to disable compiler sanity checks during cross compilation.Jussi Pakkanen4-2/+26
2020-03-22Do not try to mix gcc with link.exe.Jussi Pakkanen1-0/+2
2020-03-21adding Meson-UI to IDE-integration.md [skip ci]Michael Brockus1-0/+1
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz13-3/+593
2020-03-20Merge pull request #6544 from dcbaker/mpi-dependency-factoryJussi Pakkanen7-210/+189
2020-03-20Merge pull request #6636 from jon-turney/machine-detection-problemsJussi Pakkanen4-23/+43
2020-03-19docs: update MPI documentation with methodsDylan Baker1-1/+7
2020-03-19mpi: Use a factory functionDylan Baker2-198/+150
2020-03-19dependencies/base: Make the ConfigTool Dependency more flexibleDylan Baker2-7/+20
2020-03-19tests/mpi: Add a method optionDylan Baker2-4/+12
2020-03-19dependencies: Convert ScaLAPACK to a dependency factoryDylan Baker2-104/+133
2020-03-19Update cross compilation documentation to reference new ld variablesPhillip Johnston1-1/+2
2020-03-19Update native description to use the new LD variablesPhillip Johnston1-1/+3
2020-03-19mtest: terminate a test via SIGTERM first then (if needed) via SIGKILLCamilo Celis Guzman2-7/+26
2020-03-19interpreterbase: Add warning when built-in object method has no kwargsXavier Claessens2-18/+35
2020-03-19cmake: Add find_package COMPONETS supportDaniel Mensinger9-11/+45
2020-03-19sample factory implementationMichael13-428/+482
2020-03-19Generators can depend on custom targets as well as build targets.Jussi Pakkanen1-1/+1
2020-03-19Merge pull request #6789 from dcbaker/deprecated-c-ldJussi Pakkanen8-27/+93
2020-03-19Remove my notes from sourcesClausKlein2-5/+0
2020-03-19Use os.path.normpath() for include pathsClausKlein3-4/+9
2020-03-19Fix exe_wrapper usage in EmptyExternalProgram caseRichard Weinberger1-1/+1
2020-03-19compilers: Link D runtime/libphobs dynamically on !WindowsDylan Baker2-1/+19
2020-03-19Fix failing rust CIXavier Claessens1-1/+1
2020-03-19Fix bogus parameter passed to LLVMDynamicLinker (llvm-mingw regression)Andrei Alexeyev1-1/+1
2020-03-17compilers: Error if invalid linker selectedDylan Baker2-4/+4
2020-03-17docs: Add Environment variables for compiler/linker selectionDylan Baker2-0/+23
2020-03-17envconfig: Make compiler and linker environment variables matchDylan Baker4-23/+66
2020-03-17Revert "azure: Workaround MSYS2 PCH test failures"Jon Turney1-14/+0
2020-03-15Merge pull request #6779 from dcbaker/gdc-linker-argsJussi Pakkanen3-7/+26
2020-03-15fix conversion of hasattr to getattrDylan Baker2-2/+2
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston1-2/+9
2020-03-12docs: Update documentation for GDC linker overridingDylan Baker1-4/+6
2020-03-12compilers/d: Support linker selection with gdcDylan Baker1-1/+1
2020-03-12unittests: Add tests for overriding D linker languageDylan Baker1-0/+14
2020-03-12run_unittests: Use skip_if_not_language for linker testsDylan Baker1-2/+5
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