tree: 709aa62970ddcc0453dda52c75e4b707d2ecc68b [path history] [tgz]
  1. crypto/
  2. json/
  3. alarm.cc
  4. alarm.h
  5. alarm_unittest.cc
  6. big_endian.cc
  7. big_endian.h
  8. big_endian_unittest.cc
  9. BUILD.gn
  10. DEPS
  11. integer_division.h
  12. integer_division_unittest.cc
  13. README.md
  14. saturate_cast.h
  15. saturate_cast_unittest.cc
  16. std_util.h
  17. stringprintf.h
  18. yet_another_bit_vector.cc
  19. yet_another_bit_vector.h
  20. 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.