/nanopb-3.4.0/tests/ |
D | Makefile | 8 rm -rf build coverage 14 mkdir build/coverage 15 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info 18 lcov -r build/coverage/nanopb.info '*tests*' -o build/coverage/nanopb.info 21 genhtml -o build/coverage build/coverage/nanopb.info
|
/nanopb-3.4.0/tests/fuzztest/ |
D | ossfuzz.sh | 9 rm -rf build 10 scons build/alltypes/encode_alltypes build/fuzztest/generate_message 12 build/alltypes/encode_alltypes 0 > fuzztest_seed_corpus/alltypes0 13 build/alltypes/encode_alltypes 1 > fuzztest_seed_corpus/alltypes1 14 build/alltypes/encode_alltypes 2 > fuzztest_seed_corpus/alltypes2 15 build/fuzztest/generate_message $(date +%s) > fuzztest_seed_corpus/rndmsg 2>/dev/null 22 rm -rf build
|
D | update_corpus.sh | 35 BUILDDIR=fuzztest/tmp-corpusupdate/build build/fuzztest/fuzztest \ 39 build/fuzztest/fuzztest corpus new_corpus -merge=1
|
/nanopb-3.4.0/tests/generator_relative_paths/ |
D | SConscript | 4 # user@host:.../build$ nanopb_generator -D . -I ../proto ../proto/simple.proto 5 # user@host:.../build$ nanopb_generator -D . -I ../proto ../proto/protobuf/any.proto 9 # |-- build 26 env.Command(["build/protobuf/any.pb.h", "build/simple.pb.h", "build/protobuf/any.pb.c", "build/simp… 29 Delete("$BUILDDIR/generator_relative_paths/build"), 30 Mkdir("$BUILDDIR/generator_relative_paths/build"), 31 …env['NANOPB_GENERATOR'] + " -D$BUILDDIR/generator_relative_paths/build -I$BUILDDIR/generator_relat… 34 env.Match("simple_pb_h_ok", ["build/simple.pb.h", "simple.expected"]) 35 env.Match("simple_pb_c_ok", ["build/simple.pb.c", "simple.expected"]) 36 env.Match("any_pb_h_ok", ["build/protobuf/any.pb.h", "any.expected"]) [all …]
|
/nanopb-3.4.0/extra/poetry/ |
D | poetry_build.sh | 5 rm -rf build 6 mkdir build 9 (cd "$(git rev-parse --show-toplevel)"; git archive HEAD) > build/tmp.tar 10 cd build 20 poetry build
|
D | pyproject.toml | 29 [build-system] 31 build-backend = "poetry.masonry.api"
|
/nanopb-3.4.0/examples/cmake_relpath/ |
D | README.txt | 9 On Linux, create a build directory and then call cmake: 11 nanopb/examples/cmake_simple$ mkdir build 12 nanopb/examples/cmake_simple$ cd build/ 13 nanopb/examples/cmake_simple/build$ cmake .. 14 nanopb/examples/cmake_simple/build$ make
|
/nanopb-3.4.0/examples/cmake_simple/ |
D | README.txt | 9 On Linux, create a build directory and then call cmake: 11 nanopb/examples/cmake_simple$ mkdir build 12 nanopb/examples/cmake_simple$ cd build/ 13 nanopb/examples/cmake_simple/build$ cmake .. 14 nanopb/examples/cmake_simple/build$ make
|
/nanopb-3.4.0/examples/conan_dependency/ |
D | README.md | 9 to build a simple application. You'll likely need to build this yourself, so 13 To run though the build one step at a time, use the following commands. 15 mkdir build 16 cd build 19 conan build .. 25 To have everything build at once and install to your local Conan cache
|
D | .gitignore | 1 build/
|
D | conanfile.py | 35 def build(self): member in SimpleProtosConan 38 cmake.build()
|
/nanopb-3.4.0/tests/docker_images/ |
D | README.md | 9 To build tests for a single target, use for example: 11 docker build ubuntu1804 13 To build tests for all targets, use:
|
D | build_all.sh | 6 docker build $(dirname $file)
|
/nanopb-3.4.0/ |
D | .gitignore | 16 tests/build 32 extra/poetry/build 33 build/
|
D | conanfile.py | 24 def build(self): member in NanoPbConan 27 cmake.build()
|
/nanopb-3.4.0/docs/ |
D | bazel_build.md | 1 # Nanopb: Bazel build 2 The Bazel build system, is designed to be fast and correct. Nanopb provides a 3 set of plugins for the Bazel build system allowing Nanopb to be integrated 4 into the build. 31 To use the Nanopb rules with in your build you can use the
|
/nanopb-3.4.0/examples/platformio/ |
D | .gitignore | 3 cmake-build-*/
|
D | platformio.ini | 9 ; Compiled `.pb.o` files will be located under `$BUILD_DIR/nanopb/generated-build` 44 ; Warning: the 'src_filter' option cannot be used with ESP-IDF. Select source files to build in the…
|
/nanopb-3.4.0/tests/encode_arrays_unpacked/ |
D | SConscript | 5 # Take copy of the files for custom build. 23 # Now build and run the test normally.
|
/nanopb-3.4.0/tests/buffer_only/ |
D | SConscript | 5 # Take copy of the files for custom build. 23 # Now build and run the test normally.
|
/nanopb-3.4.0/tests/no_errmsg/ |
D | SConscript | 5 # Take copy of the files for custom build. 23 # Now build and run the test normally.
|
/nanopb-3.4.0/tests/validate_utf8/ |
D | SConscript | 5 # Take copy of the files for custom build. 23 # Now build and run the test normally.
|
/nanopb-3.4.0/tests/cxx_main_program/ |
D | SConscript | 10 # Copy the files to .cxx extension in order to force C++ build. 20 # Now build and run the test normally.
|
/nanopb-3.4.0/tests/field_size_16/ |
D | SConscript | 6 # Take copy of the files for custom build. 24 # Now build and run the test normally.
|
/nanopb-3.4.0/tests/field_size_32/ |
D | SConscript | 6 # Take copy of the files for custom build. 24 # Now build and run the test normally.
|