Errata: fix is_ok
7 files changed
tree: ae1142cfc798d42a81ebf8f271589b9e9be7e2a1
  1. .github/
  2. .idea/
  3. code/
  4. doc/
  5. example/
  6. tools/
  7. unit_tests/
  8. .clang-format
  9. .gitignore
  10. CMakeLists.txt
  11. LICENSE
  12. Makefile
  13. Pipfile
  14. README.md
  15. Sconstruct
README.md

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.