Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 459 Bytes

libswoc

Solid Wall of C++ Library. Documentation.

Versioning

  • Point release - Backwards compatible change that requires only a recompilation.
  • Minor release - Backwards compatible change that requires trivial / obvious code changes to preserve the same functionality / semantics. E.g. a method name change.
  • Major release - Semantic changes that require restructuring or redesign of client code.