Home
last modified time | relevance | path

Searched +full:build +full:- +full:windows +full:- +full:2017 (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/external/tcpdump/doc/
DREADME.Win32.md1 Building tcpdump on Windows with Visual Studio
4 Unlike the UN*Xes on which libpcap can capture network traffic, Windows
10 library; these instructions are for people who want to build libpcap
15 ---------------------
17 In order to build tcpdump, you will need to download Npcap and its
26 such as a requirement to support versions of Windows earlier than
27 Windows Vista, which is the earliest version supported by Npcap.
31 `C:\npcap-sdk`, and put the contents of the ZIP archive into that folder.
38 Required build tools
39 --------------------
[all …]
/external/libpcap/doc/
DREADME.Win32.md1 Building libpcap on Windows with Visual Studio
4 Unlike the UN*Xes on which libpcap can capture network traffic, Windows
10 library; these instructions are for people who want to build libpcap
15 ---------------------
17 In order to build libpcap, you will need to download Npcap and its
26 such as a requirement to support versions of Windows earlier than
27 Windows Vista, which is the earliest version supported by Npcap.
34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder.
44 Required build tools
45 --------------------
[all …]
/external/freetype/docs/oldlogs/
DChangeLog.291 2018-05-01 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-9-1'.
12 * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj,
13 src/base/ftver.rc, builds/windows/vc2005/index.html,
14 builds/windows/vc2008/freetype.vcproj,
15 builds/windows/vc2008/index.html,
16 builds/windows/vc2010/freetype.vcxproj,
17 builds/windows/vc2010/index.html,
18 builds/windows/visualc/freetype.dsp,
19 builds/windows/visualc/freetype.vcproj,
[all …]
/external/bazelbuild-rules_cc/cc/private/toolchain/
Dwindows_cc_configure.bzl1 # pylint: disable=g-bad-file-header
8 # http://www.apache.org/licenses/LICENSE-2.0
15 """Configuring the C++ toolchain on Windows."""
35 if len(value) == 1 or value[-1] != "\"":
37 value = value[1:-1]
40 if value[-1] == "\\":
47 """Returns the value of TMP, or TEMP, or if both undefined then C:\\Windows."""
52 tmp = "C:\\Windows\\Temp"
66 msys_root = tokens[0][:len(tokens[0]) - len("usr/bin")]
68 msys_root = tokens[0][:len(tokens[0]) - len("bin")]
[all …]
/external/rust/crates/clang-sys/
DCHANGELOG.md1 ## [1.7.0] - 2023-12-31
4 - Added support for `clang` 17.0.x
6 ## [1.6.1] - 2023-03-29
9 - Improved error message when calling a `libclang` function that is not supported by the loaded `li…
11 ## [1.6.0] - 2023-02-18
14 - MinGW directories are not searched for `libclang` instances on Windows when
16 - Bumped minimum supported Rust version (MSRV) to 1.51.0
17 - Changed Windows search directory preferences (`libclang` instances from
21 ## ~~[1.5.1] - 2023-02-05~~ (YANKED)
24 - MinGW directories are not searched for `libclang` instances on Windows when
[all …]
/external/rust/crates/libloading/src/
Dchangelog.rs3 /// Release 0.8.3 (2024-03-05)
5 /// ## Non-breaking changes
7 /// A `dev-dependency` on `windows-sys` that was unconditionally introduced in
11 /// Release 0.8.2 (2024-03-01)
16 /// to not be breaking enough to warrant a semver-breaking release of libloading. If you're stick
19 /// ## Non-breaking changes
21 /// * The crate switches the dependency on `windows-sys` to a `windows-target` one for Windows
29 /// Release 0.8.1 (2023-09-30)
31 /// ## Non-breaking changes
36 /// Release 0.8.0 (2023-04-11)
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst2 .. date: 2017-09-05-15-26-30
4 .. release date: 2017-09-19
13 .. date: 2017-08-23-17-02-55
17 Add fuzz tests for float(str), int(str), unicode(str); for oss-fuzz.
22 .. date: 2017-08-16-16-35-59
37 Prevent environment variables injection in subprocess on Windows. Prevent
49 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
50 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
51 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876
52 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use
[all …]
D3.6.3.rst2 .. date: 2017-10-03-01-05-11
4 .. release date: 2017-10-03
7 Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
13 .. date: 2017-10-03-01-06-24
15 .. section: Build
17 Fix typos in Windows ``uploadrelease.bat`` script. Fix Windows Doc build
23 .. date: 2017-10-03-01-01-52
25 .. section: Build
D3.7.0a3.rst2 .. date: 2017-12-02-21-37-22
3 .. nonce: Wt25-N
4 .. release date: 2017-12-05
16 .. date: 2017-11-27-08-37-34
27 .. date: 2017-11-26-14-36-30
37 .. date: 2017-11-24-01-13-58
49 .. date: 2017-11-16-03-44-08
53 Add a new "developer mode": new "-X dev" command line option to enable debug
59 .. date: 2017-11-15-10-49-35
70 .. date: 2017-11-13-00-37-11
[all …]
D3.6.4rc1.rst2 .. date: 2017-12-02-21-37-22
3 .. nonce: Wt25-N
4 .. release date: 2017-12-05
16 .. date: 2017-11-05-16-11-07
26 Windows.
32 .. date: 2017-10-28-22-06-03
41 .. date: 2017-10-28-19-11-05
45 Bytearray methods partition() and rpartition() now accept only bytes-like
52 .. date: 2017-10-27-19-18-44
62 .. date: 2017-10-25-15-51-37
[all …]
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst2 .. date: 2018-03-05-10-14-42
4 .. release date: 2018-04-14
15 .. date: 2018-03-02-10-24-52
21 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie
27 .. date: 2017-09-04-21-24-51
44 Prevent environment variables injection in subprocess on Windows. Prevent
56 vulnerabilities including: CVE-2017-9233 (External entity infinite loop
57 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix
58 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876
59 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use
[all …]
/external/rust/crates/mio/
DCHANGELOG.md6 (https://github.com/tokio-rs/mio/pull/1647).
10 * Updated windows-sys to 0.45
11 (https://github.com/tokio-rs/mio/pull/1644).
13 (https://github.com/tokio-rs/mio/pull/1648).
18 creation (https://github.com/tokio-rs/mio/pull/1636).
20 (https://github.com/tokio-rs/mio/pull/1642).
26 * Updated `windows-sys` to 0.42.0
27 (https://github.com/tokio-rs/mio/pull/1624).
30 (https://github.com/tokio-rs/mio/pull/1596).
32 (https://github.com/tokio-rs/mio/pull/1598, https://github.com/tokio-rs/mio/pull/1601).
[all …]
/external/python/cpython3/PCbuild/
Dreadme.txt2 -----------------
4 1. Install Microsoft Visual Studio 2017 with Python workload and
7 get_externals.bat (via build.bat) will download and use Python via
9 2. Run "build.bat" to build Python in 32-bit Release configuration.
10 3. (Optional, but recommended) Run the test suite with "rt.bat -q".
14 ------------------------------------------
16 This directory is used to build CPython for Microsoft Windows on 32- and 64-
22 external dependencies. To build, simply run the "build.bat" script without
26 To build an installer package, refer to the README in the Tools/msi folder.
29 used to build standard x86-compatible 32-bit binaries, output into the
[all …]
/external/libsrtp2/
D.travis.yml7- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose…
12 # linux build
13 - os: linux
15 - TEST="linux (gcc / valgrind)"
19 - ubuntu-toolchain-r-test
21 - gcc-6
22 - valgrind
24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure
25 - make
26 - make runtest
[all …]
/external/libchrome/build/
Dvs_toolchain.py3 # Use of this source code is governed by a BSD-style license that can be
27 CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2017'
40 # When running on a non-Windows host, only do this if the SDK has explicitly
67 # Include the VS runtime in the PATH in case it's not machine-installed.
81 # When running 64-bit python the x64 DLLs will be in System32
127 # build/toolchain/win/setup_toolchain.py as well.
130 '2017': '15.0',
137 if version_as_year == '2017':
138 # The VC++ 2017 install location needs to be located using COM instead of
140 # https://blogs.msdn.microsoft.com/heaths/2016/09/15/changes-to-visual-studio-15-setup/
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
23 name: Build Linux
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
[all …]
/external/conscrypt/
DBUILDING.md7 Then to build, run:
10 $ ./gradlew build
20 -------------
25 The build uses a version of Gradle which requires a __Java 11__ JRE to run, however to ensure
37 Before you can build BoringSSL, you'll first need to set up its
38 [prerequisites](https://boringssl.googlesource.com/boringssl/+/HEAD/BUILDING.md#Build-Prerequisites…
43 Checkout BoringSSL to a directory of your choice and then build as follows:
54 To build the 64-bit version on a 64-bit machine:
58 cmake -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
59 -DCMAKE_BUILD_TYPE=Release \
[all …]
/external/tpm2-tss/
DINSTALL.md1 This file contains instructions to build and install the TSS libraries.
4 To build and install the tpm2-tss software the following software packages
15 * pkg-config
22 however libgcrypt-dev is required as a dependency for the configure script
24 See https://github.com/tpm2-software/tpm2-tss/issues/1365 for more info.
27 * Integration test suite (see ./configure option --enable-integration):
28 - uthash development libraries and header files
29 - ps executable (usually in the procps package)
30 - ss executable (usually in the iproute2 package)
31 - tpm_server executable (from https://sourceforge.net/projects/ibmswtpm2/)
[all …]
/external/expat/expat/
DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushing migration from `int` to `size_t` further !!
25 !! including edge-cases test coverage (needs discussion before anything). !!
27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !!
30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !!
[all …]
/external/rust/crates/vulkano/
DREADME.md5 [![Build Status](https://github.com/vulkano-rs/vulkano/workflows/Rust/badge.svg)](https://github.co…
7 [![Website/guide](https://img.shields.io/badge/-website/guide-%23555.svg)](https://vulkano.rs/)
10 [![vulkano-shaders crates.io](https://img.shields.io/crates/v/vulkano-shaders?label=shaders)](https…
11 [![vulkano-util crates.io](https://img.shields.io/crates/v/vulkano-util?label=util)](https://crates…
12 [![vulkano-win crates.io](https://img.shields.io/crates/v/vulkano-win?label=win)](https://crates.io…
15 [![vulkano-shaders docs](https://img.shields.io/docsrs/vulkano-shaders?label=shaders%20docs)](https…
16 [![vulkano-util docs](https://img.shields.io/docsrs/vulkano-util?label=util%20docs)](https://docs.r…
17 [![vulkano-win docs](https://img.shields.io/docsrs/vulkano-win?label=win%20docs)](https://docs.rs/v…
21 be able to trigger any undefined behavior. In the case of Vulkan, this means that non-unsafe code
26 - Provides a low-levelish API around Vulkan. It doesn't hide what it does but provides some
[all …]
/external/vulkan-validation-layers/
DBUILD.md1 # Build Instructions
3 Instructions for building this repository on Linux, Windows, Android, and
8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
25 This repository contains the source code necessary to build the Vulkan
[all …]
/external/angle/build/
Dvs_toolchain.py3 # Use of this source code is governed by a BSD-style license that can be
21 # See go/chromium-msvc-toolchain for instructions about how to update the
31 # * SDK_VERSION in build/toolchain/win/setup_toolchain.py.
32 # * //build/config/win/BUILD.gn NTDDI_VERSION value
34 # * //docs/windows_build_instructions.md mentions of VS or Windows SDK.
54 ('2017', '15.0'),
62 '2017': 'VC141',
66 """Returns True if running on a Windows host (including under cygwin)."""
81 # When running on a non-Windows host, only do this if the SDK has explicitly
113 # Include the VS runtime in the PATH in case it's not machine-installed.
[all …]
/external/cronet/build/
Dvs_toolchain.py3 # Use of this source code is governed by a BSD-style license that can be
21 # See go/chromium-msvc-toolchain for instructions about how to update the
31 # * SDK_VERSION in build/toolchain/win/setup_toolchain.py.
32 # * //build/config/win/BUILD.gn NTDDI_VERSION value
34 # * //docs/windows_build_instructions.md mentions of VS or Windows SDK.
54 ('2017', '15.0'),
62 '2017': 'VC141',
66 """Returns True if running on a Windows host (including under cygwin)."""
81 # When running on a non-Windows host, only do this if the SDK has explicitly
113 # Include the VS runtime in the PATH in case it's not machine-installed.
[all …]
/external/jsoncpp/
Dappveyor.yml6 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
8 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
11 CMAKE_GENERATOR: Visual Studio 15 2017
12 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
13 CMAKE_GENERATOR: Visual Studio 15 2017 Win64
16 - cmake --version
17 # The build script starts in root.
18 - set JSONCPP_FOLDER=%cd%
19 - set JSONCPP_BUILD_FOLDER=%JSONCPP_FOLDER%\build\release
[all …]
/external/webrtc/rtc_base/win/
Dwindows_version.cc2 * Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license
13 #include <windows.h>
21 #error VS 2017 Update 3.2 or higher is required
33 // Utility class to read, write and manipulate the Windows Registry.
175 // Helper to map a major.minor.x.build version (e.g. 6.1) to a Windows release.
176 Version MajorMinorBuildToVersion(int major, int minor, int build) { in MajorMinorBuildToVersion() argument
183 // Treat Windows Server 2008 the same as Windows Vista. in MajorMinorBuildToVersion()
186 // Treat Windows Server 2008 R2 the same as Windows 7. in MajorMinorBuildToVersion()
189 // Treat Windows Server 2012 the same as Windows 8. in MajorMinorBuildToVersion()
[all …]

12345678910>>...24