third_party.pigweed.src/pw_string
Armando Montanez fb3d3fba79 Don't declare pigweed variables as globals
Require targets to explicitly import pigweed variable definitions. This
moves out some necessary logic from the BUILDCONFIG.gn file.

Change-Id: If9c9fe5a680cc9d897a0e8a55889873be618ed84
2020-06-16 09:50:59 -07:00
..
public/pw_string Allow-list unsigned integer overflows. 2020-04-24 15:22:39 +00:00
size_report Don't declare pigweed variables as globals 2020-06-16 09:50:59 -07:00
BUILD Many changes to support stricter deps 2020-04-07 00:04:46 +00:00
BUILD.gn Don't declare pigweed variables as globals 2020-06-16 09:50:59 -07:00
CMakeLists.txt
docs.rst pw_bloat: Remove .rst from generated size reports 2020-03-19 21:14:29 +00:00
format_test.cc
format.cc
README.md
string_builder_test.cc
string_builder.cc
to_string_test.cc pw_string: Fix ToString for scoped enumerations 2020-03-18 13:13:51 -07:00
type_to_string_test.cc
type_to_string.cc
util_test.cc

pw_string: Embedded-friendly C++ string manipulation primitives