CHANGES.rst
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
README.rst
setup.cfg
setup.py
TiMemory.egg-info/PKG-INFO
TiMemory.egg-info/SOURCES.txt
TiMemory.egg-info/dependency_links.txt
TiMemory.egg-info/not-zip-safe
TiMemory.egg-info/requires.txt
TiMemory.egg-info/top_level.txt
cmake/Modules/Compilers.cmake
cmake/Modules/Documentation.cmake
cmake/Modules/MacroUtilities.cmake
cmake/Modules/Testing.cmake
cmake/Templates/CMakeLists.txt.in
cmake/Templates/Doxyfile.in
cmake/Templates/TiMemoryConfig.cmake.in
cmake/Templates/compile-test.cc.in
examples/CMakeLists.txt
examples/ex1/CMakeLists.txt
examples/ex1/test_timing.cpp
examples/ex2/CMakeLists.txt
examples/ex2/mpi_test_timing.cpp
examples/ex3/#CMakeLists.txt#
examples/ex3/CMakeLists.txt
examples/ex3/test_timing.cpp
pybind11/.appveyor.yml
pybind11/.readthedocs.yml
pybind11/.travis.yml
pybind11/CMakeLists.txt
pybind11/CONTRIBUTING.md
pybind11/ISSUE_TEMPLATE.md
pybind11/LICENSE
pybind11/MANIFEST.in
pybind11/README.md
pybind11/setup.cfg
pybind11/setup.py
pybind11/docs/Doxyfile
pybind11/docs/Makefile
pybind11/docs/basics.rst
pybind11/docs/benchmark.py
pybind11/docs/benchmark.rst
pybind11/docs/changelog.rst
pybind11/docs/classes.rst
pybind11/docs/compiling.rst
pybind11/docs/conf.py
pybind11/docs/faq.rst
pybind11/docs/index.rst
pybind11/docs/intro.rst
pybind11/docs/limitations.rst
pybind11/docs/pybind11-logo.png
pybind11/docs/pybind11_vs_boost_python1.png
pybind11/docs/pybind11_vs_boost_python1.svg
pybind11/docs/pybind11_vs_boost_python2.png
pybind11/docs/pybind11_vs_boost_python2.svg
pybind11/docs/reference.rst
pybind11/docs/release.rst
pybind11/docs/requirements.txt
pybind11/docs/upgrade.rst
pybind11/docs/_static/theme_overrides.css
pybind11/docs/advanced/classes.rst
pybind11/docs/advanced/embedding.rst
pybind11/docs/advanced/exceptions.rst
pybind11/docs/advanced/functions.rst
pybind11/docs/advanced/misc.rst
pybind11/docs/advanced/smart_ptrs.rst
pybind11/docs/advanced/cast/chrono.rst
pybind11/docs/advanced/cast/custom.rst
pybind11/docs/advanced/cast/eigen.rst
pybind11/docs/advanced/cast/functional.rst
pybind11/docs/advanced/cast/index.rst
pybind11/docs/advanced/cast/overview.rst
pybind11/docs/advanced/cast/stl.rst
pybind11/docs/advanced/cast/strings.rst
pybind11/docs/advanced/pycpp/index.rst
pybind11/docs/advanced/pycpp/numpy.rst
pybind11/docs/advanced/pycpp/object.rst
pybind11/docs/advanced/pycpp/utilities.rst
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/typeid.h
pybind11/pybind11/__init__.py
pybind11/pybind11/__main__.py
pybind11/pybind11/_version.py
pybind11/tests/CMakeLists.txt
pybind11/tests/conftest.py
pybind11/tests/constructor_stats.h
pybind11/tests/local_bindings.h
pybind11/tests/object.h
pybind11/tests/pybind11_cross_module_tests.cpp
pybind11/tests/pybind11_tests.cpp
pybind11/tests/pybind11_tests.h
pybind11/tests/pytest.ini
pybind11/tests/test_buffers.cpp
pybind11/tests/test_buffers.py
pybind11/tests/test_builtin_casters.cpp
pybind11/tests/test_builtin_casters.py
pybind11/tests/test_call_policies.cpp
pybind11/tests/test_call_policies.py
pybind11/tests/test_callbacks.cpp
pybind11/tests/test_callbacks.py
pybind11/tests/test_chrono.cpp
pybind11/tests/test_chrono.py
pybind11/tests/test_class.cpp
pybind11/tests/test_class.py
pybind11/tests/test_constants_and_functions.cpp
pybind11/tests/test_constants_and_functions.py
pybind11/tests/test_copy_move.cpp
pybind11/tests/test_copy_move.py
pybind11/tests/test_docstring_options.cpp
pybind11/tests/test_docstring_options.py
pybind11/tests/test_eigen.cpp
pybind11/tests/test_eigen.py
pybind11/tests/test_enum.cpp
pybind11/tests/test_enum.py
pybind11/tests/test_eval.cpp
pybind11/tests/test_eval.py
pybind11/tests/test_eval_call.py
pybind11/tests/test_exceptions.cpp
pybind11/tests/test_exceptions.py
pybind11/tests/test_factory_constructors.cpp
pybind11/tests/test_factory_constructors.py
pybind11/tests/test_iostream.cpp
pybind11/tests/test_iostream.py
pybind11/tests/test_kwargs_and_defaults.cpp
pybind11/tests/test_kwargs_and_defaults.py
pybind11/tests/test_local_bindings.cpp
pybind11/tests/test_local_bindings.py
pybind11/tests/test_methods_and_attributes.cpp
pybind11/tests/test_methods_and_attributes.py
pybind11/tests/test_modules.cpp
pybind11/tests/test_modules.py
pybind11/tests/test_multiple_inheritance.cpp
pybind11/tests/test_multiple_inheritance.py
pybind11/tests/test_numpy_array.cpp
pybind11/tests/test_numpy_array.py
pybind11/tests/test_numpy_dtypes.cpp
pybind11/tests/test_numpy_dtypes.py
pybind11/tests/test_numpy_vectorize.cpp
pybind11/tests/test_numpy_vectorize.py
pybind11/tests/test_opaque_types.cpp
pybind11/tests/test_opaque_types.py
pybind11/tests/test_operator_overloading.cpp
pybind11/tests/test_operator_overloading.py
pybind11/tests/test_pickling.cpp
pybind11/tests/test_pickling.py
pybind11/tests/test_pytypes.cpp
pybind11/tests/test_pytypes.py
pybind11/tests/test_sequences_and_iterators.cpp
pybind11/tests/test_sequences_and_iterators.py
pybind11/tests/test_smart_ptr.cpp
pybind11/tests/test_smart_ptr.py
pybind11/tests/test_stl.cpp
pybind11/tests/test_stl.py
pybind11/tests/test_stl_binders.cpp
pybind11/tests/test_stl_binders.py
pybind11/tests/test_virtual_functions.cpp
pybind11/tests/test_virtual_functions.py
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/embed.cpp
pybind11/tests/test_cmake_build/main.cpp
pybind11/tests/test_cmake_build/test.py
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt
pybind11/tests/test_embed/catch.cpp
pybind11/tests/test_embed/external_module.cpp
pybind11/tests/test_embed/test_interpreter.cpp
pybind11/tests/test_embed/test_interpreter.py
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/check-style.sh
pybind11/tools/libsize.py
pybind11/tools/mkdoc.py
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11Tools.cmake
pybind11/tools/clang/LICENSE.TXT
pybind11/tools/clang/README.md
pybind11/tools/clang/__init__.py
pybind11/tools/clang/cindex.py
pybind11/tools/clang/enumerations.py
python/mpi_support.py
python/plotting.py
python/util.py
source/CMakeLists.txt
source/auto_timer.cpp
source/base_clock.cpp
source/base_timer.cpp
source/signal_detection.cpp
source/timemory.cc
source/timer.cpp
source/timing_manager.cpp
source/cereal/.travis.yml
source/cereal/CMakeLists.txt
source/cereal/LICENSE
source/cereal/README.md
source/cereal/appveyor.yml
source/cereal/doc/CMakeLists.txt
source/cereal/doc/DoxygenLayout.xml
source/cereal/doc/doxygen.in
source/cereal/doc/footer.html
source/cereal/doc/mainpage.dox
source/cereal/include/cereal/access.hpp
source/cereal/include/cereal/cereal.hpp
source/cereal/include/cereal/macros.hpp
source/cereal/include/cereal/archives/adapters.hpp
source/cereal/include/cereal/archives/binary.hpp
source/cereal/include/cereal/archives/json.hpp
source/cereal/include/cereal/archives/portable_binary.hpp
source/cereal/include/cereal/archives/xml.hpp
source/cereal/include/cereal/details/helpers.hpp
source/cereal/include/cereal/details/polymorphic_impl.hpp
source/cereal/include/cereal/details/polymorphic_impl_fwd.hpp
source/cereal/include/cereal/details/static_object.hpp
source/cereal/include/cereal/details/traits.hpp
source/cereal/include/cereal/details/util.hpp
source/cereal/include/cereal/external/base64.hpp
source/cereal/include/cereal/external/rapidjson/allocators.h
source/cereal/include/cereal/external/rapidjson/document.h
source/cereal/include/cereal/external/rapidjson/encodedstream.h
source/cereal/include/cereal/external/rapidjson/encodings.h
source/cereal/include/cereal/external/rapidjson/filereadstream.h
source/cereal/include/cereal/external/rapidjson/filewritestream.h
source/cereal/include/cereal/external/rapidjson/fwd.h
source/cereal/include/cereal/external/rapidjson/istreamwrapper.h
source/cereal/include/cereal/external/rapidjson/memorybuffer.h
source/cereal/include/cereal/external/rapidjson/memorystream.h
source/cereal/include/cereal/external/rapidjson/ostreamwrapper.h
source/cereal/include/cereal/external/rapidjson/pointer.h
source/cereal/include/cereal/external/rapidjson/prettywriter.h
source/cereal/include/cereal/external/rapidjson/rapidjson.h
source/cereal/include/cereal/external/rapidjson/reader.h
source/cereal/include/cereal/external/rapidjson/schema.h
source/cereal/include/cereal/external/rapidjson/stream.h
source/cereal/include/cereal/external/rapidjson/stringbuffer.h
source/cereal/include/cereal/external/rapidjson/writer.h
source/cereal/include/cereal/external/rapidjson/error/en.h
source/cereal/include/cereal/external/rapidjson/error/error.h
source/cereal/include/cereal/external/rapidjson/internal/biginteger.h
source/cereal/include/cereal/external/rapidjson/internal/diyfp.h
source/cereal/include/cereal/external/rapidjson/internal/dtoa.h
source/cereal/include/cereal/external/rapidjson/internal/ieee754.h
source/cereal/include/cereal/external/rapidjson/internal/itoa.h
source/cereal/include/cereal/external/rapidjson/internal/meta.h
source/cereal/include/cereal/external/rapidjson/internal/pow10.h
source/cereal/include/cereal/external/rapidjson/internal/regex.h
source/cereal/include/cereal/external/rapidjson/internal/stack.h
source/cereal/include/cereal/external/rapidjson/internal/strfunc.h
source/cereal/include/cereal/external/rapidjson/internal/strtod.h
source/cereal/include/cereal/external/rapidjson/internal/swap.h
source/cereal/include/cereal/external/rapidjson/msinttypes/inttypes.h
source/cereal/include/cereal/external/rapidjson/msinttypes/stdint.h
source/cereal/include/cereal/external/rapidxml/license.txt
source/cereal/include/cereal/external/rapidxml/manual.html
source/cereal/include/cereal/external/rapidxml/rapidxml.hpp
source/cereal/include/cereal/external/rapidxml/rapidxml_iterators.hpp
source/cereal/include/cereal/external/rapidxml/rapidxml_print.hpp
source/cereal/include/cereal/external/rapidxml/rapidxml_utils.hpp
source/cereal/include/cereal/types/array.hpp
source/cereal/include/cereal/types/base_class.hpp
source/cereal/include/cereal/types/bitset.hpp
source/cereal/include/cereal/types/boost_variant.hpp
source/cereal/include/cereal/types/chrono.hpp
source/cereal/include/cereal/types/common.hpp
source/cereal/include/cereal/types/complex.hpp
source/cereal/include/cereal/types/deque.hpp
source/cereal/include/cereal/types/forward_list.hpp
source/cereal/include/cereal/types/functional.hpp
source/cereal/include/cereal/types/list.hpp
source/cereal/include/cereal/types/map.hpp
source/cereal/include/cereal/types/memory.hpp
source/cereal/include/cereal/types/polymorphic.hpp
source/cereal/include/cereal/types/queue.hpp
source/cereal/include/cereal/types/set.hpp
source/cereal/include/cereal/types/stack.hpp
source/cereal/include/cereal/types/string.hpp
source/cereal/include/cereal/types/tuple.hpp
source/cereal/include/cereal/types/unordered_map.hpp
source/cereal/include/cereal/types/unordered_set.hpp
source/cereal/include/cereal/types/utility.hpp
source/cereal/include/cereal/types/valarray.hpp
source/cereal/include/cereal/types/vector.hpp
source/cereal/include/cereal/types/concepts/pair_associative_container.hpp
source/cereal/sandbox/CMakeLists.txt
source/cereal/sandbox/performance.cpp
source/cereal/sandbox/sandbox.cpp
source/cereal/sandbox/sandbox_json.cpp
source/cereal/sandbox/sandbox_rtti.cpp
source/cereal/sandbox/sandbox_vs.cpp
source/cereal/sandbox/sandbox_shared_lib/CMakeLists.txt
source/cereal/sandbox/sandbox_shared_lib/base.cpp
source/cereal/sandbox/sandbox_shared_lib/base.hpp
source/cereal/sandbox/sandbox_shared_lib/derived.cpp
source/cereal/sandbox/sandbox_shared_lib/derived.hpp
source/cereal/scripts/add_rapidjson_prefix.sh
source/cereal/scripts/appveyor.bat
source/cereal/scripts/renameincludes.sh
source/cereal/scripts/updatecoverage.sh
source/cereal/scripts/updatedoc.in
source/cereal/unittests/CMakeLists.txt
source/cereal/unittests/array.cpp
source/cereal/unittests/array.hpp
source/cereal/unittests/basic_string.cpp
source/cereal/unittests/basic_string.hpp
source/cereal/unittests/bitset.cpp
source/cereal/unittests/bitset.hpp
source/cereal/unittests/boost_variant.cpp
source/cereal/unittests/boost_variant.hpp
source/cereal/unittests/chrono.cpp
source/cereal/unittests/chrono.hpp
source/cereal/unittests/cmake-config-module.cmake
source/cereal/unittests/common.hpp
source/cereal/unittests/complex.cpp
source/cereal/unittests/complex.hpp
source/cereal/unittests/deque.cpp
source/cereal/unittests/deque.hpp
source/cereal/unittests/doctest.h
source/cereal/unittests/forward_list.cpp
source/cereal/unittests/forward_list.hpp
source/cereal/unittests/list.cpp
source/cereal/unittests/list.hpp
source/cereal/unittests/load_construct.cpp
source/cereal/unittests/load_construct.hpp
source/cereal/unittests/map.cpp
source/cereal/unittests/map.hpp
source/cereal/unittests/memory.cpp
source/cereal/unittests/memory.hpp
source/cereal/unittests/memory_cycles.cpp
source/cereal/unittests/memory_cycles.hpp
source/cereal/unittests/multimap.cpp
source/cereal/unittests/multimap.hpp
source/cereal/unittests/multiset.cpp
source/cereal/unittests/multiset.hpp
source/cereal/unittests/pair.cpp
source/cereal/unittests/pair.hpp
source/cereal/unittests/pod.cpp
source/cereal/unittests/pod.hpp
source/cereal/unittests/polymorphic.cpp
source/cereal/unittests/polymorphic.hpp
source/cereal/unittests/portability_test.cpp
source/cereal/unittests/portable_binary_archive.cpp
source/cereal/unittests/portable_binary_archive.hpp
source/cereal/unittests/priority_queue.cpp
source/cereal/unittests/priority_queue.hpp
source/cereal/unittests/queue.cpp
source/cereal/unittests/queue.hpp
source/cereal/unittests/run_portability_test.cmake
source/cereal/unittests/run_valgrind.sh
source/cereal/unittests/set.cpp
source/cereal/unittests/set.hpp
source/cereal/unittests/stack.cpp
source/cereal/unittests/stack.hpp
source/cereal/unittests/structs.cpp
source/cereal/unittests/structs.hpp
source/cereal/unittests/structs_minimal.cpp
source/cereal/unittests/structs_minimal.hpp
source/cereal/unittests/structs_specialized.cpp
source/cereal/unittests/structs_specialized.hpp
source/cereal/unittests/tuple.cpp
source/cereal/unittests/tuple.hpp
source/cereal/unittests/unordered_loads.cpp
source/cereal/unittests/unordered_loads.hpp
source/cereal/unittests/unordered_map.cpp
source/cereal/unittests/unordered_map.hpp
source/cereal/unittests/unordered_multimap.cpp
source/cereal/unittests/unordered_multimap.hpp
source/cereal/unittests/unordered_multiset.cpp
source/cereal/unittests/unordered_multiset.hpp
source/cereal/unittests/unordered_set.cpp
source/cereal/unittests/unordered_set.hpp
source/cereal/unittests/user_data_adapters.cpp
source/cereal/unittests/user_data_adapters.hpp
source/cereal/unittests/valarray.cpp
source/cereal/unittests/valarray.hpp
source/cereal/unittests/vector.cpp
source/cereal/unittests/vector.hpp
source/cereal/unittests/versioning.cpp
source/cereal/unittests/versioning.hpp
source/cereal/vs2013/vs2013.sln
source/cereal/vs2013/performance/performance.vcxproj
source/cereal/vs2013/performance/performance.vcxproj.filters
source/cereal/vs2013/sandbox/sandbox.vcxproj
source/cereal/vs2013/sandbox/sandbox.vcxproj.filters
source/cereal/vs2013/sandbox_json/sandbox_json.vcxproj
source/cereal/vs2013/sandbox_json/sandbox_json.vcxproj.filters
source/cereal/vs2013/sandbox_rtti/sandbox_rtti.vcxproj
source/cereal/vs2013/sandbox_rtti/sandbox_rtti.vcxproj.filters
source/cereal/vs2013/sandbox_vs/sandbox_vs.vcxproj
source/cereal/vs2013/sandbox_vs/sandbox_vs.vcxproj.filters
source/cereal/vs2013/sandbox_vs_dll/sandbox_vs_dll.vcxproj
source/cereal/vs2013/sandbox_vs_dll/sandbox_vs_dll.vcxproj.filters
source/cereal/vs2013/unittests/main.cpp
source/cereal/vs2013/unittests/unittests.vcxproj
source/cereal/vs2013/unittests/unittests.vcxproj.filters
source/timemory/auto_timer.hpp
source/timemory/base_clock.hpp
source/timemory/base_timer.hpp
source/timemory/mpi.hpp
source/timemory/namespace.hpp
source/timemory/rss.hpp
source/timemory/signal_detection.hpp
source/timemory/timer.hpp
source/timemory/timing_manager.hpp
source/timemory/utility.hpp
tests/array_test.py
tests/nested_test.py
tests/simple_test.py
tests/timemory_test.py