13845 Commits (3a4b874ec0379c688d127f929b8f3f75f6530a72)
 

Author SHA1 Message Date
Tristan Partin 24edddb412 Fix return type of debugfile functions 1 year ago
Tristan Partin ffa5483564 Add typing to portions of machine file parsing 1 year ago
Tristan Partin b0f1f374e7 Add type annotations where they previously didn't exist 1 year ago
Tristan Partin d732e27e46 Use more specific types 1 year ago
Tristan Partin c1863f781b Remove Compiler._build_wrapper(temp_dir:) 1 year ago
Tristan Partin 33c8362a1c Match the method signatures of parent classes 1 year ago
Tristan Partin dc692d98fc Make CPPCompiler.get_display_language() a classmethod 1 year ago
Tristan Partin 9e8a034ade Fix the typing around Compiler._get_compile_output() 1 year ago
Tristan Partin d4bcf05c39 Annotate naked fundamental Python types 1 year ago
Tristan Partin 921c2370a7 Replace some type comments with annotations 1 year ago
Tristan Partin 1624354f33 Use CompileCheckMode enum 1 year ago
Eli Schwartz e2ce53b6b4
compilers: detect cython version on stdout for newer cython versions 1 year ago
Tristan Partin ab21dc0384 Remove type comments from compilers.py 1 year ago
Marco Trevisan (Treviño) 2c1e2b680e string: Add missing FeatureNew tags to methods 1 year ago
Dylan Baker 9cc67b7fd1
compilers/cpp: check libc++ vs libstdc++ harder 1 year ago
Jussi Pakkanen de44455b4b Bump version number for rc3. 1 year ago
Eli Schwartz 1a72f00252
mtest: avoid stdout when printing warnings about the lack of things to print 1 year ago
Eli Schwartz 2fd9055810
mtest: redirect automatic reconfiguring to stderr when listing tests 1 year ago
Eli Schwartz 9d446d80db
mtest: try a bit harder to avoid weird non-parseable output at startup 1 year ago
Martin Storsjö 9fd3753f8a windows: Fix detection of the llvm-rc resource compiler 1 year ago
Xavier Claessens 1fef03c0f0 build: dependencies should come after link_with on link command 1 year ago
Xavier Claessens cd63853ad2 build: Fix linking multiple libraries and some are promoted 1 year ago
Jussi Pakkanen ad13d9f4a3 Fix Xcode 15 beta linker detection. Closes #11958. 1 year ago
Rafael Silva 339b248abc parse meson.build for subproject_dir in msubprojects 1 year ago
Rafael Silva 6cb7ef1f3b rename msubprojects src_dir to source_dir 1 year ago
Eli Schwartz 7fa09ecd1c wrap: detect network timeouts 20x faster 1 year ago
Xavier Claessens 08972c1277 backends: Always take options from target 1 year ago
Eli Schwartz 4166bf1eb2 Revert "backends: Cache creation of install data" 1 year ago
Eli Schwartz ecbba0c45b
CI: gracefully handle jsonschema update requiring rust to build 1 year ago
meator a5b74d208b Fix typo in Disabler.md 1 year ago
Jussi Pakkanen dd3c39242b Bump version number for rc2. 1 year ago
Jussi Pakkanen bf9a6a1b5c Renumber test dirs for rc2. 1 year ago
Xavier Claessens d140342c14 comp.preprocess(): Do not treat every file as assembly 1 year ago
Dylan Baker 8369dbbfec build: use self.compilers instead of all_compilers for stdlib langs 1 year ago
Jussi Pakkanen d391e5281c
Merge pull request #11742 from xclaesse/link-whole-cases 1 year ago
Kacper Michajłow 7fe6e18a02 tests: add standard option to get_define() test 1 year ago
Kacper Michajłow 9dd5f0ae69 compilers: strip get_define output 1 year ago
Jussi Pakkanen 73b3b60436
Merge pull request #11924 from dcbaker/submit/c++stdlib-fixes 1 year ago
Dylan Baker 42c68291c4 environment: separate illumos and Solaris kernels in Machines 1 year ago
Dan Hawson c34ee374a7
fix the use of setup --profile-self in combination with --genvslite 1 year ago
Eli Schwartz 77d4db533f
remove CI workaround for clang+msys2 1 year ago
Eli Schwartz db0c24e627
genvslite: greatly simplify the implementation of non-genvslite backends 1 year ago
Eli Schwartz 098ac5e0a6
genvslite: fix badly overflowing line lengths 1 year ago
Eli Schwartz 0520667973
genvslite: improve readability of the mconf help text 1 year ago
Eli Schwartz a63ed40191
genvslite: fix the core option being listed as one of the per-project options 1 year ago
Dylan Baker 9067139acb compilers/cpp: remove special libc++ handling from the AppleClangCPPCompiler 1 year ago
Dylan Baker a227768b37 compilers/cpp: try to do a better job of detecting libc++ vs libstdc++ 1 year ago
Dylan Baker f58bd2ae11 compilers/cpp: use a Mixin to share the stdlib flags between clang++ and g++ 1 year ago
Dylan Baker a4b597a7b7 compilers/cpp: use a list comprehension instead of a for loop 1 year ago
Dylan Baker 59cfbf68e0 compilers/cpp: Actually add the search dirs to for gcc 1 year ago