Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 547 Bytes

File metadata and controls

24 lines (19 loc) · 547 Bytes

tools-cpp - Generalized cross-project C++ tools

For personal project use.

Features

  • C++11
  • CMake-based build and test system
  • Most functionality has test coverage
  • Class wrappers for TCP, UDP, and raw sockets

Goals

  • Windows support

Priorities

  • Multi-platform support
  • POSIX compatibility
  • Test coverage

Style

  • No tabs, only spaces
  • 4 space indents
  • Lines wrap to 80 characters