CMakeLists.txt
LICENSE
MANIFEST.in
README.md
dev-requirements.txt
requirements.txt
setup.py
bench/CMakeLists.txt
bench/bench-lib.cpp
bench/run-bench.cpp
cmake/Extras.cmake
examples/CMakeLists.txt
examples/cpp/CMakeLists.txt
examples/cpp/example1.cpp
examples/python/example1.py
include/CPPLib/CPPLib.hpp
scripts/make_release.sh
scripts/manage_versions.py
scripts/rename_project.py
src/CMakeLists.txt
src/version.txt
src/CPPLib/CMakeLists.txt
src/CPPLib/CPPLConfig.cpp
src/CPPLib/CPPLConfig.hpp.in
src/CPPLib/CPPLib.cpp
src/Python/CMakeLists.txt
src/Python/MANIFEST.in
src/Python/README.md
src/Python/make_install_pip_package.cmake
src/Python/make_python_package.cmake
src/Python/requirements.txt
src/Python/setup.py
src/Python/cpplib/__init__.py
src/Python/cpplib/helper.py
src/Python/cpplib.egg-info/PKG-INFO
src/Python/cpplib.egg-info/SOURCES.txt
src/Python/cpplib.egg-info/dependency_links.txt
src/Python/cpplib.egg-info/not-zip-safe
src/Python/cpplib.egg-info/requires.txt
src/Python/cpplib.egg-info/top_level.txt
src/Python/cpplib_pybind/__init__.py
src/Python/cpplib_pybind/cpplib_pybind.cpp
src/Python/cpplib_pybind/cpplib_pybind.hpp
src/Python/cpplib_pybind/docstring/docstring.cpp
src/Python/cpplib_pybind/docstring/docstring.hpp
tests/CMakeLists.txt
tests/cpp/CMakeLists.txt
tests/cpp/run-tests.cpp
tests/cpp/test-cpplib.cpp
thirdparty/CMakeLists.txt