summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-11Bump version number for rc3.1.2.0rc3Jussi Pakkanen
2023-07-10mtest: avoid stdout when printing warnings about the lack of things to printEli Schwartz
2023-07-10mtest: redirect automatic reconfiguring to stderr when listing testsEli Schwartz
2023-07-10mtest: try a bit harder to avoid weird non-parseable output at startupEli Schwartz
2023-07-10windows: Fix detection of the llvm-rc resource compilerMartin Storsjö
2023-07-10build: dependencies should come after link_with on link commandXavier Claessens
2023-07-10build: Fix linking multiple libraries and some are promotedXavier Claessens
2023-07-10Fix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen
2023-07-10parse meson.build for subproject_dir in msubprojectsRafael Silva
2023-07-10rename msubprojects src_dir to source_dirRafael Silva
2023-07-10wrap: detect network timeouts 20x fasterEli Schwartz
2023-07-10backends: Always take options from targetXavier Claessens
2023-07-10Revert "backends: Cache creation of install data"Eli Schwartz
2023-07-06CI: gracefully handle jsonschema update requiring rust to buildEli Schwartz
2023-07-06Fix typo in Disabler.mdmeator
2023-07-05Bump version number for rc2.1.2.0rc2Jussi Pakkanen
2023-07-05Renumber test dirs for rc2.Jussi Pakkanen
2023-07-05comp.preprocess(): Do not treat every file as assemblyXavier Claessens
2023-07-05build: use self.compilers instead of all_compilers for stdlib langsDylan Baker
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-07-04tests: add standard option to get_define() testKacper Michajłow
2023-07-04compilers: strip get_define outputKacper Michajłow
2023-07-04Merge pull request #11924 from dcbaker/submit/c++stdlib-fixesJussi Pakkanen
2023-07-04environment: separate illumos and Solaris kernels in MachinesDylan Baker
2023-07-03fix the use of setup --profile-self in combination with --genvsliteDan Hawson
2023-07-02remove CI workaround for clang+msys2Eli Schwartz
2023-07-02genvslite: greatly simplify the implementation of non-genvslite backendsEli Schwartz
2023-07-02genvslite: fix badly overflowing line lengthsEli Schwartz
2023-07-02genvslite: improve readability of the mconf help textEli Schwartz
2023-07-02genvslite: fix the core option being listed as one of the per-project optionsEli Schwartz
2023-06-29compilers/cpp: remove special libc++ handling from the AppleClangCPPCompilerDylan Baker
2023-06-29compilers/cpp: try to do a better job of detecting libc++ vs libstdc++Dylan Baker
2023-06-29compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++Dylan Baker
2023-06-29compilers/cpp: use a list comprehension instead of a for loopDylan Baker
2023-06-29compilers/cpp: Actually add the search dirs to for gccDylan Baker
2023-06-28Bump version number for rc1.1.2.0rc1Jussi Pakkanen
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP
2023-06-28Condense test directory names for release.Jussi Pakkanen
2023-06-28fix setuptools deprecation warning for renamed metadata keyEli Schwartz
2023-06-28add additional setuptools metadata pointing to the source repositoryEli Schwartz
2023-06-27Merge pull request #11902 from dcbaker/submit/rust-module-enhancementsJussi Pakkanen
2023-06-27Archive shared library in AIX (#11850)Aditya Kamath
2023-06-27rust: Override the default MSVCRT when linking Rust and !rust togetherDylan Baker
2023-06-27rust: get stdlib arguments for non-rust languages when linkingDylan Baker
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker
2023-06-27modules/rust: Add a machine file property for extra clang args with bindgenDylan Baker
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker
2023-06-27Fix pylint.Jussi Pakkanen
2023-06-27interpreter: use os.listdir instead of os.scandir to avoid ResourceWarningNathan Goldbaum
2023-06-27Added a little more useful info to 'link_whole' documentation, describing the...Dan Hawson