93dfcf74cb
-- 855576faf9556573fd74c2874b290d8feb6565d5 by Gennadiy Rozental <rogeeff@google.com>: Import of CCTZ from GitHub. PiperOrigin-RevId: 241395451 -- b93bfd43eb2a992258f131e10f503526cfec6d48 by CJ Johnson <johnsoncj@google.com>: Fixes comment over AbslHashValue for InlinedVector PiperOrigin-RevId: 241368320 -- 75f58dafcac7d78c28d92a61ec7e53c5b3b86697 by Matt Kulukundis <kfm@google.com>: Do not call sampling logic for tables with custom allocators. PiperOrigin-RevId: 241356451 -- 09f1b4889476ff707a54189aff540e2fe1edcf61 by Derek Mauro <dmauro@google.com>: Re-enable optionalTest.InPlaceTSFINAEBug after libc++ update PiperOrigin-RevId: 241222673 -- 01a8bb5a8cb1e13e88ddb92f9c0160beb6e126be by Derek Mauro <dmauro@google.com>: Update Clang on Kokoro to r356196. This includes a workaround for a -Wgnu-include-next warning fixed by https://reviews.llvm.org/rG0706e144d57305782988dd4367530ae04986116f PiperOrigin-RevId: 241222395 -- 1de66bb669a7ec1494d6064677687f761ee2d369 by Abseil Team <absl-team@google.com>: Remove identical test and fix char to string per comment PiperOrigin-RevId: 240855512 GitOrigin-RevId: 855576faf9556573fd74c2874b290d8feb6565d5 Change-Id: Ie155b209ef5567e6597da6ef1844db7e2ad72586
214 lines
5 KiB
CMake
214 lines
5 KiB
CMake
# GENERATED! DO NOT MANUALLY EDIT THIS FILE.
|
|
#
|
|
# (1) Edit absl/copts/copts.py.
|
|
# (2) Run `python <path_to_absl>/copts/generate_copts.py`.
|
|
|
|
list(APPEND ABSL_CLANG_CL_EXCEPTIONS_FLAGS
|
|
"/U_HAS_EXCEPTIONS"
|
|
"/D_HAS_EXCEPTIONS=1"
|
|
"/EHsc"
|
|
)
|
|
|
|
list(APPEND ABSL_CLANG_CL_FLAGS
|
|
"/W3"
|
|
"-Wno-c++98-compat-pedantic"
|
|
"-Wno-conversion"
|
|
"-Wno-covered-switch-default"
|
|
"-Wno-deprecated"
|
|
"-Wno-disabled-macro-expansion"
|
|
"-Wno-double-promotion"
|
|
"-Wno-comma"
|
|
"-Wno-extra-semi"
|
|
"-Wno-extra-semi-stmt"
|
|
"-Wno-packed"
|
|
"-Wno-padded"
|
|
"-Wno-sign-compare"
|
|
"-Wno-float-conversion"
|
|
"-Wno-float-equal"
|
|
"-Wno-format-nonliteral"
|
|
"-Wno-gcc-compat"
|
|
"-Wno-global-constructors"
|
|
"-Wno-exit-time-destructors"
|
|
"-Wno-nested-anon-types"
|
|
"-Wno-non-modular-include-in-module"
|
|
"-Wno-old-style-cast"
|
|
"-Wno-range-loop-analysis"
|
|
"-Wno-reserved-id-macro"
|
|
"-Wno-shorten-64-to-32"
|
|
"-Wno-switch-enum"
|
|
"-Wno-thread-safety-negative"
|
|
"-Wno-undef"
|
|
"-Wno-unknown-warning-option"
|
|
"-Wno-unreachable-code"
|
|
"-Wno-unused-macros"
|
|
"-Wno-weak-vtables"
|
|
"-Wbitfield-enum-conversion"
|
|
"-Wbool-conversion"
|
|
"-Wconstant-conversion"
|
|
"-Wenum-conversion"
|
|
"-Wint-conversion"
|
|
"-Wliteral-conversion"
|
|
"-Wnon-literal-null-conversion"
|
|
"-Wnull-conversion"
|
|
"-Wobjc-literal-conversion"
|
|
"-Wno-sign-conversion"
|
|
"-Wstring-conversion"
|
|
"/DNOMINMAX"
|
|
"/DWIN32_LEAN_AND_MEAN"
|
|
"/D_CRT_SECURE_NO_WARNINGS"
|
|
"/D_SCL_SECURE_NO_WARNINGS"
|
|
"/D_ENABLE_EXTENDED_ALIGNED_STORAGE"
|
|
)
|
|
|
|
list(APPEND ABSL_CLANG_CL_TEST_FLAGS
|
|
"-Wno-c99-extensions"
|
|
"-Wno-missing-noreturn"
|
|
"-Wno-missing-prototypes"
|
|
"-Wno-missing-variable-declarations"
|
|
"-Wno-null-conversion"
|
|
"-Wno-shadow"
|
|
"-Wno-shift-sign-overflow"
|
|
"-Wno-sign-compare"
|
|
"-Wno-unused-function"
|
|
"-Wno-unused-member-function"
|
|
"-Wno-unused-parameter"
|
|
"-Wno-unused-private-field"
|
|
"-Wno-unused-template"
|
|
"-Wno-used-but-marked-unused"
|
|
"-Wno-zero-as-null-pointer-constant"
|
|
"-Wno-gnu-include-next"
|
|
"-Wno-gnu-zero-variadic-macro-arguments"
|
|
)
|
|
|
|
list(APPEND ABSL_GCC_EXCEPTIONS_FLAGS
|
|
"-fexceptions"
|
|
)
|
|
|
|
list(APPEND ABSL_GCC_FLAGS
|
|
"-Wall"
|
|
"-Wextra"
|
|
"-Wcast-qual"
|
|
"-Wconversion-null"
|
|
"-Wmissing-declarations"
|
|
"-Woverlength-strings"
|
|
"-Wpointer-arith"
|
|
"-Wunused-local-typedefs"
|
|
"-Wunused-result"
|
|
"-Wvarargs"
|
|
"-Wvla"
|
|
"-Wwrite-strings"
|
|
"-Wno-missing-field-initializers"
|
|
"-Wno-sign-compare"
|
|
)
|
|
|
|
list(APPEND ABSL_GCC_TEST_FLAGS
|
|
"-Wno-conversion-null"
|
|
"-Wno-missing-declarations"
|
|
"-Wno-sign-compare"
|
|
"-Wno-unused-function"
|
|
"-Wno-unused-parameter"
|
|
"-Wno-unused-private-field"
|
|
)
|
|
|
|
list(APPEND ABSL_LLVM_EXCEPTIONS_FLAGS
|
|
"-fexceptions"
|
|
)
|
|
|
|
list(APPEND ABSL_LLVM_FLAGS
|
|
"-Wall"
|
|
"-Wextra"
|
|
"-Weverything"
|
|
"-Wno-c++98-compat-pedantic"
|
|
"-Wno-conversion"
|
|
"-Wno-covered-switch-default"
|
|
"-Wno-deprecated"
|
|
"-Wno-disabled-macro-expansion"
|
|
"-Wno-double-promotion"
|
|
"-Wno-comma"
|
|
"-Wno-extra-semi"
|
|
"-Wno-extra-semi-stmt"
|
|
"-Wno-packed"
|
|
"-Wno-padded"
|
|
"-Wno-sign-compare"
|
|
"-Wno-float-conversion"
|
|
"-Wno-float-equal"
|
|
"-Wno-format-nonliteral"
|
|
"-Wno-gcc-compat"
|
|
"-Wno-global-constructors"
|
|
"-Wno-exit-time-destructors"
|
|
"-Wno-nested-anon-types"
|
|
"-Wno-non-modular-include-in-module"
|
|
"-Wno-old-style-cast"
|
|
"-Wno-range-loop-analysis"
|
|
"-Wno-reserved-id-macro"
|
|
"-Wno-shorten-64-to-32"
|
|
"-Wno-switch-enum"
|
|
"-Wno-thread-safety-negative"
|
|
"-Wno-undef"
|
|
"-Wno-unknown-warning-option"
|
|
"-Wno-unreachable-code"
|
|
"-Wno-unused-macros"
|
|
"-Wno-weak-vtables"
|
|
"-Wbitfield-enum-conversion"
|
|
"-Wbool-conversion"
|
|
"-Wconstant-conversion"
|
|
"-Wenum-conversion"
|
|
"-Wint-conversion"
|
|
"-Wliteral-conversion"
|
|
"-Wnon-literal-null-conversion"
|
|
"-Wnull-conversion"
|
|
"-Wobjc-literal-conversion"
|
|
"-Wno-sign-conversion"
|
|
"-Wstring-conversion"
|
|
)
|
|
|
|
list(APPEND ABSL_LLVM_TEST_FLAGS
|
|
"-Wno-c99-extensions"
|
|
"-Wno-missing-noreturn"
|
|
"-Wno-missing-prototypes"
|
|
"-Wno-missing-variable-declarations"
|
|
"-Wno-null-conversion"
|
|
"-Wno-shadow"
|
|
"-Wno-shift-sign-overflow"
|
|
"-Wno-sign-compare"
|
|
"-Wno-unused-function"
|
|
"-Wno-unused-member-function"
|
|
"-Wno-unused-parameter"
|
|
"-Wno-unused-private-field"
|
|
"-Wno-unused-template"
|
|
"-Wno-used-but-marked-unused"
|
|
"-Wno-zero-as-null-pointer-constant"
|
|
"-Wno-gnu-include-next"
|
|
"-Wno-gnu-zero-variadic-macro-arguments"
|
|
)
|
|
|
|
list(APPEND ABSL_MSVC_EXCEPTIONS_FLAGS
|
|
"/U_HAS_EXCEPTIONS"
|
|
"/D_HAS_EXCEPTIONS=1"
|
|
"/EHsc"
|
|
)
|
|
|
|
list(APPEND ABSL_MSVC_FLAGS
|
|
"/W3"
|
|
"/DNOMINMAX"
|
|
"/DWIN32_LEAN_AND_MEAN"
|
|
"/D_CRT_SECURE_NO_WARNINGS"
|
|
"/D_SCL_SECURE_NO_WARNINGS"
|
|
"/D_ENABLE_EXTENDED_ALIGNED_STORAGE"
|
|
"/wd4005"
|
|
"/wd4068"
|
|
"/wd4180"
|
|
"/wd4244"
|
|
"/wd4267"
|
|
"/wd4800"
|
|
)
|
|
|
|
list(APPEND ABSL_MSVC_LINKOPTS
|
|
"/ignore:4221"
|
|
)
|
|
|
|
list(APPEND ABSL_MSVC_TEST_FLAGS
|
|
"/wd4018"
|
|
"/wd4101"
|
|
"/wd4503"
|
|
)
|