10044 Commits (57b918f2813c2f5ea007e0e6333f192b5361daec)
 

Author SHA1 Message Date
Dylan Baker 10b44584ff
Merge pull request #7795 from dcbaker/submit/full-compiler-annotations 5 years ago
Nirbheek Chauhan 264939963f docs: Fixup find_program search path documentation [skip ci] 5 years ago
Vili Väinölä 32cf7a03d2 Fix meson compile for 32-bit MSVC build 5 years ago
Dylan Baker 2fe400c350 compilers/icl fix IntelClCPP argument checking 5 years ago
Dylan Baker f9316fbb46 compilers/icl: Fix pch usage 5 years ago
Dylan Baker be99d00e95 linkers: Fix Xilink constructor 5 years ago
Dylan Baker b309f4904b compilers/fortran: make ifort on windows signature match ICL's 5 years ago
Dylan Baker ff51e1c5aa compilers/clike: Store exe_wrapper as ExternalProgram 5 years ago
Dylan Baker 135f5d5838 compilers: make get_optimization_args abstract 5 years ago
Dylan Baker 577a2de7e8 compilers/fortran: fix has_multi_*_arguments 5 years ago
Dylan Baker 4cdc32114b run_mypy: mark the whole compilers package as type safe 5 years ago
Dylan Baker 6a9761a2c0 compilers/d: add type annotations 5 years ago
Dylan Baker 6eb981e0c0 compilers/gnu: Don't pretend to inherit CLike 5 years ago
Dylan Baker 738e343860 compilers: move _build_wrapper out of clike into Compiler 5 years ago
Dylan Baker cd59ce98dc compilers: clang: use get_compiler_check_args 5 years ago
Dylan Baker 1c20f187e8 compilers/intel: use get_compiler_check_args 5 years ago
Dylan Baker 8291e947f5 compilers: move get_compile_check_args() to Compiler 5 years ago
Dylan Baker e039727e63 compilers/fortran: add type annotations 5 years ago
Dylan Baker 3fc37fc13e compilers/java: Add type annotations 5 years ago
Dylan Baker 4430269d4e compilers/rust: add type annotations 5 years ago
Dylan Baker e437bdd0a9 compilers/swift: Add type annotations 5 years ago
Dylan Baker efceec9615 Compilers/vala: Add type annotations 5 years ago
Dylan Baker d3a059b55f compilers/cuda: make type safe 5 years ago
Dylan Baker 6d173f9678 mesonlib: make OptionOverrideProxy a true MutableMapping 5 years ago
Dylan Baker 224a752489 compilres: move depfile_for_object to compiler 5 years ago
Dylan Baker 413f4d87e9 compilers/cs: Add type annotations 5 years ago
Dylan Baker e7f0890cb9 compilers: move get_dependency_gen_args to base Compiler 5 years ago
Dylan Baker 1513aa437d compilers: move split_shlib_to_parts to the base compiler 5 years ago
Dylan Baker fe97977b00 compilers/cpp: Add type annotations 5 years ago
Dylan Baker 96a1ae6dfe compilers: fully type annotate the C compilers 5 years ago
Dylan Baker 20663564bd deprecated get_configtool_variable and get_pkgconfig_variable 5 years ago
Rasmus Thomsen 1d04caff29 Document search order of find_program 5 years ago
Alexandros Theodotou a65fffd127 document keys() method of dictionary object [skip ci] 5 years ago
Ian Harvey 3afe18228a compilers: Use /Od for no-optimisation flag for Intel compilers on windows 5 years ago
Dylan Baker ce2d927a79
Merge pull request #7757 from dcbaker/submit/curses-dependency 5 years ago
Dylan Baker a3106776a6 dependencies/curses: don't try ncurses-config or system dependency on windows 5 years ago
Yonggang Luo 9a47509764 dependencies/curses: Add support for pdcurses 5 years ago
Yonggang Luo e873e64b40 dependencies/curses: Add way to testing curses on msys2. 5 years ago
Dylan Baker 19f2b3d583 tests/curses: Extend to test versions 5 years ago
Dylan Baker 5aee8567b8 dependencies/curses: Add a system dependency 5 years ago
Dylan Baker cb6ccf2632 dependencies/zlib: Fix header detection 5 years ago
Dylan Baker 7d11d7cf68 dependencies/curses: Add support for using the ncurses config tools 5 years ago
Dylan Baker 354c1c1d09 dependency/misc: change lookup order for curses pkg-config 5 years ago
Dylan Baker 16d3513df6 docs/Dependencies Add missing curses documentation 5 years ago
Dylan Baker c411b29b6d dependencies/misc: Fix typing of curses_factory 5 years ago
Dylan Baker 137c3124e2
Merge pull request #7758 from dcbaker/submit/hdf5-factory 5 years ago
Jussi Pakkanen 400ec2d685
Merge pull request #7762 from jon-turney/meson-exe-output-improve 5 years ago
Vili Väinölä d1638a4fde compilers/VS: fix build to use optimization and debug flags 5 years ago
Jussi Pakkanen 5f70984403
Merge pull request #7772 from xclaesse/deprecate-source-root 5 years ago
Jon Turney ff186b0526 Improve documentation about using shell in custom_target() [skip ci] 5 years ago