Searched +full:build +full:- +full:kotlin +full:- +full:macos (Results 1 – 10 of 10) sorted by relevance
| /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/kotlinx.coroutines/kotlinx-coroutines-core/ |
| D | build.gradle | 2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 5 apply plugin: 'org.jetbrains.kotlin.multiplatform' 11 apply from: rootProject.file("gradle/compile-jvm-multiplatform.gradle") 12 apply from: rootProject.file("gradle/compile-common.gradle") 15 apply from: rootProject.file("gradle/compile-native-multiplatform.gradle") 18 apply from: rootProject.file("gradle/compile-js-multiplatform.gradle") 19 apply from: rootProject.file('gradle/publish-npm-js.gradle') 24 Configure source sets structure for kotlinx-coroutines-core: 27 ------- ---------------------------------------------- 29 js -----------------------------------------------------+ [all …]
|
| /external/ksp/.github/workflows/ |
| D | auto-merge.yml | 1 # Workflow to cherry-pick changes from main to release branch. 3 name: auto-merge 10 build-and-test: 12 fail-fast: false 14 os: [ ubuntu-latest, macos-latest ] 17 runs-on: ${{ matrix.os }} 21 - uses: actions/checkout@v2 23 fetch-depth: 0 24 ref: 1.0.10-release 26 - name: merge commits from main to release branch [all …]
|
| D | main.yml | 7 branches: [ main, 1.0.10-release, 1.0.9-release ] 9 branches: [ main, 1.0.10-release, 1.0.9-release ] 12 build-and-test: 14 fail-fast: false 16 os: [ubuntu-latest, macos-latest] 19 runs-on: ${{ matrix.os }} 22 - name: Setup Java 9 23 uses: actions/setup-java@v1.4.3 25 java-version: '9' 26 java-package: jdk [all …]
|
| /external/ktfmt/ |
| D | README.md | 1 …Build%20and%20Test/badge.svg)](https://github.com/facebook/ktfmt/actions/workflows/build_and_test.… 3 …t` is a program that pretty-prints (formats) Kotlin code, based on [google-java-format](https://gi… 12 | ---- | ---- | 18 | ------ | --------| 31 [ktfmt IntelliJ plugin](https://plugins.jetbrains.com/plugin/14912-ktfmt) 38 IDEA→Preferences...→Editor→ktfmt Settings` on macOS) and 45 triggered from the `Code` menu or with the Ctrl-Alt-L (by default) keyboard 50 [`.editorconfig` file](https://www.jetbrains.com/help/idea/configuring-code-style.html#editorconfig) 51 to include the Kotlin section from one of the files inside 67 ### from the command-line [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | tests.sh | 3 # Build and runs tests for the protobuf project. We use this script to run 4 # tests on kokoro (Ubuntu and MacOS). It can run locally as well but you 7 # For when some other test needs the C++ main build, including protoc and 12 if [ -f src/protoc ]; then 18 git submodule update --init --recursive 21 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 23 make -j$(nproc) 28 make check -j$(nproc) || (cat src/test-suite.log; false) 34 ./configure LIBS=-ltcmalloc && make clean && make \ 35 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ [all …]
|
| D | CHANGES.txt | 1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 6 * Refactoring java full runtime to reuse sub-message builders and prepare to 13 * Make message-type extensions merge from wire-format instead of building up 15 * Fix TextFormat parser to build up recurring (but supposedly not repeated) 16 sub-messages directly from text rather than building a new sub-message and 19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) 31 * Disable the aarch64 build on macOS until it can be fixed. (#9816) 36 2022-03-04 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript) [all …]
|
| /external/protobuf/ |
| D | tests.sh | 3 # Build and run tests for the protobuf project. We use this script to run 4 # tests on kokoro (Ubuntu and MacOS). It can run locally as well but you 8 if [ -f src/protoc ]; then 14 git submodule update --init --recursive 17 ./configure CXXFLAGS="-fPIC -std=c++11" # -fPIC is needed for python cpp test. 19 make -j$(nproc) 24 make check -j$(nproc) || (cat src/test-suite.log; false) 30 ./configure LIBS=-ltcmalloc && make clean && make \ 31 PTHREAD_CFLAGS='-pthread -DGOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN' \ 34 PPROF_PATH=/usr/bin/google-pprof HEAPCHECK=strict ./protobuf-test [all …]
|
| D | CHANGES.txt | 1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 4 * Fix round-trip bug (#10158) 6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960) 12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.… 14 * Add public modifiers to kotlin code (#11068) 16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 22 * Target MacOS 10.9 to fix #10799 (#10807) 27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby) 30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721) [all …]
|
| /external/aws-crt-java/ |
| D | README.md | 16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/) 18 * [Platform-Specific JARs](#platform-specific-jars) 19 * [System Properties](#system-properties) 20 * [TLS Behavior](#tls-behavior) 36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y` 37 2) `git clone https://github.com/awslabs/aws-crt-java.git` 38 3) `cd aws-crt-java` 39 4) `git submodule update --init --recursive` 51 2) `git clone https://github.com/awslabs/aws-crt-java.git` 52 3) `cd aws-crt-java` [all …]
|