• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

crypto/23-Nov-2023-1,7071,199

json/23-Nov-2023-725546

trace_logging/23-Nov-2023-563381

BUILD.gnD23-Nov-20233.5 KiB138125

DEPSD23-Nov-2023204 86

README.mdD23-Nov-2023329 65

alarm.ccD23-Nov-20233.3 KiB13094

alarm.hD23-Nov-20234.4 KiB10839

alarm_unittest.ccD23-Nov-20235 KiB15093

base64.ccD23-Nov-20231.4 KiB5536

base64.hD23-Nov-2023872 3214

base64_unittest.ccD23-Nov-20231.4 KiB6137

big_endian.ccD23-Nov-2023878 3423

big_endian.hD23-Nov-20235.5 KiB235177

big_endian_unittest.ccD23-Nov-202312.6 KiB405308

chrono_helpers.hD23-Nov-20231.5 KiB5131

enum_name_table.hD23-Nov-20231.5 KiB5333

enum_name_table_unittest.ccD23-Nov-20232.8 KiB7757

flat_map.hD23-Nov-20232.4 KiB6636

flat_map_unittest.ccD23-Nov-20233.6 KiB11983

hashing.hD23-Nov-20231.5 KiB5034

integer_division.hD23-Nov-20232.2 KiB6838

integer_division_unittest.ccD23-Nov-20233 KiB9268

osp_logging.hD23-Nov-20235.7 KiB146106

saturate_cast.hD23-Nov-20235.4 KiB14697

saturate_cast_unittest.ccD23-Nov-202311.8 KiB363335

simple_fraction.ccD23-Nov-20231.7 KiB7050

simple_fraction.hD23-Nov-20231.5 KiB4619

simple_fraction_unittest.ccD23-Nov-20233.7 KiB10176

std_util.ccD23-Nov-2023642 2718

std_util.hD23-Nov-20233 KiB9963

stringprintf.ccD23-Nov-20231.2 KiB4528

stringprintf.hD23-Nov-20231.8 KiB6947

stringprintf_unittest.ccD23-Nov-20231,010 3423

trace_logging.hD23-Nov-20234.2 KiB9560

trace_logging_unittest.ccD23-Nov-202312.4 KiB382332

url.ccD23-Nov-20232.8 KiB11388

url.hD23-Nov-20232 KiB8965

url_unittest.ccD23-Nov-20234.6 KiB168135

weak_ptr.hD23-Nov-20237 KiB218103

weak_ptr_unittest.ccD23-Nov-20235.9 KiB187137

yet_another_bit_vector.ccD23-Nov-20239.2 KiB275203

yet_another_bit_vector.hD23-Nov-20233.6 KiB10443

yet_another_bit_vector_unittest.ccD23-Nov-20237.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.