tree: 6a62fb30eb09c9a9788be8173aa9bf3580f3d168 [path history] [tgz]
  1. crypto/
  2. json/
  3. trace_logging/
  4. alarm.cc
  5. alarm.h
  6. alarm_unittest.cc
  7. big_endian.cc
  8. big_endian.h
  9. big_endian_unittest.cc
  10. BUILD.gn
  11. DEPS
  12. integer_division.h
  13. integer_division_unittest.cc
  14. logging.h
  15. operation_loop.cc
  16. operation_loop.h
  17. operation_loop_unittest.cc
  18. README.md
  19. saturate_cast.h
  20. saturate_cast_unittest.cc
  21. serial_delete_ptr.h
  22. serial_delete_ptr_unittest.cc
  23. std_util.h
  24. stringprintf.h
  25. trace_logging.h
  26. trace_logging_unittest.cc
  27. yet_another_bit_vector.cc
  28. yet_another_bit_vector.h
  29. yet_another_bit_vector_unittest.cc
util/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.