9381 Commits (3babaaaeecb01ceefb25508783207f1bf7876447)
 

Author SHA1 Message Date
Jon Turney abf8bf488e ninja: Specifically implement gcc rspfile style quoting 5 years ago
Jon Turney aca93df184 backend: There is no need for 'compiler-specific escaping' anymore 5 years ago
Jon Turney eb60c041f9 ninja: Implement Windows-style command line quoting 5 years ago
Jon Turney fbacf87af5 ninja: Quoting in rspfile depends on the compiler, not the shell 5 years ago
Jon Turney 9cec5f3521 ninja: Push ninja and shell quoting down into NinjaRule 5 years ago
Jon Turney 2f070c54bd Extended test case for special characters to compiler arguments 5 years ago
Jon Turney 92ee8932cd ninja: Refcount rsp and non-rsp rule usage separately 5 years ago
Jon Turney 9967a2276d ninja: Expose response file rules in compdb 5 years ago
Jon Turney f9c03dfd29 ninja: Only use response files when needed 5 years ago
Jon Turney 50f98f3726 ninja: Rename 'rule' -> 'rulename' in NinjaBuildElement 5 years ago
Jon Turney 702d03e426 Add a test case for very long command lines 5 years ago
Marcel Hollerbach 032ab3606d CompilerArgs: refactor __iadd__ 5 years ago
Marcel Hollerbach ba8e838dcf Revert "CompilerArgs: make lookup faster" 5 years ago
Marcel Hollerbach 256e910dee cache up regex mathings 5 years ago
Marcel Hollerbach cca06e4c33 ninjabackend: cache calls to normpaths 5 years ago
Richard Brown 2e30afb23b Add libeconf to users.md 5 years ago
Joshua Gawley 6d2255ffec
mesonlib.py: refactored detect_vcs() to use pathlib.Path (#7230) 5 years ago
Jussi Pakkanen f818d961e4 Add android to os list informally. Closes #6233. [skip ci] 5 years ago
Lisa White 5e3f9b4b06 [skip ci] mesonwrap docs: fix a broken link 5 years ago
Mike Gilbert 5b3bed525d Ignore file access errors when scanning .so files in system libdirs 5 years ago
Daniel Mensinger a252a17e6e cmake: always split property lists (fixes #7228) 5 years ago
jonathanmist 9ada7e18a8 dependencies/cuda: Add support for ARM linux 5 years ago
Ebrahim Byagowi 647f19b5aa
docs/unit-tests: Show a test can have multiple suites [skip ci] 5 years ago
Lisa White fcbff1de7c [skip ci] mesonwrap docs 5 years ago
Lisa White 6ecb716f9c [skip ci] mesonwrap docs: limit line length and remove trailing spaces 5 years ago
Jussi Pakkanen c61f75adbf
Merge pull request #6818 from mensinda/localPatch 5 years ago
Michael Hirsch, Ph.D e2c475939e add type anno: compilers/clike 5 years ago
Daniel Mensinger a340b413ef ninja: Always use to_native on CompilerArgs (fixes #7167) 5 years ago
Soapux 4852ee8ceb Fix lack of space after 'Cflags:' in pkgconfig files 5 years ago
Phillip Johnston bdfd46e579 Recognize Arduino .ino files as C++ 5 years ago
Soapux 228fd24ca4
docs: Fix typo in Release notes [skip ci] 5 years ago
Daniel Mensinger c9cd235af4 opts: added docs 5 years ago
Daniel Mensinger 534b340a56 opts: Add FeatureNew for '-' and 'not' introduced in 0.54.1 5 years ago
Daniel Mensinger 7e8f1de063 opts: Allow string concatenation (fixes #7199) 5 years ago
TheQwertiest 1d02fd924b mcompile: removed unneeded imports 5 years ago
TheQwertiest 4b6471f1d5 mcompile: detect_ninja 5 years ago
TheQwertiest 7c2f9e2b57 mcompile: replaced intro with cdata + extracted code to funcs 5 years ago
TheQwertiest b9c9024e84 mcompile: replaced backend divination code + cleanup 5 years ago
Jussi Pakkanen 1e7f1ad4c9
Merge pull request #7197 from jon-turney/test-output-check-mandatory 5 years ago
georgev93 6f199db95b Use --internal script call to call delwithsuffix when cleaning up the gcno and gcda files in a coverage enabled build. Otherwise, meson will crash when running from an MSI installation. 5 years ago
p01arst0rm 91db25ac85 fixed typo 5 years ago
Alexander Neumann ec7ee8fd9e fix cmake target configuration selection. 5 years ago
Jussi Pakkanen 187865c5a8
Merge pull request #6765 from mensinda/astDump2 5 years ago
Jussi Pakkanen 527536dd4a Clear internal caches before running each test. 5 years ago
Jon Turney 6b1e1ffa77
Add expected stdout for failing-meson tests which are missing it 5 years ago
Jon Turney 0ac4376990
Make expected stdout mandatory for warning-meson and failing-meson tests 5 years ago
Daniel Mensinger 550a450324
ast: Add docs for --ast 5 years ago
Daniel Mensinger 210b57a136
ast: add unittest 5 years ago
Daniel Mensinger 54511b4a0f
ast: Handle NotNode 5 years ago
Daniel Mensinger 96eeef62ea
ast: Add AST JSON printer 5 years ago