liiir1985 7f62dcda9f | ||
---|---|---|
.. | ||
crypto | ||
json | ||
trace_logging | ||
BUILD.gn | ||
DEPS | ||
README.md | ||
alarm.cc | ||
alarm.h | ||
alarm_unittest.cc | ||
base64.cc | ||
base64.h | ||
base64_unittest.cc | ||
big_endian.cc | ||
big_endian.h | ||
big_endian_unittest.cc | ||
chrono_helpers.h | ||
enum_name_table.h | ||
enum_name_table_unittest.cc | ||
flat_map.h | ||
flat_map_unittest.cc | ||
hashing.h | ||
integer_division.h | ||
integer_division_unittest.cc | ||
osp_logging.h | ||
saturate_cast.h | ||
saturate_cast_unittest.cc | ||
simple_fraction.cc | ||
simple_fraction.h | ||
simple_fraction_unittest.cc | ||
std_util.cc | ||
std_util.h | ||
stringprintf.cc | ||
stringprintf.h | ||
stringprintf_unittest.cc | ||
trace_logging.h | ||
trace_logging_unittest.cc | ||
url.cc | ||
url.h | ||
url_unittest.cc | ||
weak_ptr.h | ||
weak_ptr_unittest.cc | ||
yet_another_bit_vector.cc | ||
yet_another_bit_vector.h | ||
yet_another_bit_vector_unittest.cc |
README.md
Utility Code
The util/ folder is meant to house core utility classes and logic that can be used by everything else in the Open Screen repository. Code here is permitted to include platform/api/ -- same as the rest of the repository. Includes things like string utils, the JSON serializer, our std_util.h header, and the alarm.