Home
last modified time | relevance | path

Searched full:g (Results 1 – 25 of 46) sorted by relevance

12

/nanopb-3.4.0/.github/workflows/
Dcompiler_tests.yml31 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"
Dsimulator_tests.yml53 …sudo apt-get install gcc-mipsel-linux-gnu g++-mipsel-linux-gnu gcc-mips-linux-gnu g++-mips-linux-g…
82 sudo apt-get install gcc-riscv64-linux-gnu g++-riscv64-linux-gnu qemu-user
/nanopb-3.4.0/tests/site_scons/platforms/mipsel/
Dmipsel.py3 # gcc-mipsel-linux-gnu g++-mipsel-linux-gnu qemu-user
8 CXX = "mipsel-linux-gnu-g++")
/nanopb-3.4.0/tests/site_scons/platforms/riscv64/
Driscv64.py3 # gcc-riscv64-linux-gnu g++-riscv64-linux-gnu qemu-user
8 CXX = "riscv64-linux-gnu-g++")
/nanopb-3.4.0/tests/site_scons/platforms/avr/
Davr.py5 native.Append(LIBS = ["simavr", "libelf"], CFLAGS = "-Wall -Werror -g")
10 CXX = "avr-g++")
12 env.Append(CFLAGS = "-mmcu=atmega1284 -Dmain=app_main -Os -g -Wall ")
Drun_test.c134 fprintf(stderr, "Usage: %s [-g] binary [args ...]\n", argv[0]); in main()
142 if (strcmp(filename, "-g") == 0) in main()
/nanopb-3.4.0/tests/site_scons/platforms/mips/
Dmips.py3 # gcc-mips-linux-gnu g++-mips-linux-gnu qemu-user
8 CXX = "mips-linux-gnu-g++")
/nanopb-3.4.0/tests/fuzztest/
Dossfuzz.sh31 CCFLAGS="-Wall -Wextra -g -DLLVMFUZZER $CFLAGS" \
32 CXXFLAGS="-Wall -Wextra -g -DLLVMFUZZER $CXXFLAGS" \
/nanopb-3.4.0/examples/cmake_simple/
DCMakeLists.txt11 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -g -O0")
/nanopb-3.4.0/tests/docker_images/ubuntu1804/
DDockerfile10 RUN apt -y install git scons build-essential g++
/nanopb-3.4.0/examples/cmake_relpath/
DCMakeLists.txt13 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror -g -O0")
/nanopb-3.4.0/tests/
DSConstruct168 env.Append(CFLAGS = '-g -Wall -Werror ')
180 env.Append(LINKFLAGS = '-g --coverage')
187 env.Append(CFLAGS = '-ansi -g -Wall -Werror')
203 # message size macros, in e.g. multiple_files testcase. The C construct
209 env.Append(CFLAGS = '-Wall -Werror -g')
212 env.Append(CXXFLAGS = '-g -Wall -Werror -Wextra -Wno-missing-field-initializers')
213 elif 'g++' in env['CXX'] or 'gcc' in env['CXX']:
214 … env.Append(CXXFLAGS = '-g -Wall -Werror -Wextra -Wno-missing-field-initializers -std=gnu++11')
/nanopb-3.4.0/docs/
Dgenerator_flow.svg1780 <g
1802 <g
1805 <g
1808 <g
1811 <g
1834 </g>
1835 </g>
1836 <g
1857 <g
1860 <g
[all …]
/nanopb-3.4.0/examples/network_server/
DMakefile5 CFLAGS = -ansi -Wall -Werror -g -O0
DREADME.txt15 cc -ansi -Wall -Werror -I .. -g -O0 -I../.. -o server server.c
17 cc -ansi -Wall -Werror -I .. -g -O0 -I../.. -o client client.c
/nanopb-3.4.0/examples/using_union_messages/
DMakefile5 CFLAGS = -ansi -Wall -Werror -g -O0
/nanopb-3.4.0/tests/docker_images/ubuntu2004/
DDockerfile10 RUN apt -y install git scons build-essential g++
/nanopb-3.4.0/examples/simple/
DMakefile5 CFLAGS = -Wall -Werror -g -O0
/nanopb-3.4.0/tests/site_scons/platforms/stm32/
Dstm32.py9 CXX = "arm-none-eabi-g++")
/nanopb-3.4.0/tools/
Dset_version.sh4 # e.g. user@localhost:~/nanopb$ tools/set_version.sh nanopb-0.1.9-dev
/nanopb-3.4.0/tests/intsizes/
Dintsizes.proto6 * otherwise. E.g. uint32 + IS_8 => uint8_t
/nanopb-3.4.0/docs/logo/
Dlogo.svg817 <g
878 <g
907 </g>
908 <g
929 </g>
958 <g
979 </g>
1058 </g>
1059 <g
1092 <g
[all …]
/nanopb-3.4.0/
Dpb_decode.h22 * 2) You can use state to store your own data (e.g. buffer pointer),
82 * e.g. memset(). This can also be used for merging two
125 * Alternatively, you can use a custom stream that reads directly from e.g.
/nanopb-3.4.0/spm_headers/nanopb/
Dpb_decode.h22 * 2) You can use state to store your own data (e.g. buffer pointer),
82 * e.g. memset(). This can also be used for merging two
125 * Alternatively, you can use a custom stream that reads directly from e.g.
/nanopb-3.4.0/tests/basic_buffer/
Ddecode_buffer.c6 * Run e.g. ./test_encode1 | ./test_decode1

12