aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Merge pull request #13171 from amcn/mingw-python-limited-apiJussi Pakkanen6-74/+133
2024-06-11Python: link correct limited API lib on mingwAndrew McNulty1-2/+8
2024-06-11Python: fix limited API logic under mingwAndrew McNulty1-6/+8
2024-06-11Python: move Windows functions to dependency baseAndrew McNulty1-63/+62
2024-06-11unittests: Add Python unittest for limited APIAndrew McNulty1-1/+30
2024-06-11Python: add load test to limited API testAndrew McNulty3-2/+25
2024-06-11Merge pull request #13303 from jwieleRH/manJussi Pakkanen1-0/+441
2024-06-11Add help for meson format to the man page.John Wiele1-0/+47
2024-06-10Add note about meson-python and installation pathEmil Melnikov2-1/+11
2024-06-10java: use single javac invocation per jarMis0121-13/+21
2024-06-08Use helper method in remaining compiler classes.Jussi Pakkanen2-12/+14
2024-06-08Use helper method in Rust compiler class.Jussi Pakkanen1-2/+2
2024-06-08Use helper method in Fortran compiler classes.Jussi Pakkanen1-9/+9
2024-06-08Use helper method in C++ compiler classes.Jussi Pakkanen1-52/+60
2024-06-08Create helper method for lang opts and use in C compiler classes.Jussi Pakkanen2-34/+59
2024-06-07wrap: default values for netrc are empty string from python 3.11Ruben Gonzalez1-1/+1
2024-06-06Add help for meson env2mfile to the man page.John Wiele1-0/+59
2024-06-06Add help for meson devenv to the man page.John Wiele1-0/+40
2024-06-06Add help for meson compile to the man page.John Wiele1-0/+56
2024-06-06Add help for meson rewrite to the man page.John Wiele1-0/+47
2024-06-06Add help for meson subprojects to the man page.John Wiele1-0/+43
2024-06-06Add help for meson init to the man page.John Wiele1-0/+62
2024-06-06Add help for meson install to the man page.John Wiele1-0/+52
2024-06-06Add help for meson dist to the man page.John Wiele1-0/+35
2024-06-05Add -export_dynamic flag for AppleDynamicLinkerWolfgang Walther2-0/+15
2024-06-05Merge pull request #13286 from mesonbuild/machinerefactorJussi Pakkanen10-135/+175
2024-06-04Extract native file parser to machinefile source file.Jussi Pakkanen7-110/+127
2024-06-03CI: clean up azure triggersEli Schwartz1-2/+2
2024-06-03CI: Windows: downgrade rust to 1.77Eli Schwartz1-6/+7
2024-06-03xcode: Skip generating PBXBuildStyle on Xcode 9 and aboveAlbert Tang1-9/+12
2024-06-03xcode: Generate files for highest detected versionAlbert Tang1-2/+2
2024-06-03xcode: Detect installed version of XcodeAlbert Tang1-1/+31
2024-06-02Create a directory for machine files used in unit tests.Jussi Pakkanen3-34/+31
2024-06-02Start moving machine files to their own store.Jussi Pakkanen2-1/+27
2024-06-01mintro: write humman-readable JSONFilipe Laíns1-1/+1
2024-05-31Explain how to add preprocessor defines in FAQ.mdEmil Melnikov1-0/+13
2024-05-30CI: make cuda tests even run to begin withEli Schwartz3-6/+3
2024-05-30cuda: avoid test failure without GPU availableDavid Seifert1-2/+6
2024-05-29cuda: add test for late `add_languages('cuda')`David Seifert1-1/+4
2024-05-29cuda: disable thin archives when cuda is added through `add_languages('cuda')...David Seifert2-8/+11
2024-05-26docs: Update GIMP meson adoptionBruno1-1/+1
2024-05-24remove deprecation warning for `configure_file` kwarg 'copy'Marc Durdin1-1/+0
2024-05-24compilers: improve a comment describing why we add a silly clang workaroundEli Schwartz1-3/+17
2024-05-24Revert "rust: recursively pull proc-macro dependencies as well"Sam James5-27/+2
2024-05-23Refactor option classes to their own file.Jussi Pakkanen31-667/+713
2024-05-22unify listing for FSCL to point to allMichael Gene Brockus1-12/+1
2024-05-22cuda: add test for negative `find_library()` resultDavid Seifert1-0/+4
2024-05-22cuda: fix `cuda.find_library()` hardcoded to yield trueDavid Seifert3-17/+30
2024-05-22add cross-compile argument for ldc linker guessingAxel Ricard1-1/+5
2024-05-22fix sanity check for d cross-compilationAxel Ricard2-3/+14