summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-14Add doc on how to add the [provide] entry to wrapdb entries. [skip ci]Jussi Pakkanen
2020-11-14Merge pull request #7843 from dcbaker/submit/rustc-fixesJussi Pakkanen
2020-11-13Merge pull request #7967 from jpark37/msvc-c17Dylan Baker
2020-11-13msvc: enable /std:c17 flagjpark37
2020-11-13Use c99 instead of c11 for buildoptions testjpark37
2020-11-13environment: Fix detection of rust compilers, moreDylan Baker
2020-11-13compilers/rust: warn about setting -C linker in your compiler argsDylan Baker
2020-11-13compilers/rust: add and use an implementation of use_linker_argsDylan Baker
2020-11-13run_unittests: use textwrap.dedentDylan Baker
2020-11-13ninjabackend: Fix a couple of rust bugsDylan Baker
2020-11-13environment: Properly pass linker to rustcDylan Baker
2020-11-13Merge pull request #7866 from dcbaker/submit/compiler-std-in-baseJussi Pakkanen
2020-11-13ninjabackend: fix matching of empty stringsAlexander Neumann
2020-11-13Do not warn when -Wpedantic is added as a project argument.Eli Schwartz
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield
2020-11-13The version kwarg must be a string. Closes #7975.Jussi Pakkanen
2020-11-12clang-cl: Allow clang-cl (when compiling C) to pass std to underlying clang)Dylan Baker
2020-11-12doc: fix typo [skip ci]Eli Schwartz
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones
2020-11-12Merge pull request #7961 from dcbaker/submit/rust-color-outputJussi Pakkanen
2020-11-12Merge pull request #7965 from dcbaker/wip/2020-11/macos-github-actionsJussi Pakkanen
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier
2020-11-12compilers/c: Log that MSVC doesn't support gnu stdsDylan Baker
2020-11-12compilers: define standards in the base language compilerDylan Baker
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker
2020-11-12compilers/c: Clang-cl also needs specific handling for standardsDylan Baker
2020-11-12Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen
2020-11-11CI: combine macos and ci_frameworks actionsDylan Baker
2020-11-11travis: Drop osx supportDylan Baker
2020-11-11actions: Add project tests actions for macosDylan Baker
2020-11-11actions: Add unittests for macosDylan Baker
2020-11-11tests/rust: dynamic linking doesn't work on darwinDylan Baker
2020-11-11tests/frameeworks 8/flex: fix undefined functionsDylan Baker
2020-11-10tests/28 multiline string: include required headersDylan Baker
2020-11-10unittests: Don't try to set alternative linkers for apple-clangDylan Baker
2020-11-10workflows: be more conservative about launching msysDylan Baker
2020-11-10compilers/rust: Add color outputDylan Baker
2020-11-10ninjabackend: apply base compile_args to rust targetsDylan Baker
2020-11-10compilers/rust: Add vs_crt supportDylan Baker
2020-11-09Fix WASM thread count option. Closes #7921.Jussi Pakkanen
2020-11-08Fix "generator doesn't stop" on WindowsChristoph Reiter
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen
2020-11-07Fix host machine reporting typo in msetup.pyCorey McNeish
2020-11-07Fix clang-tidy return value reporting (#7949)Florian Schmaus
2020-11-05docs: Recommend to use SPDX license identifiers [skip ci]Michael Weiss
2020-11-05rust: implement support for --editionDylan Baker
2020-11-05rewrite: fix modified member spellingMarc-André Lureau
2020-11-05rewrite: fix function spellingMarc-André Lureau
2020-11-05docs: Fix broken anchor links [skip ci]Johan Bjäreholt
2020-11-04symbolextractor: Add FreeBSD supportThibault Payet