159 Commits (53febd08cd77b0455e78fe45e93b86505ba5b0e5)

Author SHA1 Message Date
Dylan Baker 29ef4478df compilers/d: Add b_ndebug support 5 years ago
Michael Brockus 3ac437cecf
rm python2 %s from backends.py and ninjabackend.py 5 years ago
John Ericson 278c294aa4 Compiler options per lang 5 years ago
Michael e04b0ae6b6 fix ninja version inconsistent 5 years ago
Marc-André Lureau a54506fe46 Handle BuildTarget as custom_target() argument #6914 5 years ago
ClausKlein 00104b1081 Remove my notes from sources 5 years ago
ClausKlein f72c990bfd Use os.path.normpath() for include paths 5 years ago
Dylan Baker 06b1a317d2 Make use of unholder 5 years ago
Jussi Pakkanen 0fbd09609f Clang-cl cross fix from Dale Curtis. Closes #5639. 5 years ago
Nirbheek Chauhan 3320e13d91 unit tests: Add a test for the symbolchecker script 5 years ago
Nirbheek Chauhan 5dcbf10a1b ninjabackend: Pass the import library to SHSYM 5 years ago
Nirbheek Chauhan 72c6cbd990 ninjabackend: Minor refactoring 5 years ago
Nirbheek Chauhan be486a2ec8 ninjabackend: List PDBs in output list for targets 5 years ago
Nirbheek Chauhan 77d163a0e9 symbolextractor: Print one warning when no implementation found 5 years ago
Daniel Mensinger 668610c0d2 backend: refactor: set self.interpreter in the constructor 5 years ago
Daniel Mensinger 09b53c534f types: import typing as T (fixes #6333) 5 years ago
Daniel Mensinger fa4de71faf lgtm: Fix unused variable 5 years ago
Dylan Baker d856118006 environment: Fix selecting the linker with rustc 5 years ago
Dylan Baker 7658e67f92 backends/ninja: apply linker arguments when using rust 5 years ago
Daniel Mensinger 9435f11b17
ci: Add CI command to include text files in the CI log 5 years ago
Jussi Pakkanen 35e809fc5e Store run target names in build. 5 years ago
Wolfgang Stöggl f037e7ef45 Fix typos found by codespell 5 years ago
Aleksey Gurtovoy 48e6db89ab Ask Ninja to expand rsp files in compile_commands.json 5 years ago
Marc-André Lureau 1ed70e22b9 Add source tags targets 5 years ago
Jussi Pakkanen d3b389f349 Add clang-tidy target. Closes #2383. 5 years ago
Jussi Pakkanen 5a52983f16 Refactor clang tool generation to its own function. 5 years ago
Ting-Wei Lan 0390b673f1 Find clang-format with alternative names 5 years ago
Aleksey Gurtovoy 7dbabdc7b6 Correctly handle platform-specific LDFLAGS options 5 years ago
Aleksey Gurtovoy 6ac5db50c9 CUDA support on Windows 5 years ago
Gabriel Ganne e7197895b2 uniform scan-build detection process 5 years ago
Aleksey Gurtovoy 75daed27bc mesonlib.split_args/quote_arg/join_args 5 years ago
Michael Hirsch, Ph.D 25653cac07
PGI: windows workaround not-msvc-like enough function 5 years ago
Michael Hirsch, Ph.D 4c8b41a173 flatten list to subprocess.Popen, necessary for Python 3.8 5 years ago
Gabriel Ganne 4143c7bceb ninjabackend: do not generate scan-build target if it cannnot be run 5 years ago
Jussi Pakkanen 80ef6fd69f Pass optimization flags to rustc properly. Closes: #5788. 5 years ago
Dylan Baker 06dcbd50ee compilers: Dispatch to dynamic linker class 5 years ago
Aleksey Gurtovoy e5b515aa1d ninjabackend: Squish Coco support 5 years ago
Jussi Pakkanen 7ce2a24f42 Made dist a top level command. 5 years ago
Dylan Baker 24c4c079e7 linkers: Add get_base_link_args method to static linkers 5 years ago
Nirbheek Chauhan 9c2724bce5 Add optional progress bar when generating build.ninja 5 years ago
Paolo Bonzini f95c965043 backends: choose whether to serialize in as_meson_exe_cmdline 5 years ago
Paolo Bonzini 3ef7b23178 backends: hide meson --internal exe cmdline from backends 5 years ago
Xavier Claessens 12d4031f52 Add alias_target() function 5 years ago
James Westman 77c3e6a4aa Fix two errors when cross-compiling with Vala 5 years ago
Michael Hirsch, Ph.D 5b109c9ad2 correct missing argument for IntelClFortranCompiler 6 years ago
Michael Hirsch, Ph.D ef53107f14 BUGFIX: Fortran module regex handle more edge cases 6 years ago
Jussi Pakkanen 49e9e0179c Do not quote targetdep, Ninja fails if it contains double quotes. 6 years ago
Michael Hirsch, Ph.D 927ce94d99 fortran depscan: ignore module procedure 6 years ago
Michael Hirsch, Ph.D 2a7ef98aff BUGFIX syntax 6 years ago
John Ericson 07777e15d4 Purge `is_cross` and friends without changing user interfaces 6 years ago