You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
crypto v811_spc009_project 4 months ago
json v811_spc009_project 4 months ago
trace_logging v811_spc009_project 4 months ago
BUILD.gn v811_spc009_project 4 months ago
DEPS v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
alarm.cc v811_spc009_project 4 months ago
alarm.h v811_spc009_project 4 months ago
alarm_unittest.cc v811_spc009_project 4 months ago
base64.cc v811_spc009_project 4 months ago
base64.h v811_spc009_project 4 months ago
base64_unittest.cc v811_spc009_project 4 months ago
big_endian.cc v811_spc009_project 4 months ago
big_endian.h v811_spc009_project 4 months ago
big_endian_unittest.cc v811_spc009_project 4 months ago
chrono_helpers.h v811_spc009_project 4 months ago
enum_name_table.h v811_spc009_project 4 months ago
enum_name_table_unittest.cc v811_spc009_project 4 months ago
flat_map.h v811_spc009_project 4 months ago
flat_map_unittest.cc v811_spc009_project 4 months ago
hashing.h v811_spc009_project 4 months ago
integer_division.h v811_spc009_project 4 months ago
integer_division_unittest.cc v811_spc009_project 4 months ago
osp_logging.h v811_spc009_project 4 months ago
saturate_cast.h v811_spc009_project 4 months ago
saturate_cast_unittest.cc v811_spc009_project 4 months ago
simple_fraction.cc v811_spc009_project 4 months ago
simple_fraction.h v811_spc009_project 4 months ago
simple_fraction_unittest.cc v811_spc009_project 4 months ago
std_util.cc v811_spc009_project 4 months ago
std_util.h v811_spc009_project 4 months ago
stringprintf.cc v811_spc009_project 4 months ago
stringprintf.h v811_spc009_project 4 months ago
stringprintf_unittest.cc v811_spc009_project 4 months ago
trace_logging.h v811_spc009_project 4 months ago
trace_logging_unittest.cc v811_spc009_project 4 months ago
url.cc v811_spc009_project 4 months ago
url.h v811_spc009_project 4 months ago
url_unittest.cc v811_spc009_project 4 months ago
weak_ptr.h v811_spc009_project 4 months ago
weak_ptr_unittest.cc v811_spc009_project 4 months ago
yet_another_bit_vector.cc v811_spc009_project 4 months ago
yet_another_bit_vector.h v811_spc009_project 4 months ago
yet_another_bit_vector_unittest.cc v811_spc009_project 4 months ago

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.