Name Date Size #Lines LOC

..--

crypto/H25-Apr-2025-1,7071,199

json/H25-Apr-2025-675504

trace_logging/H25-Apr-2025-563381

BUILD.gnH A D25-Apr-20253.8 KiB155138

DEPSH A D25-Apr-2025204 86

README.mdH A D25-Apr-2025329 65

alarm.ccH A D25-Apr-20253.3 KiB13094

alarm.hH A D25-Apr-20254.4 KiB10839

alarm_unittest.ccH A D25-Apr-20255 KiB15093

base64.ccH A D25-Apr-20251.4 KiB5738

base64.hH A D25-Apr-2025899 3315

base64_unittest.ccH A D25-Apr-20251.8 KiB7343

big_endian.ccH A D25-Apr-2025878 3423

big_endian.hH A D25-Apr-20255.5 KiB235177

big_endian_unittest.ccH A D25-Apr-202512.6 KiB405308

chrono_helpers.hH A D25-Apr-20251.5 KiB5131

enum_name_table.hH A D25-Apr-20251.5 KiB5333

enum_name_table_unittest.ccH A D25-Apr-20252.8 KiB7757

flat_map.hH A D25-Apr-20252.4 KiB6636

flat_map_unittest.ccH A D25-Apr-20253.6 KiB11983

hashing.hH A D25-Apr-20251.5 KiB5034

integer_division.hH A D25-Apr-20252.2 KiB6838

integer_division_unittest.ccH A D25-Apr-20253 KiB9268

osp_logging.hH A D25-Apr-20255.7 KiB146106

saturate_cast.hH A D25-Apr-20255.4 KiB14697

saturate_cast_unittest.ccH A D25-Apr-202511.8 KiB363335

simple_fraction.ccH A D25-Apr-20251.1 KiB4732

simple_fraction.hH A D25-Apr-20252.4 KiB7446

simple_fraction_unittest.ccH A D25-Apr-20253.7 KiB10176

std_util.ccH A D25-Apr-2025642 2718

std_util.hH A D25-Apr-20253 KiB9963

stringprintf.ccH A D25-Apr-20251.3 KiB4528

stringprintf.hH A D25-Apr-20251.6 KiB6142

stringprintf_unittest.ccH A D25-Apr-20251,001 3423

trace_logging.hH A D25-Apr-20254.2 KiB9560

trace_logging_unittest.ccH A D25-Apr-202512.4 KiB382332

url.ccH A D25-Apr-20252.8 KiB11388

url.hH A D25-Apr-20252 KiB8965

url_unittest.ccH A D25-Apr-20254.6 KiB168135

weak_ptr.hH A D25-Apr-20257 KiB218103

weak_ptr_unittest.ccH A D25-Apr-20255.9 KiB187137

yet_another_bit_vector.ccH A D25-Apr-20259.2 KiB275203

yet_another_bit_vector.hH A D25-Apr-20253.6 KiB10443

yet_another_bit_vector_unittest.ccH A D25-Apr-20257.7 KiB227160

README.md

1# Utility Code
2
3The util/ folder is meant to house core utility classes and logic that can be
4used by everything else in the Open Screen repository. Code here is permitted
5to include platform/api/ -- same as the rest of the repository. Includes things
6like string utils, the JSON serializer, our std_util.h header, and the alarm.