Searched full:toolset (Results 1 – 25 of 76) sorted by relevance
1234
25 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())79 class Toolset(object): class80 """ Abstract class to represent different toolset. """113 class DarwinToolset(Toolset):[all …]
24 toolset = make_toolset(src_dir)25 toolset.set_compiler(compiler)26 toolset.set_language_standard('c99')27 toolset.add_definitions(['-D_GNU_SOURCE'])29 configure = do_configure(toolset)47 target = create_shared_library('ear', toolset)50 target.link_against(toolset.dl_libraries())78 class Toolset(object): class79 """ Abstract class to represent different toolset. """112 class DarwinToolset(Toolset):[all …]
83 copy %PLATFORM%\toolset-vs2013.props %D%\LLVM-vs2013\toolset.props85 copy %PLATFORM%\toolset-vs2013.targets %D%\LLVM-vs2013\toolset.targets89 copy %PLATFORM%\toolset-vs2013_xp.props %D%\LLVM-vs2013_xp\toolset.props91 copy %PLATFORM%\toolset-vs2013_xp.targets %D%\LLVM-vs2013_xp\toolset.targets100 copy %PLATFORM%\toolset-vs2014.props %D%\LLVM-vs2014\toolset.props102 copy %PLATFORM%\toolset-vs2014.targets %D%\LLVM-vs2014\toolset.targets106 copy %PLATFORM%\toolset-vs2014_xp.props %D%\LLVM-vs2014_xp\toolset.props108 copy %PLATFORM%\toolset-vs2014_xp.targets %D%\LLVM-vs2014_xp\toolset.targets
40 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props41 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets43 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props44 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets47 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.props48 IF EXIST %D%\LLVM-vs2013 del %D%\LLVM-vs2013\toolset.targets50 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.props51 IF EXIST %D%\LLVM-vs2013_xp del %D%\LLVM-vs2013_xp\toolset.targets55 IF EXIST %D%\LLVM-vs2014 del %D%\LLVM-vs2014\toolset.props56 IF EXIST %D%\LLVM-vs2014 del %D%\LLVM-vs2014\toolset.targets[all …]
11 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}")
3 …oolsets\@VS_VERSION@\Toolset.props" Condition="Exists('$(VCTargetsPath)\Platforms\$(Platform)\Plat…
18 ECHO Uninstalling x64 Platform Toolset20 IF EXIST "%PlatformToolsets%\llvm\Toolset.props" del "%PlatformToolsets%\llvm\Toolset.props"21 IF EXIST "%PlatformToolsets%\llvm\Toolset.targets" del "%PlatformToolsets%\llvm\Toolset.targets"24 ECHO Uninstalling Win32 Platform Toolset26 IF EXIST "%PlatformToolsets%\llvm\Toolset.props" del "%PlatformToolsets%\llvm\Toolset.props"27 IF EXIST "%PlatformToolsets%\llvm\Toolset.targets" del "%PlatformToolsets%\llvm\Toolset.targets"
26 ECHO Installing x64 Platform Toolset30 copy PlatformX64\Toolset.props "%PlatformToolsets%\llvm"32 copy PlatformX64\Toolset.targets "%PlatformToolsets%\llvm"35 ECHO Installing Win32 Platform Toolset39 copy PlatformX86\Toolset.props "%PlatformToolsets%\llvm"41 copy PlatformX86\Toolset.targets "%PlatformToolsets%\llvm"
5 …3) │ └─ Import Toolset specific props (e.g. $(VCTargets)Platforms\Win32\PlatformToolsets\llvm\Too…9 …7) │─ Import Toolset specific targets file (e.g. $(VCTargets)Platforms\Win32\PlatformToolsets\l…73 … switches the toolset to Clang, we will still treat the value as default (which for us is to
68 <Content Include="Platformx64\Toolset.props">73 <Content Include="Platformx64\Toolset.targets">78 <Content Include="Platformx86\Toolset.props">83 <Content Include="Platformx86\Toolset.targets">
9 - Toolset: v14010 - Toolset: v12011 - Toolset: v11012 - Toolset: v10013 - Toolset: v9024 - Toolset: v9026 - Toolset: v10036 $generator = switch ($env:TOOLSET)
13 - Downloads and unpacks the Go toolset in ../golang.38 # Where to install Go toolset to. GOROOT would be <TOOLSET_ROOT>/go.47 # Pinned version of Go toolset to download.68 """URL of a platform specific Go toolset archive."""69 # TODO(vadimsh): Support toolset for cross-compilation.118 """Downloads and installs Go toolset.167 """Compiles and runs 'hello world' program to verify that toolset works."""185 """Installs or updates Go toolset if necessary.187 Returns True if new toolset was installed.192 LOGGER.debug('Go toolset is up-to-date: %s', TOOLSET_VERSION)[all …]
30 RUN yum install -y llvm-toolset-731 ENV CC /opt/rh/llvm-toolset-7/root/usr/bin/clang32 ENV CXX /opt/rh/llvm-toolset-7/root/usr/bin/clang++98 # Start in toolset environment that uses Clang 599 CMD ["scl", "enable", "llvm-toolset-7", "bash"]
* * * * * * * * * * p * * * * * * * * ...
13 v140 is the Visual Studio 2015 toolset. (14.0)14 v141 is the Visual Studio 2017 toolset. (15.0)15 v142 is the Visual Studio 2019 toolset. (16.0)
15 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…
7 rem To build Python with a newer toolset, pass "/p:PlatformToolset=v100" (or8 rem 'v110', 'v120' or 'v140') to the build script. Note that no toolset
36 …CXXFLAGS="-stdlib=libc++ -pthread" LDFLAGS="-stdlib=libc++" ./bootstrap.sh --with-toolset=clang --…37 …./b2 toolset=clang cxxflags="-stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread" headers;…38 ./b2 toolset=clang cxxflags="-stdlib=libc++ -pthread" linkflags="-stdlib=libc++ -pthread" \
24 ./bootstrap.sh --with-toolset=clang --prefix=/usr && \25 …./b2 -j$(nproc) toolset=clang --with-chrono --with-context --with-filesystem --with-system --with-…
37 ./bootstrap.sh --with-toolset=clang && \39 ./b2 toolset=clang cxxflags="-stdlib=libc++" linkflags="-stdlib=libc++" -j$(nproc) install && \
40 ./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…
16 You need to have Sphinx <http://sphinx-doc.org/> installed; it is the toolset114 Bugs in the toolset should be reported in the Sphinx bug tracker at
101 llvm-toolset-7-cmake \106 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…
100 llvm-toolset-7-cmake \105 ENV PATH=/opt/rh/devtoolset-8/root/usr/bin:/opt/rh/sclo-git25/root/usr/bin:/opt/rh/llvm-toolset-7/r…