CMakeLists.txt
MANIFEST.in
setup.py
test.py
dist/omp_wrapper-0.1.tar.gz
dist/omp_wrapper-0.2.tar.gz
dist/omp_wrapper-0.3.tar.gz
lib/pybind11/.appveyor.yml
lib/pybind11/.gitignore
lib/pybind11/.gitmodules
lib/pybind11/.readthedocs.yml
lib/pybind11/.travis.yml
lib/pybind11/CMakeLists.txt
lib/pybind11/CONTRIBUTING.md
lib/pybind11/ISSUE_TEMPLATE.md
lib/pybind11/LICENSE
lib/pybind11/MANIFEST.in
lib/pybind11/README.md
lib/pybind11/setup.cfg
lib/pybind11/setup.py
lib/pybind11/docs/Doxyfile
lib/pybind11/docs/Makefile
lib/pybind11/docs/basics.rst
lib/pybind11/docs/benchmark.py
lib/pybind11/docs/benchmark.rst
lib/pybind11/docs/changelog.rst
lib/pybind11/docs/classes.rst
lib/pybind11/docs/compiling.rst
lib/pybind11/docs/conf.py
lib/pybind11/docs/faq.rst
lib/pybind11/docs/index.rst
lib/pybind11/docs/intro.rst
lib/pybind11/docs/limitations.rst
lib/pybind11/docs/pybind11-logo.png
lib/pybind11/docs/pybind11_vs_boost_python1.png
lib/pybind11/docs/pybind11_vs_boost_python1.svg
lib/pybind11/docs/pybind11_vs_boost_python2.png
lib/pybind11/docs/pybind11_vs_boost_python2.svg
lib/pybind11/docs/reference.rst
lib/pybind11/docs/release.rst
lib/pybind11/docs/requirements.txt
lib/pybind11/docs/_static/theme_overrides.css
lib/pybind11/docs/advanced/classes.rst
lib/pybind11/docs/advanced/exceptions.rst
lib/pybind11/docs/advanced/functions.rst
lib/pybind11/docs/advanced/misc.rst
lib/pybind11/docs/advanced/smart_ptrs.rst
lib/pybind11/docs/advanced/cast/chrono.rst
lib/pybind11/docs/advanced/cast/custom.rst
lib/pybind11/docs/advanced/cast/eigen.rst
lib/pybind11/docs/advanced/cast/functional.rst
lib/pybind11/docs/advanced/cast/index.rst
lib/pybind11/docs/advanced/cast/overview.rst
lib/pybind11/docs/advanced/cast/stl.rst
lib/pybind11/docs/advanced/cast/strings.rst
lib/pybind11/docs/advanced/pycpp/index.rst
lib/pybind11/docs/advanced/pycpp/numpy.rst
lib/pybind11/docs/advanced/pycpp/object.rst
lib/pybind11/docs/advanced/pycpp/utilities.rst
lib/pybind11/include/pybind11/attr.h
lib/pybind11/include/pybind11/cast.h
lib/pybind11/include/pybind11/chrono.h
lib/pybind11/include/pybind11/class_support.h
lib/pybind11/include/pybind11/common.h
lib/pybind11/include/pybind11/complex.h
lib/pybind11/include/pybind11/descr.h
lib/pybind11/include/pybind11/eigen.h
lib/pybind11/include/pybind11/eval.h
lib/pybind11/include/pybind11/functional.h
lib/pybind11/include/pybind11/numpy.h
lib/pybind11/include/pybind11/operators.h
lib/pybind11/include/pybind11/options.h
lib/pybind11/include/pybind11/pybind11.h
lib/pybind11/include/pybind11/pytypes.h
lib/pybind11/include/pybind11/stl.h
lib/pybind11/include/pybind11/stl_bind.h
lib/pybind11/include/pybind11/typeid.h
lib/pybind11/pybind11/__init__.py
lib/pybind11/pybind11/_version.py
lib/pybind11/tests/CMakeLists.txt
lib/pybind11/tests/conftest.py
lib/pybind11/tests/constructor_stats.h
lib/pybind11/tests/object.h
lib/pybind11/tests/pybind11_tests.cpp
lib/pybind11/tests/pybind11_tests.h
lib/pybind11/tests/pytest.ini
lib/pybind11/tests/test_alias_initialization.cpp
lib/pybind11/tests/test_alias_initialization.py
lib/pybind11/tests/test_buffers.cpp
lib/pybind11/tests/test_buffers.py
lib/pybind11/tests/test_callbacks.cpp
lib/pybind11/tests/test_callbacks.py
lib/pybind11/tests/test_chrono.cpp
lib/pybind11/tests/test_chrono.py
lib/pybind11/tests/test_class_args.cpp
lib/pybind11/tests/test_class_args.py
lib/pybind11/tests/test_constants_and_functions.cpp
lib/pybind11/tests/test_constants_and_functions.py
lib/pybind11/tests/test_copy_move_policies.cpp
lib/pybind11/tests/test_copy_move_policies.py
lib/pybind11/tests/test_docstring_options.cpp
lib/pybind11/tests/test_docstring_options.py
lib/pybind11/tests/test_eigen.cpp
lib/pybind11/tests/test_eigen.py
lib/pybind11/tests/test_enum.cpp
lib/pybind11/tests/test_enum.py
lib/pybind11/tests/test_eval.cpp
lib/pybind11/tests/test_eval.py
lib/pybind11/tests/test_eval_call.py
lib/pybind11/tests/test_exceptions.cpp
lib/pybind11/tests/test_exceptions.py
lib/pybind11/tests/test_inheritance.cpp
lib/pybind11/tests/test_inheritance.py
lib/pybind11/tests/test_issues.cpp
lib/pybind11/tests/test_issues.py
lib/pybind11/tests/test_keep_alive.cpp
lib/pybind11/tests/test_keep_alive.py
lib/pybind11/tests/test_kwargs_and_defaults.cpp
lib/pybind11/tests/test_kwargs_and_defaults.py
lib/pybind11/tests/test_methods_and_attributes.cpp
lib/pybind11/tests/test_methods_and_attributes.py
lib/pybind11/tests/test_modules.cpp
lib/pybind11/tests/test_modules.py
lib/pybind11/tests/test_multiple_inheritance.cpp
lib/pybind11/tests/test_multiple_inheritance.py
lib/pybind11/tests/test_numpy_array.cpp
lib/pybind11/tests/test_numpy_array.py
lib/pybind11/tests/test_numpy_dtypes.cpp
lib/pybind11/tests/test_numpy_dtypes.py
lib/pybind11/tests/test_numpy_vectorize.cpp
lib/pybind11/tests/test_numpy_vectorize.py
lib/pybind11/tests/test_opaque_types.cpp
lib/pybind11/tests/test_opaque_types.py
lib/pybind11/tests/test_operator_overloading.cpp
lib/pybind11/tests/test_operator_overloading.py
lib/pybind11/tests/test_pickling.cpp
lib/pybind11/tests/test_pickling.py
lib/pybind11/tests/test_python_types.cpp
lib/pybind11/tests/test_python_types.py
lib/pybind11/tests/test_sequences_and_iterators.cpp
lib/pybind11/tests/test_sequences_and_iterators.py
lib/pybind11/tests/test_smart_ptr.cpp
lib/pybind11/tests/test_smart_ptr.py
lib/pybind11/tests/test_stl_binders.cpp
lib/pybind11/tests/test_stl_binders.py
lib/pybind11/tests/test_virtual_functions.cpp
lib/pybind11/tests/test_virtual_functions.py
lib/pybind11/tests/test_cmake_build/main.cpp
lib/pybind11/tests/test_cmake_build/test.py
lib/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
lib/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
lib/pybind11/tools/FindEigen3.cmake
lib/pybind11/tools/FindPythonLibsNew.cmake
lib/pybind11/tools/check-style.sh
lib/pybind11/tools/libsize.py
lib/pybind11/tools/mkdoc.py
lib/pybind11/tools/pybind11Config.cmake.in
lib/pybind11/tools/pybind11Tools.cmake
src/omp_wrapper.zip
src/omp_wrapper/CardRange.cpp
src/omp_wrapper/CardRange.h
src/omp_wrapper/CombinedRange.cpp
src/omp_wrapper/CombinedRange.h
src/omp_wrapper/Constants.h
src/omp_wrapper/EquityCalculator.cpp
src/omp_wrapper/EquityCalculator.h
src/omp_wrapper/Hand.h
src/omp_wrapper/HandEvaluator.cpp
src/omp_wrapper/HandEvaluator.h
src/omp_wrapper/OffsetTable.hxx
src/omp_wrapper/Random.h
src/omp_wrapper/Util.h
src/omp_wrapper/__init__.py
src/omp_wrapper/bindings.cpp
src/omp_wrapper/libdivide.h
src/omp_wrapper/omp_wrapper.cpp
src/omp_wrapper/omp_wrapper.cpython-36m-x86_64-linux-gnu.so
src/omp_wrapper/omp_wrapper.h
src/omp_wrapper/test.py
src/omp_wrapper.egg-info/PKG-INFO
src/omp_wrapper.egg-info/SOURCES.txt
src/omp_wrapper.egg-info/dependency_links.txt
src/omp_wrapper.egg-info/not-zip-safe
src/omp_wrapper.egg-info/top_level.txt
src/omp_wrapper/__pycache__/test.cpython-37.pyc
src/omp_wrapper/x64/Release/CardRange.obj
src/omp_wrapper/x64/Release/CombinedRange.obj
src/omp_wrapper/x64/Release/EquityCalculator.obj
src/omp_wrapper/x64/Release/HandEvaluator.obj
src/omp_wrapper/x64/Release/test.Build.CppClean.log
src/omp_wrapper/x64/Release/test.exp
src/omp_wrapper/x64/Release/test.lib
src/omp_wrapper/x64/Release/test.log
src/omp_wrapper/x64/Release/test.obj
src/omp_wrapper/x64/Release/test.pdb
src/omp_wrapper/x64/Release/test.vcxproj.FileListAbsolute.txt
src/omp_wrapper/x64/Release/test_wrap.obj
src/omp_wrapper/x64/Release/vc142.pdb
src/omp_wrapper/x64/Release/test.tlog/CL.command.1.tlog
src/omp_wrapper/x64/Release/test.tlog/CL.read.1.tlog
src/omp_wrapper/x64/Release/test.tlog/CL.write.1.tlog
src/omp_wrapper/x64/Release/test.tlog/link.command.1.tlog
src/omp_wrapper/x64/Release/test.tlog/link.read.1.tlog
src/omp_wrapper/x64/Release/test.tlog/link.write.1.tlog
src/omp_wrapper/x64/Release/test.tlog/test.lastbuildstate
src/omp_wrapper/x64/Release/test.tlog/test.write.1u.tlog