12028 Commits (1209b8820bad58fd3865069b63f3a1125d9824bc)
 

Author SHA1 Message Date
Dylan Baker 1209b8820b compilers: push the compiler id to a class variable 3 years ago
Eli Schwartz f67994476d remove the RPM module 3 years ago
Jussi Pakkanen 251d6f0f5d
Merge pull request #9739 from mathstuf/armclang-support 3 years ago
Jussi Pakkanen 3ab08265c0 Bump version number for new development. 3 years ago
Jussi Pakkanen 9e1f20728f Prepare release 0.61.0. 3 years ago
Eli Schwartz 09f03a8424 add pending deprecation notice for python 3.6 3 years ago
Jussi Pakkanen 43c6860a3a Use VS 2022 release version for packaging. 3 years ago
x-yuri 84ac1b6fbb Running-Meson.md: fix a broken link 3 years ago
Jussi Pakkanen a311364f54 Remove docs for ghwt that got deleted ages ago. 3 years ago
Itoh Shimon a22d0f9a0a Fix typo. 3 years ago
Jussi Pakkanen 8b54ee58ef
Merge pull request #9773 from annacrombie/master 3 years ago
Stone Tickle 2c4a98f851
add release notes for refman man page 3 years ago
Stone Tickle 71ea9e3d4c
add man page generation to build 3 years ago
Stone Tickle ac468a1394
add man page backend to refman 3 years ago
John Kilpatrick 484a389bbe Fix syntax highlighting Continuous-Integration.md 3 years ago
Stone Tickle 95057340b3
cleanup _extract_meson_version() 3 years ago
Ben Boeckel f30e83efd6 armltdclang: add support for ARM Ltd.'s `armclang` toolchain 3 years ago
Jussi Pakkanen 09f52a3817 Bump version numbers for rc1. 3 years ago
Jussi Pakkanen c8733f65b3
Merge pull request #9757 from eli-schwartz/broken-types 3 years ago
Jussi Pakkanen 117ba23071 Condense test directory numbers for rc1. 3 years ago
Jussi Pakkanen 4101ca6eaa Fix files in the unittests subdir. 3 years ago
Pablo Correa Gómez 6a5c99b0c7
docs: Update yelp documentation to reflect what it is actually doing 3 years ago
Pablo Correa Gómez 26c1869a14
modules/gnome: replace yelphelper with run and custom targets 3 years ago
Pablo Correa Gómez 270843ed34
test cases/frameworks/13 yelp: Do not reuse sources files 3 years ago
Jussi Pakkanen cf3a23dcce
Merge pull request #9758 from eli-schwartz/meson_add_foo_script-argchecks 3 years ago
Eli Schwartz 688b4bac76 add FeatureNew decorators for various modules that were lacking them 3 years ago
Eli Schwartz 9f8df3529f rename lint workflow for less confusion 3 years ago
Eli Schwartz 812ad2e6d1
fix type annotations for mlog nesting 3 years ago
Eli Schwartz 9f384e9207
fix type annotations for compiler toolchain rpaths 3 years ago
Eli Schwartz 19c9f32cef
correct type annotations for File.endswith 3 years ago
Eli Schwartz db528e3bb9
fix crash during MesonException 3 years ago
Eli Schwartz d46ac459e9
fix incorrect docs for add_*_script 3 years ago
Eli Schwartz cb6a6dbca4
remove no longer needed validation routine 3 years ago
Eli Schwartz 6e25548d06
add_*_script: fix incorrect typed_pos_args allowing built targets 3 years ago
Eli Schwartz f6eaf55906
add_*_script: fix missing FeatureNew for non-string arguments 3 years ago
Eli Schwartz 1708148f51
unpin pylint in CI -- the mentioned issue is long since fixed 3 years ago
Eli Schwartz 3304a38496
cygwin: fix broken python versions 3 years ago
Tristan Partin 269337ceb2 Fix mypy 0.930 issues 3 years ago
Nirbheek Chauhan 37b122b87e unit tests: Don't check quoting with multiple libs 3 years ago
Nirbheek Chauhan 351aee8ace Don't wipe out RPATHs specified by dependencies 3 years ago
Nirbheek Chauhan 06b1132f82 Set RPATH for all non-system libs with absolute paths 3 years ago
Xavier Claessens 95a4c6a62a pkgconfig: Fix linking to a custom target 3 years ago
Eli Schwartz ee0baa97cd modules: use find_program implementation to find programs 3 years ago
Eli Schwartz 6be258137e
modules: let the proxy state find_program do silent lookups 3 years ago
Eli Schwartz d25a335503
restore additional info about the potential cause of find_program failing 3 years ago
Eli Schwartz 71ae5ccb65
restore the ability in the backend to silently find a program 3 years ago
Dylan Baker 3656b8c6d4 modules/gnome: use T.Sequence instead of T.List 3 years ago
Dylan Baker 1410d2e9c5 modules/gnome: use typed_kwargs for mkenum 3 years ago
Dylan Baker 7e833d1484 modules/gnome: don't call through mkenums for mkenums_simple 3 years ago
Dylan Baker 4d8c91134c gnome: use typed_kwargs for mkenums_simple 3 years ago