Home
last modified time | relevance | path

Searched +full:win32 +full:- +full:msvc2017 (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/CMake/
DCMakeLists_legacy.cmake.in38 option(FLATBUFFERS_STATIC_FLATC "Build flatbuffers compiler with -static flag"
51 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets."
61 Requirements: Clang6, GCC7, MSVC2017 (_MSC_VER >= 1914) or higher."
64 "Run C++ code generator with '--cpp-std c++0x' switch."
72 "Skip generating monster_extra.fbs that contains non-supported numerical\"
86 add_definitions(-DFLATBUFFERS_MAX_PARSING_DEPTH=${FLATBUFFERS_MAX_PARSING_DEPTH})
90 # Auto-detect locale-narrow 'strtod_l' and 'strtoull_l' functions.
106 add_definitions(-DFLATBUFFERS_LOCALE_INDEPENDENT=$<BOOL:${FLATBUFFERS_LOCALE_INDEPENDENT}>)
276 "${CMAKE_CXX_FLAGS} -std=gnu++11")
279 "${CMAKE_CXX_FLAGS} -std=c++0x")
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
25 # - 3.10-dev # Re-enable once 3.10.0a5 is released
[all …]
/external/flatbuffers/
DCMakeLists.txt4 # 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."
64 Requirements: Clang6, GCC7, MSVC2017 (_MSC_VER >= 1914) or higher."
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}>)
[all …]