third_party.pigweed.src/pw_varint
Wyatt Hepler 2119240da1 GN build: Override built-in targets
- Override built-in targets, which gives more flexibility than
  set_defaults.
- Provide the default C++ in the toolchain, which can be overridden by
  explicitly specifying a config on a target.
- Remove the C++17 default flags from public configs, since it is no
  longer needed.

Change-Id: If211bada971c46cef83909bf15811a4f2c1eb7fd
2020-01-16 11:41:15 -08:00
..
public/pw_varint pw_varint: C support 2020-01-14 00:13:55 +00:00
BUILD pw_varint: C support 2020-01-14 00:13:55 +00:00
BUILD.gn GN build: Override built-in targets 2020-01-16 11:41:15 -08:00
CMakeLists.txt
README.md
varint_test.c pw_varint: C support 2020-01-14 00:13:55 +00:00
varint_test.cc pw_varint: C support 2020-01-14 00:13:55 +00:00
varint.cc pw_varint: C support 2020-01-14 00:13:55 +00:00

pw_varint: Variable-length integer encoding