Home
last modified time | relevance | path

Searched refs:toolset (Results 1 – 25 of 52) sorted by relevance

123

/external/clang/tools/scan-build-py/libear/
D__init__.py25 toolset = make_toolset(src_dir)
26 toolset.set_compiler(compiler)
27 toolset.set_language_standard('c99')
28 toolset.add_definitions(['-D_GNU_SOURCE'])
30 configure = do_configure(toolset)
48 target = create_shared_library('ear', toolset)
51 target.link_against(toolset.dl_libraries())
164 def __init__(self, toolset): argument
165 self.ctx = toolset
222 def do_configure(toolset): argument
[all …]
/external/llvm/tools/msbuild/
Dinstall.bat83 copy %PLATFORM%\toolset-vs2013.props %D%\LLVM-vs2013\toolset.props
85 copy %PLATFORM%\toolset-vs2013.targets %D%\LLVM-vs2013\toolset.targets
89 copy %PLATFORM%\toolset-vs2013_xp.props %D%\LLVM-vs2013_xp\toolset.props
91 copy %PLATFORM%\toolset-vs2013_xp.targets %D%\LLVM-vs2013_xp\toolset.targets
100 copy %PLATFORM%\toolset-vs2014.props %D%\LLVM-vs2014\toolset.props
102 copy %PLATFORM%\toolset-vs2014.targets %D%\LLVM-vs2014\toolset.targets
106 copy %PLATFORM%\toolset-vs2014_xp.props %D%\LLVM-vs2014_xp\toolset.props
108 copy %PLATFORM%\toolset-vs2014_xp.targets %D%\LLVM-vs2014_xp\toolset.targets
Duninstall.bat40 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props
41 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets
43 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props
44 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets
47 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props
48 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets
50 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props
51 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets
55 IF EXIST %D%\LLVM-vs2014 del %D%\LLVM-vs2014\toolset.props
56 IF EXIST %D%\LLVM-vs2014 del %D%\LLVM-vs2014\toolset.targets
[all …]
DCMakeLists.txt11 set(prop_file_v120 "toolset-vs2013.props")
12 set(prop_file_v120_xp "toolset-vs2013_xp.props")
13 set(prop_file_v140 "toolset-vs2014.props")
14 set(prop_file_v140_xp "toolset-vs2014_xp.props")
54 install(FILES "toolset-vs2013.targets" DESTINATION "tools/msbuild/${platform}")
55 install(FILES "toolset-vs2013_xp.targets" DESTINATION "tools/msbuild/${platform}")
56 install(FILES "toolset-vs2014.targets" DESTINATION "tools/msbuild/${platform}")
57 install(FILES "toolset-vs2014_xp.targets" DESTINATION "tools/msbuild/${platform}")
/external/conscrypt/release/
DDockerfile30 RUN yum install -y llvm-toolset-7
31 ENV CC /opt/rh/llvm-toolset-7/root/usr/bin/clang
32 ENV CXX /opt/rh/llvm-toolset-7/root/usr/bin/clang++
98 # Start in toolset environment that uses Clang 5
99 CMD ["scl", "enable", "llvm-toolset-7", "bash"]
Dlinux40 docker exec $CONTAINER_ID scl enable llvm-toolset-7 "/conscrypt/release/docker $1"
/external/oss-fuzz/projects/boost/
Dbuild.sh20 ./bootstrap.sh --with-toolset=clang --prefix=/usr;
21 ./b2 toolset=clang cxxflags="$CXXFLAGS -stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread"…
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
Dhorovod-7.partial.Dockerfile15 llvm-toolset-7-cmake \
20 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
/external/oss-fuzz/projects/rdkit/
Dbuild.sh40 ./bootstrap.sh --with-toolset=clang --with-libraries=serialization,system,iostreams,regex && \
41 ./b2 -q -j$(nproc) toolset=clang linkflags="-fPIC $CXXFLAGS $CXXFLAGS_EXTRA" cxxflags="-fPIC $CXXFL…
/external/python/cpython2/PCbuild/
Denv.bat7 rem To build Python with a newer toolset, pass "/p:PlatformToolset=v100" (or
8 rem 'v110', 'v120' or 'v140') to the build script. Note that no toolset
/external/oss-fuzz/projects/msgpack-c/
DDockerfile24 ./bootstrap.sh --with-toolset=clang --prefix=/usr && \
25 …./b2 -j$(nproc) toolset=clang --with-chrono --with-context --with-filesystem --with-system --with-…
/external/oss-fuzz/projects/thrift/
DDockerfile35 ./bootstrap.sh --with-toolset=clang && \
37 ./b2 toolset=clang cxxflags="-stdlib=libc++" linkflags="-stdlib=libc++" -j$(nproc) install && \
/external/oss-fuzz/projects/solidity/
DDockerfile37 …CXXFLAGS="-stdlib=libc++ -pthread" LDFLAGS="-stdlib=libc++" ./bootstrap.sh --with-toolset=clang --…
38 …./b2 toolset=clang cxxflags="-stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread" headers;…
39 ./b2 toolset=clang cxxflags="-stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread" \
/external/oss-fuzz/projects/pcl/
DDockerfile37 ./bootstrap.sh --with-toolset=clang && \
39 ./b2 toolset=clang cxxflags="-stdlib=libc++" linkflags="-stdlib=libc++" -j$(nproc) install && \
/external/oss-fuzz/projects/boost-json/
Dbuild.sh22 ./b2 --user-config=user-config.jam --toolset=clang-ossfuzz --prefix=$OUT --with-json link=static in…
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/
Dcentos-7-mpi-horovod.Dockerfile106 llvm-toolset-7-cmake \
111 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
Dcentos-7-mpich-horovod.Dockerfile105 llvm-toolset-7-cmake \
110 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
Dcentos-7-mpi-horovod-jupyter.Dockerfile106 llvm-toolset-7-cmake \
111 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
Dcentos-7-mpich-horovod-jupyter.Dockerfile105 llvm-toolset-7-cmake \
110 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
/external/mbedtls/scripts/
Dwindows_msbuild.bat4 … https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset
/external/openthread/third_party/mbedtls/repo/scripts/
Dwindows_msbuild.bat4 … https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-platform-toolset
/external/mobly-snippet-lib/third_party/sl4a/
DREADME.google8 automation toolset for calling Android APIs in a platform-independent manner. It
/external/oss-fuzz/projects/proxygen/
DDockerfile39 ./bootstrap.sh --with-toolset=clang && \
41 ./b2 toolset=clang cxxflags="-stdlib=libc++" linkflags="-stdlib=libc++" -j$(nproc) install && \
/external/python/cpython2/Doc/
DREADME.txt16 You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset
114 Bugs in the toolset should be reported in the Sphinx bug tracker at
/external/python/cpython3/PCbuild/
Denv.bat7 rem To build Python with an earlier toolset, pass "/p:PlatformToolset=v100" (or

123