Searched +full:build +full:- +full:dotnet +full:- +full:windows (Results 1 – 20 of 20) sorted by relevance
| /external/grpc-grpc/tools/dockerfile/test/csharp_debian11_arm64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/grpc-grpc/tools/dockerfile/test/csharp_debian11_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/dockerfile/test/csharp_debian11_arm64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN apt-get update && apt-get install -y \ 22 build-essential \ 25 pkg-config \ 26 && apt-get clean 29 RUN apt-get update && apt-get install -y \ 32 && apt-get clean 35 RUN apt-get update && apt-get install -y \ 37 libc6-dbg \ 38 libc6-dev \ [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
| D | prepare_build_windows.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 23 @rem Print image ID of the windows kokoro image being used. 30 python --version 31 python3 --version 35 …set RUN_TESTS_FLAGS=%RUN_TESTS_FLAGS% --filter_pr_tests --base_branch origin/%KOKORO_GITHUB_PULL_R… 46 @rem (on grpc-win2016 kokoro workers it can result in GOOGLE_PROTOBUF_MIN_PROTOC_VERSION violation) 47 choco uninstall protoc -y --limit-output 49 @rem Install nasm (required for boringssl assembly optimized build as boringssl no long supports ya… 52 curl -sSL --fail -o C:\nasm\nasm.exe https://storage.googleapis.com/grpc-build-helper/nasm-2.15.05/… 58 curl -sSL --fail -o C:\ccache\ccache.exe https://storage.googleapis.com/grpc-build-helper/ccache-4.… [all …]
|
| /external/grpc-grpc/tools/internal_ci/helper_scripts/ |
| D | prepare_build_windows.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 23 @rem Print image ID of the windows kokoro image being used. 30 python --version 31 python3 --version 35 …set RUN_TESTS_FLAGS=%RUN_TESTS_FLAGS% --filter_pr_tests --base_branch origin/%KOKORO_GITHUB_PULL_R… 46 @rem (on grpc-win2016 kokoro workers it can result in GOOGLE_PROTOBUF_MIN_PROTOC_VERSION violation) 47 choco uninstall protoc -y --limit-output 49 @rem Install nasm (required for boringssl assembly optimized build as boringssl no long supports ya… 52 curl -sSL --fail -o C:\nasm\nasm.exe https://storage.googleapis.com/grpc-build-helper/nasm-2.15.05/… 58 curl -sSL --fail -o C:\ccache\ccache.exe https://storage.googleapis.com/grpc-build-helper/ccache-4.… [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | build.yml | 2 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/grpc-grpc/src/csharp/ |
| D | install_dotnet_sdk.ps1 | 2 # Install dotnet SDK needed to build C# projects on Windows 4 Set-StrictMode -Version 2 8 # error when running on kokoro (i.e. in non-interactive mode) 13 Write-Error $_ 17 # avoid "Unknown error on a send" in Invoke-WebRequest 20 $InstallScriptUrl = 'https://dot.net/v1/dotnet-install.ps1' 21 $InstallScriptPath = Join-Path "$env:TEMP" 'dotnet-install.ps1' 24 Write-Host "Downloading install script: $InstallScriptUrl => $InstallScriptPath" 25 Invoke-WebRequest -Uri $InstallScriptUrl -OutFile $InstallScriptPath 29 &$InstallScriptPath -Version 3.1.415 [all …]
|
| D | BUILD-INTEGRATION.md | 1 # Protocol Buffers/gRPC Codegen Integration Into .NET Build 5 * It can be used in building both grpc-dotnet projects and legacy c-core C# projects. 13 * are generated on an as-needed basis each time the project is built. 15 * are a build artifact usually contained in the obj directory. 20 integrating the code generation into the build process. It can be used when building both 21 the server and client projects, and by both c-core C# projects and grpc-dotnet projects: 25 `Grpc.Tools` is only used at build-time and has no runtime components. 29 <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> 35 * Windows (x86, x64, and arm64 via using the x86 binaries) 40 See [Using Grpc.Tools with unsupported architectures](#unsupported-arch) below. [all …]
|
| D | build_nuget.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 20 mkdir -p ../../artifacts 22 # Collect protoc artifacts built by the previous build step 23 mkdir -p protoc_plugins 24 cp -r "${EXTERNAL_GIT_ROOT}"/input_artifacts/protoc_* protoc_plugins || true 30 # built on multiple different platforms (linux, mac, windows), which makes 31 # it difficult to support a local build of the nuget. 50 sed -ibak "s/<\/GrpcCsharpVersion>/-singleplatform<\/GrpcCsharpVersion>/" build/dependencies.props 53 dotnet restore Grpc.sln [all …]
|
| /external/grpc-grpc/src/csharp/Grpc.Tools.Tests/ |
| D | MsBuildIntegrationTest.cs | 9 // http://www.apache.org/licenses/LICENSE-2.0 38 /// that project is built using "dotnet build" with the SDK installed on 42 /// called that does the minimum work needed for the build to succeed 74 // "dotnet build" processes, so it doesn't matter what in InitTest() 132 // see https://github.com/grpc/grpc/issues/17661 - dot in name in TestCharactersInName() 133 // and https://github.com/grpc/grpc/issues/18698 - numbers in name in TestCharactersInName() 193 // On Windows we have to wrap the python script in a BAT script since we can only in SetUpCommonPaths() 195 // - e.g. we can't give "python fakeprotoc.py" in SetUpCommonPaths() 199 // Path for "build" directory under Grpc.Tools in SetUpCommonPaths() 200 grpcToolsBuildDir = Path.GetFullPath($"{assemblyDir}/../../../../Grpc.Tools/build"); in SetUpCommonPaths() [all …]
|
| /external/curl/winbuild/ |
| D | README.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 9 This document describes how to compile, build and install curl and libcurl 10 from sources using the Visual C++ build tool. To build with VC++, you will of 15 VC++ is also part of the Windows Platform SDK. You do not have to install the 16 full Visual Studio or Visual C++ if all you want is to build curl. 18 The latest Platform SDK can be downloaded freely from [Windows SDK and 20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) 24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download [all …]
|
| /external/grpc-grpc/src/csharp/Grpc.Tools/build/_protobuf/ |
| D | Google.Protobuf.Tools.targets | 5 …<!-- We allow a non-C# generator be set by the user, but skip adding outputs to Compile in this ca… 7 <!-- Configuration is passing the smoke test. --> 9 …<!-- Allow assembly file to be specified externally for testing by setting property _Protobuf_MsBu… 44 <!-- NET SDK: by default, do not include proto files in the directory. 46 https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#recommendation --> 50 <!-- Check configuration sanity before build. --> 57 <!--================================================================================ 59 =================================================================================--> 61 <!-- Extension point for plugin packages: use Protobuf_ToolsOs and Protobuf_ToolsCpu 63 fails; do check them before using. --> [all …]
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | RefStructCompatibilityTest.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 45 …/// The reason why this test is needed is that even though dotnet SDK projects allow to set LangVe… 46 …/// this setting doesn't accurately simulate compilation with an actual old pre-roslyn C# compiler. 49 …/// and silently accepts them. Therefore we try to build the generated code with an actual old C# … 57 …// This tests needs old C# compiler which is only available on Windows. Skipping it on all other p… in GeneratedCodeCompilesWithOldCsharpCompiler() 67 …// We build the code with GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE to avoid the use of ref str… in GeneratedCodeCompilesWithOldCsharpCompiler() 68 var compatibilityFlag = "-define:GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE"; in GeneratedCodeCompilesWithOldCsharpCompiler() 70 …var args = $"-langversion:3 -target:library {compatibilityFlag} -reference:{testProtosOutputDir}\\… in GeneratedCodeCompilesWithOldCsharpCompiler()
|
| /external/protobuf/csharp/src/Google.Protobuf.Test/ |
| D | RefStructCompatibilityTest.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 45 …/// The reason why this test is needed is that even though dotnet SDK projects allow to set LangVe… 46 …/// this setting doesn't accurately simulate compilation with an actual old pre-roslyn C# compiler. 49 …/// and silently accepts them. Therefore we try to build the generated code with an actual old C# … 57 …// This tests needs old C# compiler which is only available on Windows. Skipping it on all other p… in GeneratedCodeCompilesWithOldCsharpCompiler() 67 …// We build the code with GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE to avoid the use of ref str… in GeneratedCodeCompilesWithOldCsharpCompiler() 68 var compatibilityFlag = "-define:GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE"; in GeneratedCodeCompilesWithOldCsharpCompiler() 70 …var args = $"-langversion:3 -target:library {compatibilityFlag} -reference:{testProtosOutputDir}\\… in GeneratedCodeCompilesWithOldCsharpCompiler()
|
| /external/grpc-grpc/src/csharp/Grpc.Tools/ |
| D | implementation_notes.md | 5 The Grpc.Tools NuGet package provides custom build targets to make it easier to specify `.proto` fi… 14 * `build\Grpc.Tools.props`, which imports 15 * `build\_grpc\_Grpc.Tools.props` 16 * `build\_protobuf\Google.Protobuf.Tools.props` 17 * `build\Grpc.Tools.targets`, which imports 18 * `build\_grpc\_Grpc.Tools.targets` 19 * `build\_protobuf\Google.Protobuf.Tools.targets` 21 Details of how NuGet packages can add custom build targets and properties to a project is documented 22 … and .targets in a package](https://learn.microsoft.com/en-us/nuget/concepts/msbuild-props-and-tar… 24 Basically the `.props` and `.targets` files are automatically included in the projects - the `.prop… [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
| D | run_tests.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 91 # so far on windows. 92 if jobset.platform_string() == 'windows': 183 """Returns True if running running as a --use_docker child.""" 198 build = (config_vars.shell + config_vars.builder + 205 return PythonConfig(name, build, run) 219 # Bit-ness is handled by the test machine's environment 251 if self.platform == 'windows': 262 …# cmake + ninja build is the default because it is faster and supports boringssl assembly optimiza… 274 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja) [all …]
|
| /external/grpc-grpc/tools/run_tests/ |
| D | run_tests.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 95 # so far on windows. 96 if jobset.platform_string() == "windows": 197 """Returns True if running running as a --use_docker child.""" 215 build = ( 227 return PythonConfig(name, build, run, python_path) 248 # Bit-ness is handled by the test machine's environment 280 if self.platform == "windows": 300 …# cmake + ninja build is the default because it is faster and supports boringssl assembly optimiza… 319 # required to pass as cmake "-A" configuration for VS builds (but not for Ninja) [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBTypes.h | 1 //===- PDBTypes.h - Defines enums for various fields contained in PDB ----====// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 99 /// https://msdn.microsoft.com/en-us/library/yat28ads.aspx 116 /// here: https://msdn.microsoft.com/en-us/library/e96az21x.aspx 120 /// here: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx 162 // Produced e.g. by `csc /debug`. The encoded data is its own mini-stream 189 // Well-known GUIDs for LanguageTypeGuid are: 190 // 63a08714-fc37-11d2-904c-00c04fa302a1 C 191 // 3a12d0b7-c26c-11d0-b442-00a0244a1dd2 C++ [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBTypes.h | 1 //===- PDBTypes.h - Defines enums for various fields contained in PDB ----====// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 101 /// https://msdn.microsoft.com/en-us/library/yat28ads.aspx 118 /// here: https://msdn.microsoft.com/en-us/library/e96az21x.aspx 122 /// here: https://msdn.microsoft.com/en-us/library/b2fc64ek.aspx 164 // Produced e.g. by `csc /debug`. The encoded data is its own mini-stream 191 // Well-known GUIDs for LanguageTypeGuid are: 192 // 63a08714-fc37-11d2-904c-00c04fa302a1 C 193 // 3a12d0b7-c26c-11d0-b442-00a0244a1dd2 C++ [all …]
|