Home
last modified time | relevance | path

Searched +full:set +full:- +full:version (Results 1 – 25 of 1165) sorted by relevance

12345678910>>...47

/third_party/mindspore/mindspore-src/source/cmake/
Dlite_ios.cmake1 set(CMAKE_THREAD_LIBS_INIT "-lpthread")
2 set(CMAKE_HAVE_THREADS_LIBRARY 1)
3 set(CMAKE_USE_WIN32_THREADS_INIT 0)
4 set(CMAKE_USE_PTHREADS_INIT 1)
6 set(USED_CMAKE_GENERATOR "${CMAKE_GENERATOR}" CACHE STRING "Expose CMAKE_GENERATOR" FORCE)
9 set(MODERN_CMAKE YES)
13 # Get the Xcode version
14 execute_process(COMMAND xcodebuild -version OUTPUT_VARIABLE XCODE_VERSION ERROR_QUIET OUTPUT_STRIP_…
15 string(REGEX MATCH "Xcode [0-9\\.]+" XCODE_VERSION "${XCODE_VERSION}")
16 string(REGEX REPLACE "Xcode ([0-9\\.]+)" "\\1" XCODE_VERSION "${XCODE_VERSION}")
[all …]
Dpackage_script.cmake7 set(GIT ${GIT_EXECUTABLE})
9 # set path
10 set(MS_ROOT_DIR ${CPACK_CMAKE_SOURCE_DIR})
11 set(MS_PACK_ROOT_DIR ${CPACK_PACK_ROOT_DIR})
13 set(PYTHON ${CPACK_PYTHON_EXE})
14 set(PYTHON_VERSION ${CPACK_PYTHON_VERSION})
17 …message(FATAL_ERROR "Found Python version ${PYTHON_VERSION}, but only versions 3.7 - 3.10 are supp…
20 # set package file name
23 set(PY_TAGS "cp310-cp310")
25 set(PY_TAGS "cp39-cp39")
[all …]
/third_party/benchmark/
DCMakeLists.txt2 cmake_minimum_required (VERSION 3.10...3.22)
4 project (benchmark VERSION 1.8.3 LANGUAGES CXX)
10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON)
11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.…
15 set(BENCHMARK_ENABLE_WERROR OFF)
18 set(BENCHMARK_ENABLE_WERROR OFF)
21 set(BENCHMARK_ENABLE_WERROR ON)
25 option(BENCHMARK_BUILD_32_BITS "Build a 32 bit version of the library." OFF)
27set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh…
35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende…
[all …]
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/
Dtest.sh5 $1 -Iprotos/src -I../../../src/ --csharp_out=src/Google.Protobuf.Test \
6 --csharp_opt=base_namespace=Google.Protobuf \
11 $1 -Iprotos/csharp --csharp_out=src/Google.Protobuf.Test \
12 --csharp_opt=base_namespace=UnitTest.Issues \
15 $2 -Iprotos/src --csharp_out=src/Google.Protobuf.Test \
16 --csharp_opt=base_namespace=Google.Protobuf \
23 dotnet build -c Release src/Google.Protobuf/Google.Protobuf.csproj
24 dotnet build -c Release src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
25 dotnet run -c Release -f net6.0 -p src/Google.Protobuf.Test/Google.Protobuf.Test.csproj
28 set -ex
[all …]
/third_party/brotli/
DCMakeLists.txt2 # - Ubuntu 20.04 LTS : 3.16.3
3 # - Solaris 11.4 SRU 15 : 3.15
4 cmake_minimum_required(VERSION 3.15)
6 # Since this project's version is loaded from other files, this policy
8 # This policy is set because we can't provide "VERSION" in "project" command.
9 # Use `cmake --help-policy CMP0048` for more information.
10 cmake_policy(SET CMP0048 NEW)
17 set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
30 message("-- Compiler is EMSCRIPTEN")
32 message("-- Compiler is not EMSCRIPTEN")
[all …]
/third_party/vk-gl-cts/external/jsoncpp/
DCMakeLists.txt5 # Set the JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION string to the newest cmake version
9 # are set to their NEW behaivor, thereby suppressing policy warnings related to policies
13 # continue to generate policy warnings "CMake Warning (dev)...Policy CMP0XXX is not set:"
15 set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
16 set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17 cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
19 #Set and use the newest available cmake policies that are validated to work
20 set(JSONCPP_CMAKE_POLICY_VERSION "${CMAKE_VERSION}")
22 set(JSONCPP_CMAKE_POLICY_VERSION "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
24 cmake_policy(VERSION ${JSONCPP_CMAKE_POLICY_VERSION})
[all …]
/third_party/elfio/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.10)
6 set(IS_TOP_PROJECT TRUE)
17 set(CMAKE_EXPORT_COMPILE_COMMANDS, ON)
20 # Read version from header file
21 set(version_header "elfio/elfio_version.hpp")
23 string(REGEX MATCH "#define ELFIO_VERSION \"([0-9\.]+)\"" _ ${ver})
26 message(FATAL_ERROR "Unable to parse version from ${version_header}")
29 set(version ${CMAKE_MATCH_1}) variable
34 project(elfio VERSION ${version} LANGUAGES C CXX)
52 set(CMAKE_CXX_STANDARD 17)
[all …]
/third_party/protobuf/
DCMakeLists.txt1 # Minimum CMake required. If available, accept the policy-controlled behavior up
3 cmake_minimum_required(VERSION 3.10...3.26)
7 cmake_policy(SET CMP0141 OLD)
39 # We support Unity (Jumbo) builds best-effort.
42 set(protobuf_BUILD_SHARED_LIBS_DEFAULT ON)
44 set(protobuf_BUILD_SHARED_LIBS_DEFAULT OFF)
50 set(protobuf_WITH_ZLIB_DEFAULT ON)
52 set(protobuf_DEBUG_POSTFIX "d"
57 set(protobuf_PROTOC_EXE protoc)
58 set(protobuf_BUILD_PROTOC_BINARIES OFF)
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/cmake/autotools/
Dexpat-config-version.cmake.in1 # This is a basic version file for the Config-mode of find_package().
3 # to create a version-file which can be installed along a config.cmake file.
5 # The created file sets PACKAGE_VERSION_EXACT if the current version string and
6 # the requested version string are exactly the same and it sets
7 # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
8 # but only if the requested major version is the same as the current one.
9 # The variable CVF_VERSION must be set before calling configure_file().
12 set(PACKAGE_VERSION "@PACKAGE_VERSION@")
15 set(PACKAGE_VERSION_COMPATIBLE FALSE)
18 if("@PACKAGE_VERSION@" MATCHES "^([0-9]+)\\.")
[all …]
/third_party/skia/third_party/externals/expat/expat/cmake/autotools/
Dexpat-config-version.cmake.in1 # This is a basic version file for the Config-mode of find_package().
3 # to create a version-file which can be installed along a config.cmake file.
5 # The created file sets PACKAGE_VERSION_EXACT if the current version string and
6 # the requested version string are exactly the same and it sets
7 # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version,
8 # but only if the requested major version is the same as the current one.
9 # The variable CVF_VERSION must be set before calling configure_file().
12 set(PACKAGE_VERSION "@PACKAGE_VERSION@")
15 set(PACKAGE_VERSION_COMPATIBLE FALSE)
18 if("@PACKAGE_VERSION@" MATCHES "^([0-9]+)\\.")
[all …]
/third_party/python/Lib/test/
Dtest_http_cookies.py18 'output': 'Set-Cookie: chips=ahoy\nSet-Cookie: vienna=finger'},
23 'output': 'Set-Cookie: keebler="E=mc2; L=\\"Loves\\"; fudge=\\012;"'},
29 'output': 'Set-Cookie: keebler=E=mc2'},
37 'output': 'Set-Cookie: key:term=value:term'},
39 # issue22931 - Adding '[' and ']' as valid characters in cookie
46 'Set-Cookie: a=b',
47 'Set-Cookie: c=[',
48 'Set-Cookie: d=r',
49 'Set-Cookie: f=h'
96 self.assertEqual(value[-2:], '\\;')
[all …]
/third_party/pulseaudio/
Dmeson.build2version : run_command(find_program('git-version-gen'), join_paths(meson.current_source_dir(), '.ta…
8 meson.add_dist_script('scripts/save-tarball-version.sh', meson.project_version())
14 # (e.g.: v11.99.1-3-gad14bdb24 -> v11.99.1)
15 version_split = pa_version_str.split('-')[0].split('.')
28 # The stable ABI for client applications, for the version info x:y:z
32 # A simplified, synchronous, ABI-stable interface for client
33 # applications, for the version info x:y:z always will hold x=z
36 # The ABI-stable GLib adapter for client applications, for the version
41 libpulse_version_info[0] - libpulse_version_info[2],
47 libpulse_simple_version_info[0] - libpulse_simple_version_info[2],
[all …]
/third_party/iptables/extensions/
Dlibxt_set.h11 get_version(unsigned *version) in get_version() argument
27 *version = req_version.version; in get_version()
39 sockfd = get_version(&req.version); in get_set_byid()
41 req.set.index = idx; in get_set_byid()
54 if (req.set.name[0] == '\0') in get_set_byid()
56 "Set with index %i in kernel doesn't exist.\n", idx); in get_set_byid()
58 strncpy(setname, req.set.name, IPSET_MAXNAMELEN); in get_set_byid()
63 int sockfd, unsigned int version) in get_set_byname_only() argument
65 struct ip_set_req_get_set req = { .version = version }; in get_set_byname_only()
70 strncpy(req.set.name, setname, IPSET_MAXNAMELEN); in get_set_byname_only()
[all …]
/third_party/grpc/templates/
DgRPC-C++.podspec.template2 --- |
4 # Please make modifications to `templates/gRPC-C++.podspec.template`
12 # Licensed under the Apache License, Version 2.0 (the "License");
16 # http://www.apache.org/licenses/LICENSE-2.0
34 # e.g. absl/apple:banana -> abseil/apple/banana
43 return list(sorted(set({lib} | set(transitive_deps))))
50 # its non-abseil transitive dependencies depend on.
52 absl_specs = set()
63 files = set()
74 # ObjectiveC doesn't use c-ares.
[all …]
/third_party/rust/crates/clap/tests/builder/
Dderive_order.rs13 --flag_a second flag in no_derive_order()
14 --flag_b first flag in no_derive_order()
15 -h, --help Print help in no_derive_order()
16 --option_a <option_a> second option in no_derive_order()
17 --option_b <option_b> first option in no_derive_order()
18 -V, --version Print version in no_derive_order()
22 .version("1.2") in no_derive_order()
31 .action(ArgAction::Set) in no_derive_order()
39 .action(ArgAction::Set) in no_derive_order()
43 utils::assert_output(cmd, "test --help", NO_DERIVE_ORDER, false); in no_derive_order()
[all …]
/third_party/openGLES/extensions/EXT/
DGLX_EXT_create_context_es2_profile.txt13 against version 1 of this extension.
28 Version
30 Version 4, April 6, 2012
75 "... If a version less than or equal to 3.0 is requested, the context
80 "... If the version requested is a valid and supported OpenGL-ES version,
81 and the GLX_CONTEXT_ES_PROFILE_BIT_EXT bit is set in the
83 returned will implement the OpenGL ES version requested.
85 Otherwise, if a version less than or equal to 3.0 is requested, the
91 "... If the requested OpenGL version is less than 3.2,
93 context is determined solely by the requested version."
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLX_EXT_create_context_es2_profile.txt13 against version 1 of this extension.
28 Version
30 Version 4, April 6, 2012
75 "... If a version less than or equal to 3.0 is requested, the context
80 "... If the version requested is a valid and supported OpenGL-ES version,
81 and the GLX_CONTEXT_ES_PROFILE_BIT_EXT bit is set in the
83 returned will implement the OpenGL ES version requested.
85 Otherwise, if a version less than or equal to 3.0 is requested, the
91 "... If the requested OpenGL version is less than 3.2,
93 context is determined solely by the requested version."
[all …]
/third_party/skia/third_party/externals/brotli/
DCMakeLists.txt5 cmake_minimum_required(VERSION 2.8.6)
11 set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Choose the type of build." FORCE)
24 message("-- Compiler is EMSCRIPTEN")
26 message("-- Compiler is not EMSCRIPTEN")
32 # set it to OFF in your project before you add_subdirectory(brotli).
35 # Bundled mode hasn't been set one way or the other, set the default
36 # depending on whether or not we are the top-level project.
38 set(BROTLI_BUNDLED_MODE ON)
40 set(BROTLI_BUNDLED_MODE OFF)
47 # Parse version information from common/version.h. Normally we would
[all …]
/third_party/elfutils/
DChangeLog1 2023-03-27 Di Chen <dichen@redhat.com>
3 * NEWS: Support readelf -Ds for using dynamic segment to
6 2023-03-03 Mark Wielaard <mark@klomp.org>
10 2023-02-23 Mark Wielaard <mark@klomp.org>
12 * NEWS: Add old version code names.
14 2023-02-21 Mark Wielaard <mark@klomp.org>
16 * configure.ac: Check for -Wuse-after-free=3
18 2023-02-15 Mark Wielaard <mark@klomp.org>
23 2023-01-11 Frank Ch. Eigler <fche@redhat.com>
27 2022-11-02 Mark Wielaard <mark@klomp.org>
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/generator/component/const_blocks/
Dcmake_lists.cc4 * Licensed under the Apache License, Version 2.0 (the "License");
8 * http://www.apache.org/licenses/LICENSE-2.0
21 cmake_minimum_required(VERSION 3.18)
25 message(FATAL_ERROR "PKG_PATH not set")
30 set(HEADER_PATH ${PKG_PATH}/runtime)
48 add_definitions(-mfloat-abi=softfp -mfpu=neon)
51 set(CMAKE_C_FLAGS "${CMAKE_ENABLE_C99} ${CMAKE_C_FLAGS}")
52 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
55 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDebug -g")
56 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDebug -g")
[all …]
/third_party/libwebsockets/READMEs/
Drelease-checklist2 -----------------
4 1) non-CI QA
12 - CMakeLists.txt
14 set(SOVERSION "6")
16 - scripts/libwebsockets.spec
18 -/%{_libdir}/libwebsockets.so.6
23 a) Add next version tag header.
27 - NEW
28 - CHANGE
29 - REMOVE
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle.txt23 Version
25 Version 5, 2017-12-28
42 This extension is written against the wording of version 9 of the
102 eglGetPlatformDisplayEXT with <platform> set to EGL_PLATFORM_ANGLE_ANGLE.
107 handle. If <platform> is set to EGL_PLATFORM_ANGLE_ANGLE and the returned
112 EGL_PLATFORM_ANGLE_TYPE_ANGLE is implicitly set to
117 EGL_PLATFORM_ANGLE_MAX_VERSION_MINOR_ANGLE are implicitly set to
121 EGL_PLATFORM_ANGLE_DEBUG_LAYERS_ENABLED is implicitly set to
125 EGL_PLATFORM_ANGLE_DEVICE_TYPE_ANGLE is implicitly set to
128 - EGL_PLATFORM_ANGLE_DEVICE_TYPE_HARDWARE_ANGLE to request a hardware
[all …]
/third_party/iptables/include/linux/netfilter/ipset/
Dip_set.h1 /* Copyright (C) 2000-2002 Joakim Axelsson <gozem@linux.nu>
4 * Copyright (C) 2003-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7 * it under the terms of the GNU General Public License version 2 as
16 /* The protocol version */
19 /* The max length of strings including NUL: set and type identifiers */
25 IPSET_CMD_PROTOCOL, /* 1: Return protocol version */
26 IPSET_CMD_CREATE, /* 2: Create a new (empty) set */
27 IPSET_CMD_DESTROY, /* 3: Destroy a (empty) set */
28 IPSET_CMD_FLUSH, /* 4: Remove all elements from a set */
29 IPSET_CMD_RENAME, /* 5: Rename a set */
[all …]
/third_party/lz4/build/cmake/
DCMakeLists.txt11 cmake_minimum_required(VERSION 3.5)
13 set(LZ4_TOP_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../..")
15 # Parse version information
17 …_TOP_SOURCE_DIR}/lib/lz4.h" version_line REGEX "^#define LZ4_VERSION_${VERSION_TYPE} +([0-9]+).*$")
18 …string(REGEX REPLACE "^#define LZ4_VERSION_${VERSION_TYPE} +([0-9]+).*$" "\\1" version_number "${v…
19 set(LZ4_VERSION_${VERSION_TYPE} ${version_number} PARENT_SCOPE)
26 set(LZ4_VERSION_STRING "${LZ4_VERSION_MAJOR}.${LZ4_VERSION_MINOR}.${LZ4_VERSION_RELEASE}")
29 message(STATUS "Creating build script for LZ4 version: ${LZ4_VERSION_STRING}")
31 project(LZ4 VERSION ${LZ4_VERSION_STRING} LANGUAGES C)
43 set(LZ4_BUNDLED_MODE ON)
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/
Dmeson.build3 version: '9.0.0',
5 'cpp_eh=none', # Just to support msvc, we are passing -fno-exceptions also anyway
8 …'wrap_mode=nofallback', # Use --wrap-mode=default to revert, https://github.com/harfbuzz/harfbuzz/…
34 # Only perform these checks if cpp_std is c++11 as setting -std directly
39 add_project_arguments('-std=c++14', language: 'cpp')
40 elif cpp.get_id() == 'clang-cl'
41 # Clang-cl produces a warning when using -std=c++14, but not when using /std:c++14
52 '/wd4244', # lossy type conversion (e.g. double -> int)
53 …'/bigobj', # hb-subset.cc -- compile error C1128: number of sections exceeded object file format l…
54 cpp.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8
[all …]

12345678910>>...47