Searched +full:stringop +full:- +full:overflow (Results 1 – 9 of 9) sorted by relevance
| /external/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 18 - _build/meson-logs/*.txt 19 - _build/meson-logs/strace 20 - shader-db 21 - artifacts 24 .build-linux: 25 extends: .build-common 32 - !reference [default, before_script] [all …]
|
| /external/fmtlib/test/ |
| D | CMakeLists.txt | 5 set(TEST_MAIN_SRC test-main.cc gtest-extra.cc gtest-extra.h util.cc) 6 add_library(test-main STATIC ${TEST_MAIN_SRC}) 7 target_include_directories(test-main PUBLIC 9 target_link_libraries(test-main gtest fmt) 13 # (Wstringop-overflow) - [meta-bug] bogus/missing -Wstringop-overflow warnings 15 # Bogus -Wstringop-overflow warning 17 # [10 Regression] spurious -Wstringop-overflow writing to a trailing array plus offset 21 target_compile_options(${name} PRIVATE -Wno-stringop-overflow) 23 target_link_libraries(${name} -Wno-stringop-overflow) 35 set(libs gtest fmt-header-only) [all …]
|
| /external/aws-crt-java/ |
| D | CMakeLists.txt | 3 project(aws-crt-jni C) 50 set(ANDROID_DEPS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/target/cmake-build/deps/${ANDROID_ABI}) 55 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/crt/aws-c-common/cmake") 60 add_subdirectory(crt/aws-c-common) 66 # temporarily disable certain warnings as errors for the aws-lc build 69 check_c_compiler_flag(-Wno-stringop-overflow HAS_WNO_STRINGOP_OVERFLOW) 71 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-stringop-overflow") 74 check_c_compiler_flag(-Wno-array-parameter HAS_WNO_ARRAY_PARAMETER) 76 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-array-parameter") 80 add_subdirectory(crt/aws-lc) [all …]
|
| /external/cronet/third_party/libc++/src/utils/libcxx/test/ |
| D | params.py | 1 # ===----------------------------------------------------------------------===## 5 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 # ===----------------------------------------------------------------------===## 18 "-Werror", 19 "-Wall", 20 "-Wctad-maybe-unsupported", 21 "-Wextra", 22 "-Wshadow", 23 "-Wundef", 24 "-Wunused-template", [all …]
|
| /external/flatbuffers/ |
| D | CMakeLists.txt | 4 # CMake version 3.16 is the 'de-facto' minimum version for flatbuffers. If the 42 option(FLATBUFFERS_STATIC_FLATC "Build flatbuffers compiler with -static flag" 54 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets." 67 "Run C++ code generator with '--cpp-std c++0x' switch." 75 "Skip generating monster_extra.fbs that contains non-supported numerical\" 78 "Build flatbuffers with all warnings as errors (-Werror or /WX)." 94 add_definitions(-DFLATBUFFERS_MAX_PARSING_DEPTH=${FLATBUFFERS_MAX_PARSING_DEPTH}) 98 # Auto-detect locale-narrow 'strtod_l' and 'strtoull_l' functions. 114 add_definitions(-DFLATBUFFERS_LOCALE_INDEPENDENT=$<BOOL:${FLATBUFFERS_LOCALE_INDEPENDENT}>) 283 # https://stackoverflow.com/questions/71772330/override-target-compile-options-via-cmake-command-li… [all …]
|
| /external/openscreen/third_party/protobuf/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 22 "-Wno-sign-compare", 23 "-Wno-deprecated-declarations", 24 "-Wno-unused-function", 28 "-Wno-exit-time-destructors", 29 "-Wno-extra-semi", 30 "-Wno-unneeded-internal-declaration", 31 "-Wno-unused-private-field", 32 "-Wno-inconsistent-missing-override", 38 "-Wno-stringop-overflow", [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi 44 - OpenGL ES 3.0 on Asahi [all …]
|
| D | 22.3.0.rst | 1 Mesa 22.3.0 Release Notes / 2022-12-02 20 --------------- 24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz 28 ------------ 30 - GL_ARB_shader_clock on llvmpipe 31 - VK_KHR_shader_clock on lavapipe 32 - Mesa-DB, the new single file cache type 33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe 34 - VK_KHR_global_priority on RADV 35 - GL_KHR_blend_equation_advanced_coherent on zink [all …]
|
| D | 21.2.0.rst | 1 Mesa 21.2.0 Release Notes / 2021-08-04 20 --------------- 24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz 28 ------------ 30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock 32 - VK_EXT_provoking_vertex on RADV. 34 - VK_EXT_extended_dynamic_state2 on RADV. 36 - VK_EXT_global_priority_query on RADV. 38 - VK_EXT_physical_device_drm on RADV. 40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV. [all …]
|