aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
13 daysReplace exe_exists function with shutil.which()Mads Andreasen4-14/+12
13 daysdependencies: find extraframeworks on case-sensitive filesystemsRandy Eckenrode4-2/+20
13 daysbackend: xcode fix map access in generate_pbx_sources_build_phase for CustomT...Cepsylon1-0/+2
13 daystests: add werror tests for several languagesBenjamin Gilbert20-0/+106
13 daysdocs: explain not to use extern crate in Rust codeAlyssa Ross1-0/+18
13 daystests: Clean up leftover files from source dirs.Jussi Pakkanen6-4/+32
13 dayscmake dependency: Fix accidental use of T.Optional in warning messageAndres Freund1-1/+1
13 daysBump version number for new development.Jussi Pakkanen1-1/+1
13 daysRelease 1.5.0 time.1.5.0Jussi Pakkanen22-188/+216
14 daysnasm: Add -mms-bitfields to the list of ignored flagsL. E. Segovia1-1/+1
2024-07-08Bump version number for rc3.1.5.0rc3Jussi Pakkanen1-1/+1
2024-07-05Revert PR12972 as a regression.Eli Schwartz3-41/+2
2024-07-05configuration_data: add test case for regression when merging a confdataEli Schwartz1-0/+6
2024-07-05Revert "Clarify mutable objects usage"Eli Schwartz11-102/+36
2024-07-04linkers: Loosen the check for GNU interface style in LLD for WindowsMartin Storsjö1-1/+1
2024-07-02Python: fix limited API logic under GCC on WindowsAndrew McNulty1-2/+2
2024-07-02CI: mark cygwin as skipping frameworks/libgcryptEli Schwartz1-1/+1
2024-07-01Bump version number for rc2.1.5.0rc2Jussi Pakkanen2-2/+2
2024-06-29linkers: Fix AppleDynamicLinker not returning any rpaths to removePiotr Brzeziński8-2/+43
2024-06-28Remove redundant quoting boilerplate on .add_itemMykola Dolhyi1-72/+70
2024-06-27Change empty string check approach Mykola1-1/+1
2024-06-27Refactor duplicated quoting code for XCode backendMykola Dolhyi1-24/+36
2024-06-26depfixer: fix darwin regression when install rpaths are usedEli Schwartz1-1/+1
2024-06-26dependencies/openmp: Simplify error caseDylan Baker1-18/+17
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker5-6/+62
2024-06-26CI/MacOS: Add libompDylan Baker1-1/+1
2024-06-26compilers|dependencies: Move Clang-CL specific logic out of OpenMP depDylan Baker2-10/+13
2024-06-26dependencies/openmp: use mlog.warning instead of open codingDylan Baker1-2/+2
2024-06-26dependencies/openmp: Set compile and link flags before testingDylan Baker1-3/+5
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker10-24/+27
2024-06-26format: fix edge case with empty functionsCharles Brunet4-5/+6
2024-06-26Update Users.md entry for fossil-libMichael Gene Brockus (Dreamer)1-1/+1
2024-06-24Bump version numbers for rc1.1.5.0rc1Jussi Pakkanen2-2/+2
2024-06-23limit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz2-2/+8
2024-06-23Test case for environment prepend/append acting like setNils Werner1-0/+12
2024-06-24compilers: make lang_map publicSam James3-9/+9
2024-06-24compilers: detect: fix pre-processor scraping by defining languageSam James2-21/+77
2024-06-24compilers: detect: fix comment/error string in _get_gnu_compiler_definesSam James1-2/+2
2024-06-24compilers: detect: fix typo in commentSam James1-1/+1
2024-06-24Update mesonbuild/backend/vs2010backend.pyRenan Lavarec1-1/+1
2024-06-24Vs2010Backend: Fix REGEN.vcxproj not getting default debug config in releaseRenan Lavarec1-0/+2
2024-06-23msetup: fix regression under py3.13 causing profile.runctx to not write locals()Eli Schwartz1-2/+3
2024-06-23minstall: fix symlink handling on python 3.13Eli Schwartz1-14/+20
2024-06-23compilers: cpp: fix header name and return value use in header checkBarnabás Pőcze1-1/+1
2024-06-23Suggest mingw Python URL instead of specific package namesTristan Partin1-1/+1
2024-06-23Ensure private directory exists for custom targets (#13196)Scott Kyle3-8/+21
2024-06-23Recast CMake's IMPORTED_LOCATION into framework flags (#13299)Kai Pastor2-3/+3
2024-06-23find_program: add a kwarg to specify custom version argumentDudemanguy7-5/+42
2024-06-23Add support for detecting free-threaded Python on WindowsRalf Gommers2-1/+17
2024-06-23feat(compilers): cppm extension supportTheHillBright1-1/+1