Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 43) sorted by relevance

12

/nanopb-3.4.0/tests/
DMakefile8 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/
Dossfuzz.sh9 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
Dupdate_corpus.sh35 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/
DSConscript4 # 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/
Dpoetry_build.sh5 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
Dpyproject.toml29 [build-system]
31 build-backend = "poetry.masonry.api"
/nanopb-3.4.0/examples/cmake_relpath/
DREADME.txt9 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/
DREADME.txt9 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/
DREADME.md9 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.gitignore1 build/
Dconanfile.py35 def build(self): member in SimpleProtosConan
38 cmake.build()
/nanopb-3.4.0/tests/docker_images/
DREADME.md9 To build tests for a single target, use for example:
11 docker build ubuntu1804
13 To build tests for all targets, use:
Dbuild_all.sh6 docker build $(dirname $file)
/nanopb-3.4.0/
D.gitignore16 tests/build
32 extra/poetry/build
33 build/
Dconanfile.py24 def build(self): member in NanoPbConan
27 cmake.build()
/nanopb-3.4.0/docs/
Dbazel_build.md1 # 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.gitignore3 cmake-build-*/
Dplatformio.ini9 ; 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/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-3.4.0/tests/buffer_only/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-3.4.0/tests/no_errmsg/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-3.4.0/tests/validate_utf8/
DSConscript5 # Take copy of the files for custom build.
23 # Now build and run the test normally.
/nanopb-3.4.0/tests/cxx_main_program/
DSConscript10 # 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/
DSConscript6 # Take copy of the files for custom build.
24 # Now build and run the test normally.
/nanopb-3.4.0/tests/field_size_32/
DSConscript6 # Take copy of the files for custom build.
24 # Now build and run the test normally.

12