Home
last modified time | relevance | path

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

/external/flatbuffers/
DCMakeLists.txt16 option(FLATBUFFERS_STATIC_FLATC "Build flatbuffers compiler with -static flag"
26 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets."
36 Requirements: Clang6, GCC7, MSVC2017 (_MSC_VER >= 1914) or higher."
39 "Run C++ code generator with '--cpp-std c++0x' switch."
50 add_definitions(-DFLATBUFFERS_MAX_PARSING_DEPTH=${FLATBUFFERS_MAX_PARSING_DEPTH})
54 # Auto-detect locale-narrow 'strtod_l' and 'strtoull_l' functions.
68 add_definitions(-DFLATBUFFERS_LOCALE_INDEPENDENT=$<BOOL:${FLATBUFFERS_LOCALE_INDEPENDENT}>)
214 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -stdlib=libc++")
215 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Werror -Wextra -Wno-unused-parameter")
216 set(FLATBUFFERS_PRIVATE_CXX_FLAGS "-Wold-style-cast")
[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 …]