tree: 7b1bc4240940def568eb213cd4aa8fdb22d231b6 [path history] [tgz]
  1. algorithm.h
  2. algorithm_test.cc
  3. auto_iterator.h
  4. auto_iterator_test.cc
  5. auto_pop_stack.h
  6. auto_pop_stack_test.cc
  7. bijective_map.h
  8. bijective_map_test.cc
  9. BUILD
  10. casts.h
  11. container_iterator_range.h
  12. container_iterator_range_test.cc
  13. container_proxy.h
  14. container_proxy_test.cc
  15. container_util.h
  16. create_version_header.sh
  17. enum_flags.h
  18. enum_flags_test.cc
  19. expandable_tree_view.h
  20. expandable_tree_view_test.cc
  21. file_util.cc
  22. file_util.h
  23. file_util_test.cc
  24. forward.h
  25. forward_test.cc
  26. init_command_line.cc
  27. init_command_line.h
  28. interval.h
  29. interval_map.h
  30. interval_map_test.cc
  31. interval_set.h
  32. interval_set_test.cc
  33. interval_test.cc
  34. iterator_adaptors.h
  35. iterator_adaptors_test.cc
  36. iterator_range.h
  37. iterator_range_test.cc
  38. logging.cc
  39. logging.h
  40. map_tree.h
  41. map_tree_test.cc
  42. range.h
  43. range_test.cc
  44. README.md
  45. simple_zip.cc
  46. simple_zip.h
  47. simple_zip_test.cc
  48. spacer.cc
  49. spacer.h
  50. spacer_test.cc
  51. status_macros.h
  52. subcommand.cc
  53. subcommand.h
  54. subcommand_test.cc
  55. top_n.h
  56. top_n_test.cc
  57. tree_operations.cc
  58. tree_operations.h
  59. tree_operations_test.cc
  60. type_traits.h
  61. type_traits_test.cc
  62. user_interaction.cc
  63. user_interaction.h
  64. user_interaction_test.cc
  65. value_saver.h
  66. value_saver_test.cc
  67. vector_tree.h
  68. vector_tree_iterators.h
  69. vector_tree_iterators_test.cc
  70. vector_tree_test.cc
  71. vector_tree_test_util.cc
  72. vector_tree_test_util.h
  73. with_reason.h
  74. with_reason_test.cc
common/util/README.md

Generic Libraries

This directory contains libraries that are general-purpose, and not tied to any particular application or domain. This includes (but is not limited to) data structures, algorithms, interface adapters, file and I/O libraries, and debug utilities.