aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-20editorconfig settings: attempt to guarantee the final end-of-line charEli Schwartz1-0/+1
2021-09-20dependency: If cached version is outdated, look on system againXavier Claessens1-0/+4
2021-09-20ninjabackend/vs: handle builddir on different drive from cwdRyan Kuester1-1/+7
2021-09-20during executable lookup, do not search PATH if a directory component is givenEli Schwartz1-0/+3
2021-09-20dependencyfallbacks: Use default_options for implicit fallbacksXavier Claessens5-15/+14
2021-09-20tests: Fix fortran testsRohit Goswami18-8/+24
2021-09-20compilers: Use standards compliant testRohit Goswami1-1/+1
2021-09-20backend/ninja: add generated sources to depscan order depsDylan Baker3-5/+21
2021-09-20tests/fortran/7 generated: don't try to find a configure_file by pathDylan Baker1-4/+2
2021-09-19msubprojects: when revision is an available commit, do not fetch updatesEli Schwartz1-1/+7
2021-09-19msubprojects: if fetching the remote fails, gracefully fallback to local copyEli Schwartz1-3/+8
2021-09-19indent code in preparation for refactoringEli Schwartz1-15/+16
2021-09-16Fix ignored install_tag kwarg in install_subdir()Xavier Claessens4-1/+8
2021-09-16C2000: Added depfile generation for incremental buildsmiebka1-0/+3
2021-09-14apply flake8 fixes for unused imports and missing importsEli Schwartz11-18/+15
2021-09-14mark a couple of typing-only imports as noqa, to appease pyflakesEli Schwartz2-2/+6
2021-09-14compilers: publicly export one more constantEli Schwartz1-0/+1
2021-09-14fix untested codepath? add:item() is surely a typo, not a real functionEli Schwartz1-1/+1
2021-09-14fix traceback while trying to print error messageEli Schwartz1-1/+1
2021-09-14fix traceback for undefined exception when trying to raise exceptionEli Schwartz1-1/+1
2021-09-14unused variable -- open() does not need "as f"Eli Schwartz1-1/+1
2021-09-14semicolons are not needed in pythonEli Schwartz1-1/+1
2021-09-14backends/vs: Do not emit dummy command for alias_command().Andres Freund2-14/+19
2021-09-12new custom dependency lookup for iconvEli Schwartz4-2/+48
2021-09-12deprecate layout=flat and warn people never to use itEli Schwartz1-0/+7
2021-09-12msetup: make xcode unsupported warning actually showEli Schwartz1-2/+5
2021-09-10qt module: consolidate on one list of binsEli Schwartz1-25/+25
2021-09-10add test case for qrc translationsEli Schwartz6-0/+51
2021-09-10qt module: fix regression in building translations via qresourceEli Schwartz1-1/+1
2021-09-10qt module: correctly register a found tool and stop looking for itEli Schwartz1-3/+1
2021-09-10docs: add note about built-in options supportePirat1-0/+2
2021-09-10nagfor OpenMP recognition.Mat Cross1-0/+6
2021-09-10nagfor preprocessor flag.Mat Cross1-0/+3
2021-09-10Made submodule child code valid Fortran.Mat Cross1-2/+2
2021-09-10Presence of nagfor signifies that Fortran tests can be run.Mat Cross1-0/+1
2021-09-10Comments on nagfor options setup.Mat Cross2-1/+9
2021-09-10Implemented some missing operation for the NAG Fortran Compiler.Mat Cross4-5/+59
2021-09-10objc/objcpp compiler: accept all gnu stds corresponding to c/c++ stdsEli Schwartz2-2/+2
2021-09-07unittests: test external dependency in summaryPaolo Bonzini2-3/+9
2021-09-07summary: fix dependenciesPaolo Bonzini3-3/+6
2021-09-06mintro: add installed_planFilipe Laíns26-72/+414
2021-09-04ci: Also use the `autoCancel` key for AzureDaniel Mensinger2-27/+13
2021-09-04ci: Fix missing MESON_CI_JOBNAME in the image buildersDaniel Mensinger7-7/+16
2021-09-04ci: Use GitHub concurrencyDaniel Mensinger10-0/+41
2021-09-04Support for appleframeworks with GCC and IntelEvan Miller1-3/+1
2021-09-03tests: when generating git repositories, make sure that pgpsign is offEli Schwartz2-6/+6
2021-09-03mdist: use git archive with git repositories for correctnessEli Schwartz1-29/+35
2021-09-03Improve WSL detectionWill1-1/+1
2021-09-03log a more informative error when wrap-git subprojects cannot be downloadedEli Schwartz1-1/+1
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens5-26/+31