Home
last modified time | relevance | path

Searched full:github (Results 1 – 25 of 32) sorted by relevance

12

/nanopb-latest/.github/workflows/
Dtrigger_on_schedule.yml9 uses: ./.github/workflows/compiler_tests.yml
12 uses: ./.github/workflows/simulator_tests.yml
15 uses: ./.github/workflows/olddistro_tests.yml
18 uses: ./.github/workflows/ios_swift_tests.yml
21 uses: ./.github/workflows/platformio_tests.yml
24 uses: ./.github/workflows/bazel.yml
27 uses: ./.github/workflows/cifuzz.yml
31 uses: ./.github/workflows/binary_packages.yml
35 uses: ./.github/workflows/pypi_publish.yml
Dcodeql.yml54 uses: github/codeql-action/init@v2
61 …# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/cod…
69 # uses: github/codeql-action/autobuild@v2
72 …# �� See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#job…
78 ./.github/workflows/codeql-buildscript.sh
81 uses: github/codeql-action/analyze@v2
110 uses: github/codeql-action/upload-sarif@v2
125 ./.github/workflows/fail_on_error.py \
Dsimulator_tests.yml13 - name: Check out code from GitHub
27 git clone https://github.com/buserror/simavr.git
43 - name: Check out code from GitHub
72 - name: Check out code from GitHub
Dtrigger_on_code_change.yml35 - name: Check out code from GitHub
59 uses: ./.github/workflows/cifuzz.yml
63 uses: ./.github/workflows/binary_packages.yml
Dpypi_publish.yml16 - name: Check out code from GitHub
60 - name: Check out code from GitHub
Dbinary_packages.yml18 - name: Check out code from GitHub
77 - name: Check out code from GitHub
119 - name: Check out code from GitHub
Dolddistro_tests.yml19 - name: Check out code from GitHub
Dcompiler_tests.yml13 - name: Check out code from GitHub
Dplatformio_tests.yml18 - name: Check out code from GitHub
/nanopb-latest/extra/bazel/
Dnanopb_deps.bzl12 …"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skyli…
13 … "https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar.gz",
26 …"https://mirror.bazel.build/github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz",
27 "https://github.com/bazelbuild/rules_proto/archive/refs/tags/5.3.0-21.7.tar.gz",
39 url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz",
50 …urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.6.0/rules_proto_…
Dnanopb_cc_proto_library.bzl2 # Adapted from: https://github.com/rules-proto-grpc/rules_proto_grpc/
/nanopb-latest/
DAUTHORS.txt21 Yaniv Mordekhay <yanivmo@users.noreply.github.com>
53 Noah Pendleton <2538614+noahp@users.noreply.github.com>
80 T. Carl Beery <beeryt@users.noreply.github.com>
88 kurddt <kurddt@users.noreply.github.com>
91 a1lu <a1lu@users.noreply.github.com>
92 L <46594312+WakandaO2@users.noreply.github.com>
95 leabut <leabut@users.noreply.github.com>
101 Conrad Wood <github@conradwood.net>
111 Oleg Dolgy <60554929+odolgy@users.noreply.github.com>
116 Christopher Hughes <67643395+chughes-pika@users.noreply.github.com>
[all …]
DCONTRIBUTING.md8 to see in the future to the Github issue tracker. Using the templates
11 * [Report a bug](https://github.com/nanopb/nanopb/issues/new?body=**Steps%20to%20reproduce%20the%20…
12 * [Request a feature](https://github.com/nanopb/nanopb/issues/new?body=**What%20should%20the%20feat…
DREADME.md4 ![Latest change](https://github.com/nanopb/nanopb/actions/workflows/trigger_on_code_change.yml/badg…
5 ![Weekly build](https://github.com/nanopb/nanopb/actions/workflows/trigger_on_schedule.yml/badge.sv…
12 * **Git repository:** https://github.com/nanopb/nanopb/
16 * **Pre-release binary packages:** https://github.com/nanopb/nanopb/actions/workflows/binary_packag…
42 of that particular version [here](https://github.com/nanopb/nanopb/blob/maintenance_0.3/README.md))
74 on STM32 discovery board and [simavr](https://github.com/buserror/simavr)
Dlibrary.json8 "url": "https://github.com/nanopb/nanopb.git"
/nanopb-latest/tests/docker_images/
DREADME.md7 By default they take the newest master branch code from github.
/nanopb-latest/tests/docker_images/ubuntu1804/
DDockerfile13 RUN git clone https://github.com/nanopb/nanopb.git
/nanopb-latest/tests/docker_images/ubuntu2004/
DDockerfile14 RUN git clone https://github.com/nanopb/nanopb.git
/nanopb-latest/docs/
Dwhats_new.md102 [tests/oneof_callback](https://github.com/nanopb/nanopb/tree/master/tests/oneof_callback) test case…
103 [examples/network_server](https://github.com/nanopb/nanopb/tree/master/examples/network_server) exa…
119 There is an example of this in [tests/oneof_callback](https://github.com/nanopb/nanopb/tree/master/…
171 Nanopb fuzzer has also been integrated in Google's [OSSFuzz](https://google.github.io/oss-fuzz/)
Dbazel_build.md13 remote = "https://github.com/nanopb/nanopb.git",
Dindex.md13 [see here](https://github.com/nanopb/nanopb/blob/maintenance_0.3/docs/index.rst).
115 For a complete example of the simple case, see [examples/simple/simple.c](https://github.com/nanopb…
116 For a more complex example with network interface, see the [examples/network_server](https://github
/nanopb-latest/extra/poetry/
Dpyproject.toml7 repository = "https://github.com/nanopb/nanopb/"
/nanopb-latest/generator/
Dplatformio_generator.py13 # See https://github.com/nanopb/nanopb/pull/834
159 # Fix for ESP32 ESP-IDF https://github.com/nanopb/nanopb/issues/734#issuecomment-1001544447
/nanopb-latest/tests/any_type/google/protobuf/
Dduration.proto37 option go_package = "github.com/golang/protobuf/ptypes/duration";
Dany.proto36 option go_package = "github.com/golang/protobuf/ptypes/any";

12