Home
last modified time | relevance | path

Searched full:scons (Results 1 – 18 of 18) sorted by relevance

/nanopb-3.4.0/.github/workflows/
Dcompiler_tests.yml23 sudo apt-get install python3-protobuf protobuf-compiler scons
31 scons CC=gcc CXX=g++ CCFLAGS="-O3"
33 scons CC=gcc CXX=g++ CCFLAGS="-Os -flto"
35 scons CC=gcc CXX=g++ CCFLAGS="-O1 -DPB_FIELD_32BIT=1"
41 scons CC=gcc CXX=g++ CCFLAGS="-O3 -m32" LINKFLAGS="-m32"
43 scons CC=gcc CXX=g++ CCFLAGS="-Os -flto -m32" LINKFLAGS="-m32"
45 scons CC=gcc CXX=g++ CCFLAGS="-O1 -DPB_FIELD_32BIT=1 -m32" LINKFLAGS="-m32"
51 scons CC=clang CXX=clang++ CCFLAGS="-O3"
53 scons CC=clang CXX=clang++ CCFLAGS="-Os -DPB_FIELD_32BIT=1"
59 scons CC=clang CXX=clang++ CCFLAGS="-O3 -m32" LINKFLAGS="-m32"
[all …]
Dsimulator_tests.yml22 sudo apt-get install python3-protobuf protobuf-compiler scons
36 scons PLATFORM=AVR
52 sudo apt-get install python3-protobuf protobuf-compiler scons
59 scons PLATFORM=MIPS
65 scons PLATFORM=MIPSEL
81 sudo apt-get install python3-protobuf protobuf-compiler scons
88 scons PLATFORM=RISCV64
Dbinary_packages.yml26 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
49 python3 -m SCons
74 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
100 python3 -m SCons
115 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
138 python3 -m SCons
Dpython2_tests.yml28 sudo apt-get install python-protobuf protobuf-compiler scons
35scons PYTHON="/usr/bin/python2" PROTOC="/usr/bin/protoc" PROTOCFLAGS="--plugin=protoc-gen-nanopb=$…
Dtrigger_on_code_change.yml39 sudo apt-get install python3-protobuf protobuf-compiler scons splint valgrind
44 scons
Dpypi_publish.yml71 python3 -m pip install --user --upgrade protobuf grpcio-tools scons
/nanopb-3.4.0/tests/
DMakefile2 scons
5 scons -c
11 scons CC=gcc-4.6 CXX=gcc-4.6
DSConstruct2 Type 'scons' to build and run all the available test cases.
21 scons CC=clang CXX=clang++
/nanopb-3.4.0/tests/site_scons/site_tools/
Dnanopb.py2 Scons Builder for nanopb .proto definitions.
31 import SCons.Action
32 import SCons.Builder
33 import SCons.Util
34 from SCons.Script import Dir, File
40 warningbase = SCons.Warnings.SConsWarning
42 warningbase = SCons.Warnings.Warning
46 SCons.Warnings.enableWarningClass(NanopbWarning)
59 raise SCons.Errors.StopError(NanopbWarning,
112 raise SCons.Errors.StopError(NanopbWarning,
[all …]
/nanopb-3.4.0/tests/docker_images/ubuntu1804/
DDockerfile10 RUN apt -y install git scons build-essential g++
14 RUN cd nanopb/tests && scons
/nanopb-3.4.0/
DREADME.md58 test suite. The build rules for the test suite are implemented using Scons,
59 so you need to have that installed (ex: `sudo apt install scons` or `pip install scons`).
63 scons
70 Mac OS X, use: `scons CC=clang CXX=clang`. Same way can be used to run
75 AVR simulator. Use `scons PLATFORM=STM32` and `scons PLATFORM=AVR` to run
89 * **SCons**: `tests/site_scons` (generator only)
DCHANGELOG.txt61 Fix problems running tests with newer SCons version
77 Fix test case build error on SCons 4.1.0
282 Fix scons rules for Python 3
492 Switch from Makefiles to scons for building the tests
/nanopb-3.4.0/tests/docker_images/ubuntu2004/
DDockerfile10 RUN apt -y install git scons build-essential g++
15 RUN cd nanopb/tests && scons
/nanopb-3.4.0/tests/fuzztest/
Dossfuzz.sh10 scons build/alltypes/encode_alltypes build/fuzztest/generate_message
30 scons CC="$CC" CXX="$CXX" LINK="$CXX" \
Dupdate_corpus.sh34 scons -u CC=clang LINK=clang++ \
/nanopb-3.4.0/docs/
Dindex.md146 To build the tests, you will need the [scons](http://www.scons.org/)
158 pip3 install scons protobuf grpcio-tools
/nanopb-3.4.0/generator/
Dplatformio_generator.py7 import SCons.Action
138 action = SCons.Action.CommandAction(cmd)
/nanopb-3.4.0/tests/generator_relative_paths/
DSConscript24 # As of 0.4.2, SCons rules still go through protoc that handles paths correctly