8074 Commits (3256e7ea63edb8508d1a2aac45da02e5c452df2c)
 

Author SHA1 Message Date
Jussi Pakkanen f2e018c7f3 Create multiple different archive types with dist. 5 years ago
Jussi Pakkanen 7ce2a24f42 Made dist a top level command. 5 years ago
Marc-André Lureau 3811101434 meson: handle nested disabler 5 years ago
Dylan Baker c8a6a44850 compilers: pull sanitzier args into compiler classes 5 years ago
Dylan Baker e0f036f3a4 linkers: Always use mesonlib namespace 5 years ago
Dylan Baker 5d7395673d compilers: return as-needed args as a list 5 years ago
Dylan Baker 24c4c079e7 linkers: Add get_base_link_args method to static linkers 5 years ago
Dylan Baker 7eb1d89095 compilers: Move lto args into compiler class 5 years ago
Dylan Baker 32c57ca782 linkers: simplify and annotate 5 years ago
Dylan Baker 753587ee15 mesonlib: Annotate Popen_safe functions 5 years ago
Dylan Baker 019f73dd7c coredata: Add a type for the options dict 5 years ago
Daniel Mensinger 3b2126531a cmake: added test case for environment variables 5 years ago
Daniel Mensinger e2499fab8b meson: Use CMAKE_PREFIX_PATH environment variable 5 years ago
Nirbheek Chauhan 9c2724bce5 Add optional progress bar when generating build.ninja 5 years ago
Nirbheek Chauhan 4200afc74d unit tests: Check whether pytest-xdist is available 5 years ago
Nirbheek Chauhan 81b6c9ef8c unit tests: Use a timeout for tests that use the network 5 years ago
Jeremy Philippe c206f3cb1d ValaCompiler: only emit '--debug' in debug build. 5 years ago
Xavier Claessens 2e41d53e4d Add version check support to find_program() 5 years ago
Paolo Bonzini d34e532020 backends: do not split command and arguments in ExecutableSerialisation 5 years ago
Paolo Bonzini b4d313b058 backends: remove unnecessary fields from ExecutableSerialisation 5 years ago
Paolo Bonzini ed348b7da8 backends: discover java/mono wrapper at generation time 5 years ago
Paolo Bonzini 8239d71025 backends: create ExecutableSerialisation in meson_exe if possible 5 years ago
Paolo Bonzini 2912f44e9c backends: always serialize custom targets if they need a wrapper 5 years ago
Paolo Bonzini f95c965043 backends: choose whether to serialize in as_meson_exe_cmdline 5 years ago
Paolo Bonzini eb5aff8b76 vs2010backend: always serialize executables for generators 5 years ago
Paolo Bonzini 3ef7b23178 backends: hide meson --internal exe cmdline from backends 5 years ago
Nirbheek Chauhan 43aae8243c unit tests: Test more syntax highlighting data 5 years ago
Daniel Mensinger bc0f510ef1 fix all flake8 issues 5 years ago
Michael Hirsch, Ph.D 76b1f4f8cb azure cygwin cmake 3.14.5 5 years ago
Michael Hirsch, Ph.D b7a5d6b384 add cross-platform test for cmake_module_path 5 years ago
Michael Hirsch, Ph.D a348174313 str => pathlib for cmakelists 5 years ago
Daniel Mensinger d9eac2544c cmake: additional debug logging 5 years ago
Daniel Mensinger 845f0e1133 cmake: Fix empty -D due to empty strings (closes #5522) 5 years ago
Daniel Mensinger 3b3f53ab55 mintro: Fix section key in buildoptions 5 years ago
Marc-André Lureau 341d245e68 Accept vs_module_defs for modules 5 years ago
Xavier Claessens f5da881126 gtkdoc: Add 'check' kwarg (#5591) 5 years ago
ailin-nemui 9bb6093fa0 Add Irssi to Users 5 years ago
Michael Hirsch, Ph.D 1b2d54a085
Merge pull request #5654 from marxin/fix-return-type-warnings 5 years ago
Michael Hirsch, Ph.D 6bf71e816b
Merge pull request #5663 from ePirat/patch-3 5 years ago
Paolo Bonzini 28c93ce4af work around failure of test 185 in single-byte locales 5 years ago
ePirat 42d48b461d
Docs: Fix brackets in generator examples [ci skip] 5 years ago
Martin Liska c1870889b1 Fix missing return statements that are seen with -Werror=return-type. 5 years ago
Jussi Pakkanen d7a682fded No need to reserve build_ because we use build. instead. 5 years ago
Marc-André Lureau 451a32d1c8 meson: skip captured write if content didn't change 5 years ago
Dylan Baker 7803056ef2 run_unittests: use sys.executable on Windows for python 5 years ago
Dylan Baker 42d34095b4 compilers/mixins/pgi: Finish type annoations 5 years ago
Dylan Baker fab47c5680 compilers: split pgi compiler out of compilers module 5 years ago
Dylan Baker f574beffb4 compilers/mixins/elbrus: add type annotations and fix types 5 years ago
Dylan Baker 5d685e7a5c compilers: put elbrus in mixins 5 years ago
Dylan Baker 1b276598ce compilers/mixins/clang: Add type annotations 5 years ago