aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-02Bump versions to 0.63.2 for release0.63Nirbheek Chauhan2-2/+2
2022-09-02Revert "Windows: Improve Python 3.8+ module check on Windows"Eli Schwartz1-13/+1
2022-09-02fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz7-14/+34
2022-09-02fix incorrect type annotations for coredata compile/link argsEli Schwartz1-2/+2
2022-09-02build: don't add targets to link_whole_targets if we took their objectsDylan Baker1-3/+5
2022-09-02backend/ninja: properly track objects extracted from fortran sourcesDylan Baker3-17/+41
2022-09-02build: add a `uses_fortran()` convenience methodDylan Baker1-0/+3
2022-09-02build: Don't attempt to link-whole with rust convenience librariesDylan Baker1-1/+9
2022-09-02minstall: do not trample install_mode by rpath fixerEli Schwartz2-1/+3
2022-09-02make add_project_dependencies respect build version of include dirsEli Schwartz1-1/+1
2022-09-02Revert PR "call ranlib -c after static linking on macos"Nirbheek Chauhan9-55/+3
2022-08-13Bump versions to 0.63.1 for release0.63.1Nirbheek Chauhan2-2/+2
2022-08-13mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributesDimitri John Ledkov1-0/+4
2022-08-13CI: fix error when mixing clang 14 with released valgrind versionsEli Schwartz2-0/+8
2022-08-13add compilers from extracted objects directly to build targetsEli Schwartz7-4/+49
2022-08-13cmake: Add rule relaxations for CMake subprojectsDaniel Mensinger2-3/+28
2022-08-13dependencies: reject Qt6 pkg-config dependency if libexecdir is not knownEli Schwartz1-0/+7
2022-08-13qt: fix qt 6 tools detection for pkg-configKonstantin1-1/+21
2022-08-08compilers: add logging to obscure compiler defines scraperEli Schwartz1-2/+8
2022-08-08compilers: include compiler detection output in the debug logsEli Schwartz1-0/+5
2022-08-08compilers: better reporting of command failuresEli Schwartz1-25/+26
2022-08-08run_project_tests: Don't try to use tqdm when stdout is not a ttyDylan Baker1-1/+1
2022-08-08linkers: detection should invoke the linker with lang_link_args onlyEli Schwartz1-3/+3
2022-08-08mtest: unify parsed and non-parsed output handlingHemmo Nieminen4-25/+97
2022-08-08cmake: Change assertion into a more useful error (fixes #9925)Daniel Mensinger1-1/+2
2022-08-08azure CI: remove vs2017 tests without replacement now that the image is deletedEli Schwartz1-59/+0
2022-08-08Handle garbage in environment more gracefully when setting vsenvDenis Fortin1-2/+7
2022-08-08Inline try_wait_one using asyncio.wait_forElliott Sales de Andrade1-8/+7
2022-08-08fix Popen_safe writeZhangyuan Nie1-6/+9
2022-08-08linkers: make sure the linker is actually Apple when matching failureEli Schwartz1-5/+11
2022-08-08linkers: include linker detection output in the debug logsEli Schwartz1-1/+8
2022-08-08linkers: better reporting of command failuresEli Schwartz1-3/+3
2022-08-08envconfig: add more binutils variablesArtturin1-1/+10
2022-08-08handle OSError exception in run functionOmer Pereg1-1/+14
2022-08-08qt module: correctly compare program name for lrelease versionEli Schwartz1-1/+1
2022-08-08tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui5-0/+31
2022-08-08backends/ninja: run `ranlib -c $out` when using the apple arDylan Baker1-2/+13
2022-08-08linkers: Add a representation for the Apple AR LinkerDylan Baker3-1/+11
2022-08-08ninja depscanner: handle C++ sources named capital CEli Schwartz2-3/+9
2022-08-08ar linker: detect the "osx ld" case (where generating thin archives won't wor...Justin Blanchard4-12/+13
2022-08-08Resolve KeyError while executing help command with unknown paramPrathamesh1-3/+4
2022-08-08wrap: Fix diff_files not finding the patch to applyNirbheek Chauhan1-2/+3
2022-08-08Ignore encoding errors when scanning. Closes #10571.Jussi Pakkanen1-2/+2
2022-08-08Revert /utf-8 changes in the visualstudio mixin to the 0.62.0 stateEli Schwartz1-5/+3
2022-08-08CI: install ifort on WindowsEli Schwartz7-1/+116
2022-08-08tests: unskip windows mixing msvc and fortran, for non-gcc fortranEli Schwartz2-2/+4
2022-08-08tests: skip template test for windows shared fortranEli Schwartz1-0/+6
2022-08-08cuda: don't inject `-lstdc++` when linkingDavid Seifert1-1/+10
2022-07-03Finalize the release.0.63.0Jussi Pakkanen22-246/+272
2022-07-02Users.md: remove wxFormBuildersmowzy1-1/+0