Searched +full:stringop +full:- +full:overread (Results 1 – 4 of 4) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 22 - _build/meson-logs/*.txt 23 - _build/meson-logs/strace 24 - _build/.ninja_log 25 - artifacts 28 .build-linux: 29 extends: .build-common 36 - !reference [default, before_script] [all …]
|
| /third_party/openhitls/config/json/ |
| D | compile.json | 4 "-D_FORTIFY_SOURCE=2", 5 "-O2" 7 "CC_OVERALL_FLAGS": ["-pipe"], 9 "-Werror", 10 "-Wextra", 11 "-Wcast-qual", 12 "-Wall", 13 "-Wdate-time", 14 "-Wfloat-equal", 15 "-Wshadow", [all …]
|
| D | complete_options.json | 4 "-std=c90", 5 "-std=c99", 6 "-std=c11", 7 "-std=gnu90", 8 "-std=gnu99", 9 "-std=gnu11", 10 "-Wpedantic", 11 "-pedantic", 12 "-pedantic-errors", 13 "-fsigned-char", [all …]
|
| /third_party/curl/ |
| D | CHANGES | 13 - RELEASE-NOTES: synced 17 - THANKS: new contributors from 8.5.0 21 - cd2nroff: use perl 'strict' and 'warnings' 23 - Use strict and warnings pragmas. 25 - If open() fails then show the reason. 27 - Set STDIN io layer :crlf so that input is properly read on Windows. 29 - When STDIN is used as input, the filename $f is now set to "STDIN". 38 - cd2nroff: fix duplicate output issue 40 Assisted-by: Jay Satiro 41 Fixes https://github.com/curl/curl-www/issues/321 [all …]
|