summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen
2024-07-11Move compiler option check into OptionStore.Jussi Pakkanen
2024-07-11Move builtin option check into OptionStore.Jussi Pakkanen
2024-07-11Move backend option check into OptionStore.Jussi Pakkanen
2024-07-11Move base option check into OptionStore.Jussi Pakkanen
2024-07-11Move project option detection into OptionStore.Jussi Pakkanen
2024-07-10Merge pull request #13360 from klokik/xcode-quotes-fixJussi Pakkanen
2024-07-10Replace exe_exists function with shutil.which()Mads Andreasen
2024-07-10dependencies: find extraframeworks on case-sensitive filesystemsRandy Eckenrode
2024-07-10backend: xcode fix map access in generate_pbx_sources_build_phase for CustomT...Cepsylon
2024-07-10tests: add werror tests for several languagesBenjamin Gilbert
2024-07-10docs: explain not to use extern crate in Rust codeAlyssa Ross
2024-07-10tests: Clean up leftover files from source dirs.Jussi Pakkanen
2024-07-10cmake dependency: Fix accidental use of T.Optional in warning messageAndres Freund
2024-07-10Bump version number for new development.Jussi Pakkanen
2024-07-10Release 1.5.0 time.Jussi Pakkanen
2024-07-10nasm: Add -mms-bitfields to the list of ignored flagsL. E. Segovia
2024-07-08Bump version number for rc3.Jussi Pakkanen
2024-07-05Revert PR12972 as a regression.Eli Schwartz
2024-07-05configuration_data: add test case for regression when merging a confdataEli Schwartz
2024-07-05Revert "Clarify mutable objects usage"Eli Schwartz
2024-07-04linkers: Loosen the check for GNU interface style in LLD for WindowsMartin Storsjö
2024-07-02Python: fix limited API logic under GCC on WindowsAndrew McNulty
2024-07-02CI: mark cygwin as skipping frameworks/libgcryptEli Schwartz
2024-07-01Bump version number for rc2.Jussi Pakkanen
2024-06-29linkers: Fix AppleDynamicLinker not returning any rpaths to removePiotr Brzeziński
2024-06-28Remove redundant quoting boilerplate on .add_itemMykola Dolhyi
2024-06-27Change empty string check approach Mykola
2024-06-27Refactor duplicated quoting code for XCode backendMykola Dolhyi
2024-06-26depfixer: fix darwin regression when install rpaths are usedEli Schwartz
2024-06-26dependencies/openmp: Simplify error caseDylan Baker
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker
2024-06-26CI/MacOS: Add libompDylan Baker
2024-06-26compilers|dependencies: Move Clang-CL specific logic out of OpenMP depDylan Baker
2024-06-26dependencies/openmp: use mlog.warning instead of open codingDylan Baker
2024-06-26dependencies/openmp: Set compile and link flags before testingDylan Baker
2024-06-26compilers: pass Environment to openmp_flagsDylan Baker
2024-06-26format: fix edge case with empty functionsCharles Brunet
2024-06-26Update Users.md entry for fossil-libMichael Gene Brockus (Dreamer)
2024-06-24Bump version numbers for rc1.Jussi Pakkanen
2024-06-23limit wrapped-due-to-env special case for `env` to only apply for env.setEli Schwartz
2024-06-23Test case for environment prepend/append acting like setNils Werner
2024-06-24compilers: make lang_map publicSam James
2024-06-24compilers: detect: fix pre-processor scraping by defining languageSam James
2024-06-24compilers: detect: fix comment/error string in _get_gnu_compiler_definesSam James
2024-06-24compilers: detect: fix typo in commentSam James
2024-06-24Update mesonbuild/backend/vs2010backend.pyRenan Lavarec
2024-06-24Vs2010Backend: Fix REGEN.vcxproj not getting default debug config in releaseRenan Lavarec
2024-06-23msetup: fix regression under py3.13 causing profile.runctx to not write locals()Eli Schwartz
2024-06-23minstall: fix symlink handling on python 3.13Eli Schwartz