aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-06check CI issues1.0000000000000000000000001Eli Schwartz1-0/+1
2023-07-17Bump version number for release.1.2.0Jussi Pakkanen1-1/+1
2023-07-16Fix build using GDC 13Jussi Pakkanen2-32/+47
2023-07-15rust: disable overflow-checks by defaultDylan Baker5-7/+43
2023-07-14compiler.compiles/links: fix failure when compiling a built File objectEli Schwartz2-7/+20
2023-07-13cmake: fix directory separators in generated packageConfig.cmake filesMatthieu Rogez4-1/+27
2023-07-13macos: map arm64e to aarch64, map "whole" architecture stringsAndres Freund2-6/+19
2023-07-13Fix display of generatorCharles Brunet2-2/+8
2023-07-13Silence some encoding warningsTristan Partin7-20/+20
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz4-2/+121
2023-07-13Add import instructions for filesystem moduleMiroPalmu1-0/+8
2023-07-12compilers: detect cython version on stdout for newer cython versionsEli Schwartz1-3/+9
2023-07-12string: Add missing FeatureNew tags to methodsMarco Trevisan (Treviño)1-0/+4
2023-07-11compilers/cpp: check libc++ vs libstdc++ harderDylan Baker1-14/+11
2023-07-11Bump version number for rc3.1.2.0rc3Jussi Pakkanen1-1/+1
2023-07-10mtest: avoid stdout when printing warnings about the lack of things to printEli Schwartz1-4/+4
2023-07-10mtest: redirect automatic reconfiguring to stderr when listing testsEli Schwartz1-1/+2
2023-07-10mtest: try a bit harder to avoid weird non-parseable output at startupEli Schwartz1-3/+5
2023-07-10windows: Fix detection of the llvm-rc resource compilerMartin Storsjö1-0/+1
2023-07-10build: dependencies should come after link_with on link commandXavier Claessens3-4/+27
2023-07-10build: Fix linking multiple libraries and some are promotedXavier Claessens3-1/+12
2023-07-10Fix Xcode 15 beta linker detection. Closes #11958.Jussi Pakkanen1-1/+1
2023-07-10parse meson.build for subproject_dir in msubprojectsRafael Silva1-3/+10
2023-07-10rename msubprojects src_dir to source_dirRafael Silva1-7/+6
2023-07-10wrap: detect network timeouts 20x fasterEli Schwartz1-1/+1
2023-07-10backends: Always take options from targetXavier Claessens4-30/+32
2023-07-10Revert "backends: Cache creation of install data"Eli Schwartz3-1/+2
2023-07-06CI: gracefully handle jsonschema update requiring rust to buildEli Schwartz2-2/+4
2023-07-06Fix typo in Disabler.mdmeator1-1/+1
2023-07-05Bump version number for rc2.1.2.0rc2Jussi Pakkanen2-2/+2
2023-07-05Renumber test dirs for rc2.Jussi Pakkanen6-2/+2
2023-07-05comp.preprocess(): Do not treat every file as assemblyXavier Claessens3-10/+14
2023-07-05build: use self.compilers instead of all_compilers for stdlib langsDylan Baker1-1/+4
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen16-84/+195
2023-07-04tests: add standard option to get_define() testKacper Michajłow1-0/+10
2023-07-04compilers: strip get_define outputKacper Michajłow1-1/+1
2023-07-04Merge pull request #11924 from dcbaker/submit/c++stdlib-fixesJussi Pakkanen1-31/+44
2023-07-04environment: separate illumos and Solaris kernels in MachinesDylan Baker2-2/+14
2023-07-03fix the use of setup --profile-self in combination with --genvsliteDan Hawson1-2/+4
2023-07-02remove CI workaround for clang+msys2Eli Schwartz1-1/+0
2023-07-02genvslite: greatly simplify the implementation of non-genvslite backendsEli Schwartz6-45/+30
2023-07-02genvslite: fix badly overflowing line lengthsEli Schwartz2-2/+6
2023-07-02genvslite: improve readability of the mconf help textEli Schwartz1-3/+2
2023-07-02genvslite: fix the core option being listed as one of the per-project optionsEli Schwartz1-0/+1
2023-06-29compilers/cpp: remove special libc++ handling from the AppleClangCPPCompilerDylan Baker1-7/+1
2023-06-29compilers/cpp: try to do a better job of detecting libc++ vs libstdc++Dylan Baker1-3/+31
2023-06-29compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++Dylan Baker1-18/+15
2023-06-29compilers/cpp: use a list comprehension instead of a for loopDylan Baker1-9/+3
2023-06-29compilers/cpp: Actually add the search dirs to for gccDylan Baker1-1/+1
2023-06-28Bump version number for rc1.1.2.0rc1Jussi Pakkanen2-3/+3