Merge pull request #52 from apache/hll_api_tidying

change HLL public API from CamelCase to lower_with_underscore
tree: 65a5125e78a579ed5fe9abe3e64c4811ddd6e51f
  1. cmake/
  2. common/
  3. cpc/
  4. fi/
  5. hll/
  6. kll/
  7. python/
  8. theta/
  9. .gitignore
  10. .gitmodules
  11. CMakeLists.txt
  12. config.mk
  13. Makefile
  14. MANIFEST.in
  15. pyproject.toml
  16. README.md
  17. setup.py
README.md

This is an unfinished effort to port some of datasketches-java code to C++.

We will be standardizing on C++11 for the time being.

For the python interface, see the README notes in the python subdirectory.