iowarp-core 0.6.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iowarp_core-0.6.2/.clang-format +3 -0
- iowarp_core-0.6.2/.clangd +32 -0
- iowarp_core-0.6.2/CLAUDE.md +712 -0
- iowarp_core-0.6.2/CMakeLists.txt +720 -0
- iowarp_core-0.6.2/CMakePresets.json +119 -0
- iowarp_core-0.6.2/CPPLINT.cfg +3 -0
- iowarp_core-0.6.2/LICENSE +36 -0
- iowarp_core-0.6.2/MANIFEST.in +67 -0
- iowarp_core-0.6.2/PKG-INFO +726 -0
- iowarp_core-0.6.2/QUICKSTART.md +76 -0
- iowarp_core-0.6.2/README.md +700 -0
- iowarp_core-0.6.2/ai-prompts/phase1-merging.md +45 -0
- iowarp_core-0.6.2/ai-prompts/phase2-compiling.md +8 -0
- iowarp_core-0.6.2/ai-prompts/phase3-readme.md +4 -0
- iowarp_core-0.6.2/ai-prompts/phase4-docs.md +0 -0
- iowarp_core-0.6.2/ai-prompts/phase5-distributed.md +10 -0
- iowarp_core-0.6.2/ai-prompts/phase6-uv.md +9 -0
- iowarp_core-0.6.2/ai-prompts/phase7-cmake.md +33 -0
- iowarp_core-0.6.2/cmake/IowarpCoreCommon.cmake +721 -0
- iowarp_core-0.6.2/cmake/IowarpCoreConfig.cmake.in +132 -0
- iowarp_core-0.6.2/cmake/detect/CMakeLists.txt +156 -0
- iowarp_core-0.6.2/context-assimilation-engine/.codespellrc +2 -0
- iowarp_core-0.6.2/context-assimilation-engine/CMakeLists.txt +77 -0
- iowarp_core-0.6.2/context-assimilation-engine/README.md +125 -0
- iowarp_core-0.6.2/context-assimilation-engine/ai-prompts/phase1-runtime.md +14 -0
- iowarp_core-0.6.2/context-assimilation-engine/ai-prompts/phase2-file-assim.md +102 -0
- iowarp_core-0.6.2/context-assimilation-engine/ai-prompts/phase3-tests.md +52 -0
- iowarp_core-0.6.2/context-assimilation-engine/ai-prompts/phase4-hdf5.md +10 -0
- iowarp_core-0.6.2/context-assimilation-engine/ai-prompts/phase5-globus.md +9 -0
- iowarp_core-0.6.2/context-assimilation-engine/ai-prompts/phase6-launch.md +10 -0
- iowarp_core-0.6.2/context-assimilation-engine/chimaera_repo.yaml +8 -0
- iowarp_core-0.6.2/context-assimilation-engine/config/README.md +85 -0
- iowarp_core-0.6.2/context-assimilation-engine/config/wrp_config_example.yaml +50 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/CMakeLists.txt +140 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/chimaera_mod.yaml +15 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/autogen/core_methods.h +23 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/constants.h +14 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/core_client.h +120 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/core_runtime.h +68 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/core_tasks.h +106 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/factory/assimilation_ctx.h +54 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/factory/assimilator_factory.h +53 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/factory/base_assimilator.h +26 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/factory/binary_file_assimilator.h +61 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/factory/globus_file_assimilator.h +176 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/include/wrp_cae/core/factory/hdf5_file_assimilator.h +117 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/autogen/core_lib_exec.cc +244 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/core_client.cc +51 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/core_runtime.cc +95 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/factory/assimilator_factory.cc +84 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/factory/binary_file_assimilator.cc +288 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/factory/globus_file_assimilator.cc +717 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/src/factory/hdf5_file_assimilator.cc +569 -0
- iowarp_core-0.6.2/context-assimilation-engine/core/util/wrp_cae_omni.cc +147 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/A46_xx.arrow.parquet +0 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/A46_xx.csv +3328 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/A46_xx.feather +0 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/A46_xx.h5 +0 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/A46_xx.parquet +0 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/A46_xx.zlib.h5 +0 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/README.md +5 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/afrl_list.md +184 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/csv_ingestion_recipe.yaml +17 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/datahub.csv +4 -0
- iowarp_core-0.6.2/context-assimilation-engine/data/file_assets.csv +2 -0
- iowarp_core-0.6.2/context-assimilation-engine/docs/launch.md +200 -0
- iowarp_core-0.6.2/context-assimilation-engine/docs/omni.md +383 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/CMakeLists.txt +22 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/.env +1 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/README.md +119 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/REST_AUTH_GUIDE.md +118 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/download_test.sh +79 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/get_oauth_token.py +112 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/matsci_globus_omni.yaml +29 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/run_test.sh +121 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/setup_collection_consent.py +43 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/integration/globus_matsci/wrp_conf.yaml +24 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/CMakeLists.txt +215 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/README.md +260 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/binary_assim/binary_assim_omni.yaml +9 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/binary_assim/test_binary_assim.cc +322 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/error_test/test_error_handling.cc +261 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/external/CMakeLists.txt +86 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/external/external_integration_test.cc +158 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/hdf5_assim/hdf5_assim_omni.yaml +56 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/hdf5_assim/test_hdf5_assim.cc +326 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/range_test/test_range_assim.cc +220 -0
- iowarp_core-0.6.2/context-assimilation-engine/test/unit/wrp_config.yaml +70 -0
- iowarp_core-0.6.2/context-exploration-engine/.datahubenv +13 -0
- iowarp_core-0.6.2/context-exploration-engine/CMakeLists.txt +13 -0
- iowarp_core-0.6.2/context-exploration-engine/README.md +175 -0
- iowarp_core-0.6.2/context-exploration-engine/api/CMakeLists.txt +154 -0
- iowarp_core-0.6.2/context-exploration-engine/api/README.md +349 -0
- iowarp_core-0.6.2/context-exploration-engine/api/demo/demo.py +222 -0
- iowarp_core-0.6.2/context-exploration-engine/api/demo/docker-compose.yml +42 -0
- iowarp_core-0.6.2/context-exploration-engine/api/demo/wrp_conf.yaml +59 -0
- iowarp_core-0.6.2/context-exploration-engine/api/include/wrp_cee/api/context_interface.h +108 -0
- iowarp_core-0.6.2/context-exploration-engine/api/src/context_interface.cc +312 -0
- iowarp_core-0.6.2/context-exploration-engine/api/src/python_bindings.cc +98 -0
- iowarp_core-0.6.2/context-exploration-engine/api/test/CMakeLists.txt +87 -0
- iowarp_core-0.6.2/context-exploration-engine/api/test/test_context_bundle.cc +261 -0
- iowarp_core-0.6.2/context-exploration-engine/api/test/test_context_destroy.cc +113 -0
- iowarp_core-0.6.2/context-exploration-engine/api/test/test_context_interface.py +275 -0
- iowarp_core-0.6.2/context-exploration-engine/api/test/test_context_query.cc +96 -0
- iowarp_core-0.6.2/context-exploration-engine/api/test/wrp_config.yaml +54 -0
- iowarp_core-0.6.2/context-exploration-engine/api/wrp_cee_api-config-version.cmake +43 -0
- iowarp_core-0.6.2/context-exploration-engine/api/wrp_cee_api-config.cmake +37 -0
- iowarp_core-0.6.2/context-exploration-engine/api/wrp_cee_api-config.cmake.in +13 -0
- iowarp_core-0.6.2/context-exploration-engine/docs/python_api.md +523 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/COPYING +127 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/HDFCompass.1file.spec +98 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/HDFCompass.1folder.spec +103 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/HDFCompass.desktop +14 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/HDFCompass.icns +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/HDFCompass.ico +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/HDFCompass.py +38 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/MANIFEST.in +19 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/README.rst +91 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/ADIOS_Copyrights_and_Licenses.txt +34 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/HydroPro_Icons_Terms.txt +33 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/KDE_Oxygen_Icon_Set_Copyright_and_License.txt +169 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/NumPy_Copyright_and_License.txt +32 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/PyDAP_Copyright_and_License.txt +23 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/PyInstaller_Copyrights_and_Licenses.txt +359 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/Python_Copyright_and_License.txt +54 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/cartopy_Copyrights_and_Licenses.txt +51 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/h5py_Copyrights_and_Licenses.txt +239 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/hydroffice_bag_Copyrights_and_Licenses.txt +42 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/matplotlib_Copyright_and_License.txt +52 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/additional_legal/wxWidgets_Copyrights_and_Licenses.txt +667 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/appveyor.yml +66 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/adios/adios_test.bp +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/adios/adios_test.bp.dir/adios_test.bp.0 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/asc/sample.asc +12 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/bag/bdb_00.bag +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/Download/download_data.py +46 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/complex.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/tall.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/tcomplex.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/tcomplex_be.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/tcompound_complex.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/hdf5/tcompound_complex2.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/data/parquet/sample_float16.parquet +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/dmg.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/conf.py +284 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/data_model.rst +312 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/how_to_contribute.rst +4 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/how_to_freeze.rst +4 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/how_to_install.rst +4 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/how_to_release.rst +26 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/how_to_use.rst +4 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/index.rst +49 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/license.rst +128 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/make.bat +263 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/docs/requirements.rst +4 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/__init__.py +10 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/adios_model/__init__.py +20 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/adios_model/model.py +339 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/adios_model/test.py +26 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/array_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/array_model/model.py +314 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/array_model/test.py +20 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/asc_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/asc_model/model.py +198 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/asc_model/test.py +22 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/bag_model/__init__.py +21 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/bag_model/model.py +935 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/bag_model/test.py +23 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/__init__.py +19 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/array_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/array_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/folder_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/folder_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/image_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/image_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/kv_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/kv_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/license.txt +165 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/readme.txt +5 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/text_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/text_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/unknown_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/unknown_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/xml_16.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/icons/xml_64.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/model.py +549 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_model/test.py +220 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/__main__.py +38 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/array/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/array/frame.py +930 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/array/plot.py +434 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/container/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/container/frame.py +256 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/container/list.py +341 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/events.py +58 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/frame.py +507 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/geo_array/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/geo_array/frame.py +416 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/geo_array/plot.py +248 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/geo_surface/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/geo_surface/frame.py +416 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/geo_surface/plot.py +282 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/favicon_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/favicon_48.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_back_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_back_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_next_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_next_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_top_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_top_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_up_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/go_up_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/license.txt +165 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/logo.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/logo.xcf +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/readme.txt +8 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/save_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/view_icon_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/view_icon_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/view_list_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/view_list_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/view_tree_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/viz_copy_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/viz_plot_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/viz_plot_32.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/viz_plot_xy_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/icons/xml_validate_24.png +0 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/image/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/image/frame.py +116 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/info.py +136 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/keyvalue/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/keyvalue/frame.py +128 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/text/__init__.py +7 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/text/frame.py +191 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/text/text_ctrl.py +260 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/compass_viewer/viewer.py +361 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/csv_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/csv_model/model.py +359 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/filesystem_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/filesystem_model/model.py +192 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/filesystem_model/test.py +20 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5_model/__init__.py +22 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5_model/model.py +446 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5_model/test.py +24 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5rest_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5rest_model/hdf5dtype.py +458 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5rest_model/model.py +476 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/hdf5rest_model/test.py +32 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/opendap_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/opendap_model/model.py +310 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/opendap_model/test.py +8 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/parquet_model/__init__.py +18 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/parquet_model/model.py +374 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/utils/__init__.py +22 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/hdf_compass/utils/utils.py +58 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/print_version.sh +14 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/requirements.txt +9 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/setup.cfg +10 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/setup.py +129 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/spec.json +11 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/test_hdf5.py +43 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/tests/HDFCompassTestLog.rst +86 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/tests/HDFCompassTestPlan.rst +326 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/tests/sample.asc +12 -0
- iowarp_core-0.6.2/context-exploration-engine/hdf-compass/tests/test_wxpython3.py +105 -0
- iowarp_core-0.6.2/context-exploration-engine/iowarp-cei-mcp/README.md +240 -0
- iowarp_core-0.6.2/context-exploration-engine/iowarp-cei-mcp/requirements.txt +3 -0
- iowarp_core-0.6.2/context-exploration-engine/iowarp-cei-mcp/server.py +1297 -0
- iowarp_core-0.6.2/context-exploration-engine/iowarp-cei-mcp/test_mcp_tools.py +289 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/README.md +29 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/client/client.py +46 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/client/requirements.txt +1 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/demo_data.h5 +0 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/demo_data.hdf +0 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/server/requirements.txt +3 -0
- iowarp_core-0.6.2/context-exploration-engine/mcp-hdf-demo/server/server.py +85 -0
- iowarp_core-0.6.2/context-runtime/CMakeLists.txt +165 -0
- iowarp_core-0.6.2/context-runtime/README.md +350 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase1-structure.md +211 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase10-fixes.md +7 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase11-monitor.md +9 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase12-continue-tasks.md +32 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase13-cmake.md +42 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase14-blocking.md +5 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase15-monitoring.md +3 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase16-worker.md +1 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase17-create.md +11 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase18-Graphs.md +26 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase19-task-props.md +62 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase2-chimod.md +304 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase20-cpu.md +8 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase3-work-orch.md +39 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase4-admin.md +26 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase5-unit-tests.md +10 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase6-comux.md +27 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase7-route.md +3 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase8-flushing.md +10 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part1: BasicTasks/phase9-fire-and-forget.md +7 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase1-modified.md +552 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase1.md +124 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase2.md +232 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase3.5.md +29 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase3.md +148 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase4.md +36 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase5.md +9 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase6.md +93 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part2: Networking/phase8.md +15 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part4: Documentation/phase1.md +1 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part5: Jarvis/phase1-pkgs.md +16 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part6: Docker/phase1.md +62 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part7: Configuration/phase1-compose.md +136 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/Part8: Benchmark/phase1-docker.md +8 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/chimaera-cmake-redesign.md +676 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/part3: Storage/phase1.md +41 -0
- iowarp_core-0.6.2/context-runtime/ai-prompts/part3: Storage/phase2-allocate-free.md +80 -0
- iowarp_core-0.6.2/context-runtime/benchmark/CMakeLists.txt +19 -0
- iowarp_core-0.6.2/context-runtime/benchmark/wrp_run_thrpt_benchmark.cc +668 -0
- iowarp_core-0.6.2/context-runtime/config/chimaera_default.yaml +38 -0
- iowarp_core-0.6.2/context-runtime/config/example_hostfile +19 -0
- iowarp_core-0.6.2/context-runtime/config/test_hostfile +9 -0
- iowarp_core-0.6.2/context-runtime/docs/MOD_NAME/MOD_NAME.md +539 -0
- iowarp_core-0.6.2/context-runtime/docs/admin/admin.md +451 -0
- iowarp_core-0.6.2/context-runtime/docs/bdev/bdev.md +936 -0
- iowarp_core-0.6.2/context-runtime/docs/deployment.md +615 -0
- iowarp_core-0.6.2/context-runtime/docs/module_dev_guide.md +4341 -0
- iowarp_core-0.6.2/context-runtime/docs/module_test_guide.md +343 -0
- iowarp_core-0.6.2/context-runtime/docs/task_flow.md +408 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/admin.h +25 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/chimaera.h +51 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/chimaera_manager.h +103 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/comutex.h +96 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/config_manager.h +254 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/container.h +329 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/corwlock.h +134 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/integer_timer.h +109 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/ipc_manager.h +446 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/module_manager.h +184 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/pool_manager.h +319 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/pool_query.h +222 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/singletons.h +65 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/task.h +597 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/task_archives.h +838 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/task_queue.h +108 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/types.h +339 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/unordered_map_ll.h +354 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/work_orchestrator.h +193 -0
- iowarp_core-0.6.2/context-runtime/include/chimaera/worker.h +432 -0
- iowarp_core-0.6.2/context-runtime/modules/CMakeLists.txt +18 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/CMakeLists.txt +19 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/chimaera_mod.yaml +20 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/include/chimaera/MOD_NAME/MOD_NAME_client.h +266 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/include/chimaera/MOD_NAME/MOD_NAME_runtime.h +139 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/include/chimaera/MOD_NAME/MOD_NAME_tasks.h +283 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/include/chimaera/MOD_NAME/autogen/MOD_NAME_methods.h +26 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/src/MOD_NAME_client.cc +18 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/src/MOD_NAME_runtime.cc +182 -0
- iowarp_core-0.6.2/context-runtime/modules/MOD_NAME/src/autogen/MOD_NAME_lib_exec.cc +370 -0
- iowarp_core-0.6.2/context-runtime/modules/README.md +122 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/CMakeLists.txt +15 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/chimaera_mod.yaml +25 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/include/chimaera/admin/admin_client.h +350 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/include/chimaera/admin/admin_runtime.h +207 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/include/chimaera/admin/admin_tasks.h +548 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/include/chimaera/admin/autogen/admin_methods.h +28 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/src/admin_client.cc +15 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/src/admin_runtime.cc +968 -0
- iowarp_core-0.6.2/context-runtime/modules/admin/src/autogen/admin_lib_exec.cc +465 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/CMakeLists.txt +21 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/chimaera_mod.yaml +21 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/include/chimaera/bdev/autogen/bdev_methods.h +27 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/include/chimaera/bdev/bdev_client.h +252 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/include/chimaera/bdev/bdev_runtime.h +339 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/include/chimaera/bdev/bdev_tasks.h +614 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/src/autogen/bdev_lib_exec.cc +414 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/src/bdev_client.cc +18 -0
- iowarp_core-0.6.2/context-runtime/modules/bdev/src/bdev_runtime.cc +842 -0
- iowarp_core-0.6.2/context-runtime/modules/chimaera_repo.yaml +22 -0
- iowarp_core-0.6.2/context-runtime/src/CMakeLists.txt +60 -0
- iowarp_core-0.6.2/context-runtime/src/admin.cc +9 -0
- iowarp_core-0.6.2/context-runtime/src/chimaera.cc +65 -0
- iowarp_core-0.6.2/context-runtime/src/chimaera_manager.cc +294 -0
- iowarp_core-0.6.2/context-runtime/src/comutex.cc +42 -0
- iowarp_core-0.6.2/context-runtime/src/config_manager.cc +314 -0
- iowarp_core-0.6.2/context-runtime/src/corwlock.cc +101 -0
- iowarp_core-0.6.2/context-runtime/src/integer_timer.cc +11 -0
- iowarp_core-0.6.2/context-runtime/src/ipc_manager.cc +873 -0
- iowarp_core-0.6.2/context-runtime/src/module_manager.cc +255 -0
- iowarp_core-0.6.2/context-runtime/src/pool_manager.cc +525 -0
- iowarp_core-0.6.2/context-runtime/src/pool_query.cc +185 -0
- iowarp_core-0.6.2/context-runtime/src/task.cc +151 -0
- iowarp_core-0.6.2/context-runtime/src/task_queue.cc +36 -0
- iowarp_core-0.6.2/context-runtime/src/types.cc +27 -0
- iowarp_core-0.6.2/context-runtime/src/work_orchestrator.cc +505 -0
- iowarp_core-0.6.2/context-runtime/src/worker.cc +1299 -0
- iowarp_core-0.6.2/context-runtime/test/CMakeLists.txt +7 -0
- iowarp_core-0.6.2/context-runtime/test/README.md +242 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/README.md +208 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/__init__.py +7 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/__init__.py +6 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/wrp_benchmark/__init__.py +3 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/wrp_benchmark/pkg.py +178 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/wrp_distributed/__init__.py +6 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/wrp_distributed/pkg.py +156 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/wrp_runtime/__init__.py +6 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/jarvis_wrp_runtime/wrp_runtime/pkg.py +265 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/pipelines/basic_runtime.yaml +33 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/pipelines/benchmark_latency.yaml +42 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/pipelines/benchmark_throughput.yaml +44 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/pipelines/distributed_network_test.yaml +42 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/pipelines/distributed_test_container.yaml +35 -0
- iowarp_core-0.6.2/context-runtime/test/jarvis_wrp_runtime/pipelines/distributed_test_local.yaml +20 -0
- iowarp_core-0.6.2/context-runtime/test/simple_test.h +206 -0
- iowarp_core-0.6.2/context-runtime/test/unit/CMakeLists.txt +1332 -0
- iowarp_core-0.6.2/context-runtime/test/unit/distributed/docker-compose.yml +130 -0
- iowarp_core-0.6.2/context-runtime/test/unit/distributed/hostfile +4 -0
- iowarp_core-0.6.2/context-runtime/test/unit/distributed/run_tests.sh +192 -0
- iowarp_core-0.6.2/context-runtime/test/unit/distributed/wrp_conf.yaml +37 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external/CMakeLists.txt +34 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external/compile_test.sh +59 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external/test_external_chimod.cc +41 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/.env.cmake +9 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/CMakeLists.txt +34 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/chimaera_repo.yaml +7 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/compile_test.sh +66 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/CMakeLists.txt +23 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/chimaera_mod.yaml +15 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/include/chimaera/simple_mod/autogen/simple_mod_methods.h +17 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/include/chimaera/simple_mod/simple_mod_client.h +144 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/include/chimaera/simple_mod/simple_mod_runtime.h +120 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/include/chimaera/simple_mod/simple_mod_tasks.h +102 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/include/external_test/simple_mod/autogen/simple_mod_methods.h +17 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/src/autogen/simple_mod_lib_exec.cc +105 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/src/simple_mod_client.cc +15 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/modules/simple_mod/src/simple_mod_runtime.cc +101 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/CMakeLists.txt +23 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/chimaera_mod.yaml +15 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/include/chimaera/simple_mod/autogen/simple_mod_methods.h +17 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/include/chimaera/simple_mod/simple_mod_client.h +144 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/include/chimaera/simple_mod/simple_mod_runtime.h +120 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/include/chimaera/simple_mod/simple_mod_tasks.h +102 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/include/external_test/simple_mod/autogen/simple_mod_methods.h +17 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/src/autogen/simple_mod_lib_exec.cc +105 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/src/simple_mod_client.cc +15 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/simple_mod/src/simple_mod_runtime.cc +101 -0
- iowarp_core-0.6.2/context-runtime/test/unit/external-chimod/test_simple_mod.cc +100 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_bdev_chimod.cc +1553 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_boost_fiber.cc +200 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_chimaera_compose.sh +125 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_chimaera_runtime.cc +441 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_chimaera_runtime_simple.cc +147 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_compose.cc +169 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_comutex.cc +984 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_fire_and_forget.cc +732 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_flush_correctness.cc +132 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_ipc_allocate_buffer.cc +301 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_save_load_task.cc +440 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_segfault_debug.cc +223 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_task_archive.cc +767 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_unordered_map_ll.cc +482 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_wait_functionality.cc +389 -0
- iowarp_core-0.6.2/context-runtime/test/unit/test_worker_fiber_pattern.cc +190 -0
- iowarp_core-0.6.2/context-runtime/util/CMakeLists.txt +48 -0
- iowarp_core-0.6.2/context-runtime/util/add_chi_repo_path.py +49 -0
- iowarp_core-0.6.2/context-runtime/util/chi_refresh_repo.cc +521 -0
- iowarp_core-0.6.2/context-runtime/util/chimaera_compose.cc +65 -0
- iowarp_core-0.6.2/context-runtime/util/chimaera_start_runtime.cc +126 -0
- iowarp_core-0.6.2/context-runtime/util/chimaera_stop_runtime.cc +108 -0
- iowarp_core-0.6.2/context-runtime/util/remove_task_copy_calls.py +106 -0
- iowarp_core-0.6.2/context-transfer-engine/CMakeLists.txt +67 -0
- iowarp_core-0.6.2/context-transfer-engine/README.md +60 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/CMakeLists.txt +77 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/adapter_constants.h +29 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/adapter_types.h +103 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/cae_config.cc +320 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/cae_config.h +159 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/filesystem/CMakeLists.txt +58 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/filesystem/filesystem.cc +8 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/filesystem/filesystem.h +821 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/filesystem/filesystem_io_client.h +355 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/filesystem/filesystem_mdm.h +212 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mapper/abstract_mapper.h +87 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mapper/balanced_mapper.h +49 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mapper/mapper_factory.h +45 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mpiio/CMakeLists.txt +54 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mpiio/mpiio_api.cc +481 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mpiio/mpiio_api.h +243 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/mpiio/mpiio_fs_api.h +709 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/nvidia_gds/CMakeLists.txt +10 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/nvidia_gds/cufile_api.cc +143 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/nvidia_gds/cufile_api.h +134 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/posix/CMakeLists.txt +52 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/posix/posix_api.cc +561 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/posix/posix_api.h +275 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/posix/posix_fs_api.h +274 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/stdio/CMakeLists.txt +45 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/stdio/stdio_api.cc +459 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/stdio/stdio_api.h +178 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/stdio/stdio_fs_api.h +269 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/vfd/CMakeLists.txt +173 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/vfd/H5FDhermes.cc +524 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/vfd/H5FDhermes.h +60 -0
- iowarp_core-0.6.2/context-transfer-engine/adapter/vfd/README.md +101 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase1-basic-io.md +92 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase10-python.md +7 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase11-tag.md +39 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase12-reorganize.md +19 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase13-distributed.md +60 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase13-distributed2.md +21 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase14-targets.md +19 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase15-compose.md +13 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase16-query.md +42 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase2-fixes.md +7 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase3-putblob.md +52 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase4-fixes.md +28 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase5-adapter.md +17 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase6-singleton.md +1 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase7-unit-tests.md +16 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase8-del.md +13 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Core/phase9-stats.md +29 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Docker/phase1-structure.md +10 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/Test/phase1-distributed.md +194 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/benchmark/phase1-simple.md +7 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/benchmark/phase2-container.md +60 -0
- iowarp_core-0.6.2/context-transfer-engine/ai-prompts/jarvis/phase1.md +26 -0
- iowarp_core-0.6.2/context-transfer-engine/benchmark/CMakeLists.txt +21 -0
- iowarp_core-0.6.2/context-transfer-engine/benchmark/cte_config_ram.yaml +39 -0
- iowarp_core-0.6.2/context-transfer-engine/benchmark/redis_bench.sh +368 -0
- iowarp_core-0.6.2/context-transfer-engine/benchmark/wrp_cte_bench.cc +507 -0
- iowarp_core-0.6.2/context-transfer-engine/benchmark/wrp_cte_bench.sh +178 -0
- iowarp_core-0.6.2/context-transfer-engine/chimaera_repo.yaml +8 -0
- iowarp_core-0.6.2/context-transfer-engine/config/cae_example.yaml +38 -0
- iowarp_core-0.6.2/context-transfer-engine/config/cte_config.yaml +39 -0
- iowarp_core-0.6.2/context-transfer-engine/config/cte_example.yaml +38 -0
- iowarp_core-0.6.2/context-transfer-engine/core/CMakeLists.txt +21 -0
- iowarp_core-0.6.2/context-transfer-engine/core/chimaera_mod.yaml +33 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/autogen/core_methods.h +39 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/content_transfer_engine.h +101 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/core_client.h +772 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/core_config.h +229 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/core_dpe.h +129 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/core_runtime.h +376 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/core_tasks.h +1316 -0
- iowarp_core-0.6.2/context-transfer-engine/core/include/wrp_cte/core/core_tasks.h.backup +1168 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/autogen/core_lib_exec.cc +942 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/content_transfer_engine.cc +72 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/core_client.cc +37 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/core_config.cc +534 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/core_dpe.cc +180 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/core_runtime.cc +2066 -0
- iowarp_core-0.6.2/context-transfer-engine/core/src/tag.cc +126 -0
- iowarp_core-0.6.2/context-transfer-engine/docs/config.md +544 -0
- iowarp_core-0.6.2/context-transfer-engine/docs/cte.md +1555 -0
- iowarp_core-0.6.2/context-transfer-engine/test/CMakeLists.txt +5 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/QUICK_START.md +237 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/__init__.py +0 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/__init__.py +1 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_adapters/README.md +310 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_adapters/__init__.py +1 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_adapters/pkg.py +306 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_cte/README.md +189 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_cte/__init__.py +0 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_cte/pkg.py +504 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_cte_bench/__init__.py +3 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/jarvis_wrp_cte/wrp_cte_bench/pkg.py +219 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/cte_bench_example.yaml +37 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/example_env_vars.yaml +51 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/example_mpiio_adapter.yaml +39 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/example_multi_adapter.yaml +55 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/example_posix_adapter.yaml +37 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/ior_base.yaml +18 -0
- iowarp_core-0.6.2/context-transfer-engine/test/jarvis_wrp_cte/pipelines/ior_cte.yaml +33 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/CMakeLists.txt +269 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/adapters/CMakeLists.txt +7 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/adapters/posix/CMakeLists.txt +32 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/adapters/posix/test_posix_adapter.cc +231 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/benchmark/QUICKSTART.md +171 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/benchmark/README.md +318 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/benchmark/docker-compose.yaml +211 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/benchmark/hostfile +4 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/benchmark/run_tests.sh +257 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/benchmark/wrp_config.yaml +25 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/distributed/README.md +297 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/distributed/docker-compose.yaml +202 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/distributed/hostfile +4 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/distributed/run_tests.sh +285 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/distributed/wrp_config.yaml +85 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/external/CMakeLists.txt +87 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/external/README.md +216 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/external/external_integration_test.cc +448 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/test_core_functionality.cc +2354 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/test_core_functionality_simple.cc +559 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/test_core_minimal.cc +499 -0
- iowarp_core-0.6.2/context-transfer-engine/test/unit/test_query.cc +494 -0
- iowarp_core-0.6.2/context-transfer-engine/wrapper/CMakeLists.txt +11 -0
- iowarp_core-0.6.2/context-transfer-engine/wrapper/python/CMakeLists.txt +99 -0
- iowarp_core-0.6.2/context-transfer-engine/wrapper/python/core_bindings.cc +216 -0
- iowarp_core-0.6.2/context-transfer-engine/wrapper/python/test_bindings.py +727 -0
- iowarp_core-0.6.2/context-transfer-engine/wrapper/python/test_minimal.cc +8 -0
- iowarp_core-0.6.2/context-transport-primitives/CMakeLists.txt +354 -0
- iowarp_core-0.6.2/context-transport-primitives/COPYING +52 -0
- iowarp_core-0.6.2/context-transport-primitives/README.md +119 -0
- iowarp_core-0.6.2/context-transport-primitives/ai-prompts/hshm1.md +71 -0
- iowarp_core-0.6.2/context-transport-primitives/ai-prompts/hshm2.md +7 -0
- iowarp_core-0.6.2/context-transport-primitives/ai-prompts/hshm3.md +1 -0
- iowarp_core-0.6.2/context-transport-primitives/ai-prompts/hshm4.md +50 -0
- iowarp_core-0.6.2/context-transport-primitives/ai-prompts/logging.md +2 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/CMakeLists.txt +6 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/allocator/CMakeLists.txt +20 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/allocator/allocator.cc +295 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/allocator/test_init.h +44 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/CMakeLists.txt +26 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/atomic.cc +251 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/list.cc +263 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/lock.cc +162 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/queue.cc +275 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/ref.cc +40 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/string.cc +118 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/test_init.cc +49 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/test_init.h +178 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/unordered_map.cc +261 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/data_structures/vector.cc +336 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/lock/CMakeLists.txt +19 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/lock/benchmark_mutex.cc +66 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/lock/test_init.cc +19 -0
- iowarp_core-0.6.2/context-transport-primitives/benchmark/lock/test_init.h +20 -0
- iowarp_core-0.6.2/context-transport-primitives/code_generators/cpp_macro_generator.py +17 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/1.ipc/1.create_allocator.md +242 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/1.ipc/2.allocate_api.md +388 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/1.ipc/3.shm_dev_guide.md +730 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/2.types/atomic_types_guide.md +245 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/2.types/bitfield_types_guide.md +701 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/2.types/delay_ar_guide.md +253 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/2.types/ring_queue.md +507 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/3.network/lightbeam_networking_guide.md +668 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/4.thread/thread_system_guide.md +728 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/config_parsing_guide.md +637 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/dynamic_libraries_guide.md +989 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/environment_variables_guide.md +731 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/logging_guide.md +177 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/singleton_utilities_guide.md +421 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/system_introspection_guide.md +163 -0
- iowarp_core-0.6.2/context-transport-primitives/docs/5.util/timer_utilities_guide.md +188 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/constants/macros.h +239 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/all.h +140 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/shm_archive.h +173 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/shm_container.h +250 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/shm_internal.h +20 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/shm_macros.h +31 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/template/hipc_container_template.h +141 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/template/hipc_container_template_ex.h +191 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/internal/template/hshm_data_structures_template_base.h +82 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/algorithm.h +172 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/chararr.h +236 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/charwrap.h +41 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/dynamic_queue.h +236 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/functional.h +37 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/hash.h +80 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/key_set.h +107 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/lifo_list_queue.h +466 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/list.h +566 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/mpsc_lifo_list_queue.h +303 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/multi_ring_buffer.h +306 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/pair.h +277 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/ring_ptr_queue.h +496 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/ring_queue.h +483 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/ring_queue_flags.h +58 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/slist.h +596 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/split_ticket_queue.h +229 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/spsc_fifo_list_queue.h +305 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/string.h +574 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/string_common.h +49 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/stringstream.h +26 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/ticket_queue.h +201 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/tuple_base.h +234 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/unordered_map.h +573 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/ipc/vector.h +834 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/serialization/local_serialize.h +197 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/data_structures/serialization/serialize_common.h +214 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/hermes_shm.h +148 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/introspect/system_info.cc +491 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/introspect/system_info.h +175 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/lightbeam/lightbeam.h +104 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/lightbeam/transport_factory_impl.h +115 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/lightbeam/utils.h +25 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/lightbeam/zmq_transport.h +347 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/allocator.h +843 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/allocator_factory.h +102 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/allocator_factory_.h +43 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/gpu_stack_allocator.h +157 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/heap.h +77 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/malloc_allocator.h +172 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/mp_page.h +37 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/page_allocator.h +157 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/scalable_page_allocator.h +218 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/stack_allocator.h +193 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/test_allocator.h +279 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/allocator/thread_local_allocator.h +293 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/array_backend.h +70 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/gpu_malloc.h +107 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/gpu_shm_mmap.h +106 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/malloc_backend.h +75 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/memory_backend.h +260 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/memory_backend_factory.h +94 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/posix_mmap.h +120 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/backend/posix_shm_mmap.h +138 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/memory.h +759 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/memory_manager.h +432 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/memory/memory_manager_.h +343 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/solver/nonlinear_least_squares.h +263 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/lock/mutex.h +131 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/lock/rwlock.h +253 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/lock/spin_lock.h +118 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/lock.h +20 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model/argobots.h +175 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model/cuda.h +75 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model/pthread.h +161 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model/rocm.h +71 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model/std_thread.h +98 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model/thread_model.h +135 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/thread/thread_model_manager.h +45 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/types/argpack.h +254 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/types/atomic.h +675 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/types/bitfield.h +213 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/types/numbers.h +212 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/types/qtok.h +73 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/types/real_number.h +125 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/affinity.h +171 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/auto_trace.h +85 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/blosc.h +75 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/brotli.h +67 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/bzip2.h +60 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/compress.h +40 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/compress_factory.h +30 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/lz4.h +48 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/lzma.h +101 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/lzo.h +47 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/snappy.h +49 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/zlib.h +89 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/compress/zstd.h +49 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/config_parse.h +315 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/encrypt/aes.h +114 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/encrypt/encrypt.h +24 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/error.h +84 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/errors.h +47 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/formatter.h +87 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/gpu_api.h +181 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/logging.h +199 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/random.h +131 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/real_api.h +230 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/singleton.h +219 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/timer.h +157 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/timer_mpi.h +64 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/timer_thread.h +52 -0
- iowarp_core-0.6.2/context-transport-primitives/include/hermes_shm/util/type_switch.h +48 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/ci/coverage.sh +22 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/ci/install_deps.sh +36 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/ci/install_docs.sh +27 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/ci/install_hshm.sh +53 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/docs.sh +8 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/lint.sh +13 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/load_deps.sh +21 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/preamble.py +93 -0
- iowarp_core-0.6.2/context-transport-primitives/scripts/singleton_generator.py +25 -0
- iowarp_core-0.6.2/context-transport-primitives/src/CMakeLists.txt +128 -0
- iowarp_core-0.6.2/context-transport-primitives/src/memory_manager.cc +35 -0
- iowarp_core-0.6.2/context-transport-primitives/test/CMakeLists.txt +3 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/jarvis_hshm/hshm_unit_tests/pkg.py +80 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/jarvis_hshm/lightbeam_distributed_test/pkg.py +65 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/multinode-lightbeam.yaml +11 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/multinode-lightbeam2.yaml +12 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/multinode-lightbeam3.yaml +11 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/test_backend_cuda_mpi.yaml +8 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/test_backend_rocm_mpi.yaml +8 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/test_lbm_libfabric.yaml +9 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/test_lbm_thallium1.yaml +10 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/test_lbm_zeromq1.yaml +9 -0
- iowarp_core-0.6.2/context-transport-primitives/test/jarvis_hshm/pipelines/test_mpsc_ptr_queue.yaml +8 -0
- iowarp_core-0.6.2/context-transport-primitives/test/simple_client_test.cc +177 -0
- iowarp_core-0.6.2/context-transport-primitives/test/simple_server_test.cc +104 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/CMakeLists.txt +37 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators/CMakeLists.txt +67 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators/allocator.cc +124 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators/allocator_thread.cc +56 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators/test_init.cc +19 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators/test_init.h +179 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators_mpi/CMakeLists.txt +51 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators_mpi/allocator_mpi.cc +78 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators_mpi/test_init.cc +28 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/allocators_mpi/test_init.h +49 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/backend/CMakeLists.txt +44 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/backend/backend.cc +30 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/backend/memory_manager.cc +82 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/backend/memory_slots.cc +62 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/backend/test_init.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/basic_test.h +74 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/compress/CMakeLists.txt +33 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/compress/test_compress.cc +111 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/compress/test_init.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/cuda/CMakeLists.txt +33 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/cuda/backend_cuda.cc +126 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/cuda/backend_cuda_mpi.cc +155 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/CMakeLists.txt +6 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/CMakeLists.txt +97 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/chararr.cc +210 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/charwrap.cc +243 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/key_set.cc +42 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/lifo_list_queue.cc +39 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/lifo_list_queue.h +110 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/list.cc +96 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/list.h +188 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/namespace.cc +23 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/pair.cc +126 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/queue.cc +468 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/queue.h +233 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/slist.cc +59 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/smart_ptr.h +84 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/string.cc +97 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/test_init.cc +21 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/test_init.h +51 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/tuple.cc +82 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/unordered_map.cc +248 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/vector.cc +189 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers/vector.h +38 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers_mpi/CMakeLists.txt +43 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers_mpi/mpsc_queue.cc +65 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers_mpi/test_init.cc +53 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/containers_mpi/test_init.h +42 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/CMakeLists.txt +7 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/cereal/CMakeLists.txt +38 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/cereal/test_cereal.cc +159 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/cereal/test_init.cc +33 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/cereal/test_init.h +34 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/shm/CMakeLists.txt +37 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/shm/test_init.cc +33 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/shm/test_init.h +34 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/data_structures/serialize/shm/test_shm.cc +220 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/encrypt/CMakeLists.txt +33 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/encrypt/test_encrypt.cc +32 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/encrypt/test_init.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/external/CMakeLists.txt +19 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/external/test.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/external/test_cuda.cc +5 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/interceptor/CMakeLists.txt +25 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/interceptor/test_interceptor.cc +5 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/interceptor/test_lib.cc +4 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/interceptor/test_lib.h +4 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/interceptor/test_lib_api.h +16 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/interceptor/test_my_lib.cc +6 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/CMakeLists.txt +36 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/distributed_lightbeam_test.cc +284 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/hosts_libfabric.txt +1 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/hosts_thallium.txt +1 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/hosts_zeromq.txt +1 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/lightbeam_transport_test.cc +74 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/lightbeam/test_lightbeam_new.cc +188 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/main.cc +27 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/main_mpi.cc +31 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/rocm/CMakeLists.txt +35 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/rocm/backend_rocm.cc +197 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/rocm/backend_rocm_mpi.cc +139 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/CMakeLists.txt +10 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/my_lib1.cc +35 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/my_lib1.h +21 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/my_lib2.cc +35 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/my_lib2.h +21 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/singleton_lib.h +13 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/test_init.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/singleton/test_singleton.cc +28 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/solvers/CMakeLists.txt +48 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/solvers/test_init.cc +5 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/solvers/test_init.h +7 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/solvers/test_nonlinear_least_squares.cc +159 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/thread/CMakeLists.txt +41 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/thread/test_init.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/thread/test_lock.cc +117 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/CMakeLists.txt +61 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/test_argpack.cc +194 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/test_atomics.cc +56 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/test_init.cc +18 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/test_random.cc +56 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/test_timers.cc +76 -0
- iowarp_core-0.6.2/context-transport-primitives/test/unit/types/test_util.cc +147 -0
- iowarp_core-0.6.2/context-transport-primitives/vcpkg.json +42 -0
- iowarp_core-0.6.2/docker/README.minimal.md +193 -0
- iowarp_core-0.6.2/docker/build.Dockerfile +38 -0
- iowarp_core-0.6.2/docker/deploy.Dockerfile +10 -0
- iowarp_core-0.6.2/docker/docker-compose.yml +16 -0
- iowarp_core-0.6.2/docker/install_docker.sh +148 -0
- iowarp_core-0.6.2/docker/local.Dockerfile +25 -0
- iowarp_core-0.6.2/docker/local.sh +20 -0
- iowarp_core-0.6.2/docker/minimal.Dockerfile +95 -0
- iowarp_core-0.6.2/docker/redis_bench/Dockerfile +56 -0
- iowarp_core-0.6.2/docker/redis_bench/README.md +171 -0
- iowarp_core-0.6.2/docker/redis_bench/docker-compose.yml +106 -0
- iowarp_core-0.6.2/docker/test_external/cae.Dockerfile +14 -0
- iowarp_core-0.6.2/docker/test_external/docker-compose.yml +59 -0
- iowarp_core-0.6.2/docker/test_external/file_assets_omni.yaml +10 -0
- iowarp_core-0.6.2/docker/test_external/runtime.Dockerfile +11 -0
- iowarp_core-0.6.2/docker/test_external/wrp_config_example.yaml +62 -0
- iowarp_core-0.6.2/docker/wrp_cte_bench/Dockerfile +50 -0
- iowarp_core-0.6.2/docker/wrp_cte_bench/README.md +380 -0
- iowarp_core-0.6.2/docker/wrp_cte_bench/cte_config.yaml +30 -0
- iowarp_core-0.6.2/docker/wrp_cte_bench/docker-compose.yml +249 -0
- iowarp_core-0.6.2/docs/contributing.md +314 -0
- iowarp_core-0.6.2/external/Catch2/.bazelrc +12 -0
- iowarp_core-0.6.2/external/Catch2/.clang-format +45 -0
- iowarp_core-0.6.2/external/Catch2/.clang-tidy +82 -0
- iowarp_core-0.6.2/external/Catch2/.conan/build.py +94 -0
- iowarp_core-0.6.2/external/Catch2/.conan/test_package/CMakeLists.txt +7 -0
- iowarp_core-0.6.2/external/Catch2/.conan/test_package/conanfile.py +40 -0
- iowarp_core-0.6.2/external/Catch2/.conan/test_package/test_package.cpp +13 -0
- iowarp_core-0.6.2/external/Catch2/.github/FUNDING.yml +2 -0
- iowarp_core-0.6.2/external/Catch2/.github/ISSUE_TEMPLATE/bug_report.md +29 -0
- iowarp_core-0.6.2/external/Catch2/.github/ISSUE_TEMPLATE/feature_request.md +14 -0
- iowarp_core-0.6.2/external/Catch2/.github/pull_request_template.md +28 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/linux-bazel-builds.yml +24 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/linux-meson-builds.yml +44 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/linux-other-builds.yml +125 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/linux-simple-builds.yml +105 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/mac-builds.yml +32 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/package-manager-builds.yaml +31 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/validate-header-guards.yml +36 -0
- iowarp_core-0.6.2/external/Catch2/.github/workflows/windows-simple-builds.yml +31 -0
- iowarp_core-0.6.2/external/Catch2/BUILD.bazel +117 -0
- iowarp_core-0.6.2/external/Catch2/CMake/Catch2Config.cmake.in +9 -0
- iowarp_core-0.6.2/external/Catch2/CMake/CatchConfigOptions.cmake +91 -0
- iowarp_core-0.6.2/external/Catch2/CMake/CatchMiscFunctions.cmake +121 -0
- iowarp_core-0.6.2/external/Catch2/CMake/FindGcov.cmake +157 -0
- iowarp_core-0.6.2/external/Catch2/CMake/FindLcov.cmake +354 -0
- iowarp_core-0.6.2/external/Catch2/CMake/Findcodecov.cmake +258 -0
- iowarp_core-0.6.2/external/Catch2/CMake/catch2-with-main.pc.in +10 -0
- iowarp_core-0.6.2/external/Catch2/CMake/catch2.pc.in +11 -0
- iowarp_core-0.6.2/external/Catch2/CMake/llvm-cov-wrapper +56 -0
- iowarp_core-0.6.2/external/Catch2/CMakeLists.txt +230 -0
- iowarp_core-0.6.2/external/Catch2/CMakePresets.json +40 -0
- iowarp_core-0.6.2/external/Catch2/CODE_OF_CONDUCT.md +46 -0
- iowarp_core-0.6.2/external/Catch2/Doxyfile +2650 -0
- iowarp_core-0.6.2/external/Catch2/LICENSE.txt +23 -0
- iowarp_core-0.6.2/external/Catch2/MAINTAINERS.md +11 -0
- iowarp_core-0.6.2/external/Catch2/MODULE.bazel +5 -0
- iowarp_core-0.6.2/external/Catch2/README.md +114 -0
- iowarp_core-0.6.2/external/Catch2/SECURITY.md +19 -0
- iowarp_core-0.6.2/external/Catch2/appveyor.yml +83 -0
- iowarp_core-0.6.2/external/Catch2/benchmarks/CMakeLists.txt +16 -0
- iowarp_core-0.6.2/external/Catch2/benchmarks/assertion_listener.cpp +28 -0
- iowarp_core-0.6.2/external/Catch2/benchmarks/runtime_assertion_benches.cpp +27 -0
- iowarp_core-0.6.2/external/Catch2/codecov.yml +22 -0
- iowarp_core-0.6.2/external/Catch2/conanfile.py +129 -0
- iowarp_core-0.6.2/external/Catch2/data/artwork/catch2-c-logo.svg +105 -0
- iowarp_core-0.6.2/external/Catch2/data/artwork/catch2-hand-logo.svg +83 -0
- iowarp_core-0.6.2/external/Catch2/data/artwork/catch2-logo-full-with-background.svg +104 -0
- iowarp_core-0.6.2/external/Catch2/data/artwork/catch2-logo-full.svg +88 -0
- iowarp_core-0.6.2/external/Catch2/data/sponsors/github_repo_sponsorship.png +0 -0
- iowarp_core-0.6.2/external/Catch2/docs/Readme.md +44 -0
- iowarp_core-0.6.2/external/Catch2/docs/assertions.md +182 -0
- iowarp_core-0.6.2/external/Catch2/docs/benchmarks.md +251 -0
- iowarp_core-0.6.2/external/Catch2/docs/ci-and-misc.md +117 -0
- iowarp_core-0.6.2/external/Catch2/docs/cmake-integration.md +442 -0
- iowarp_core-0.6.2/external/Catch2/docs/command-line.md +670 -0
- iowarp_core-0.6.2/external/Catch2/docs/commercial-users.md +23 -0
- iowarp_core-0.6.2/external/Catch2/docs/comparing-floating-point-numbers.md +192 -0
- iowarp_core-0.6.2/external/Catch2/docs/configuration.md +337 -0
- iowarp_core-0.6.2/external/Catch2/docs/contributing.md +342 -0
- iowarp_core-0.6.2/external/Catch2/docs/deprecations.md +53 -0
- iowarp_core-0.6.2/external/Catch2/docs/event-listeners.md +44 -0
- iowarp_core-0.6.2/external/Catch2/docs/faq.md +113 -0
- iowarp_core-0.6.2/external/Catch2/docs/generators.md +284 -0
- iowarp_core-0.6.2/external/Catch2/docs/limitations.md +157 -0
- iowarp_core-0.6.2/external/Catch2/docs/list-of-examples.md +47 -0
- iowarp_core-0.6.2/external/Catch2/docs/logging.md +161 -0
- iowarp_core-0.6.2/external/Catch2/docs/matchers.md +476 -0
- iowarp_core-0.6.2/external/Catch2/docs/migrate-v2-to-v3.md +98 -0
- iowarp_core-0.6.2/external/Catch2/docs/opensource-users.md +159 -0
- iowarp_core-0.6.2/external/Catch2/docs/other-macros.md +131 -0
- iowarp_core-0.6.2/external/Catch2/docs/own-main.md +133 -0
- iowarp_core-0.6.2/external/Catch2/docs/release-notes.md +1992 -0
- iowarp_core-0.6.2/external/Catch2/docs/release-process.md +66 -0
- iowarp_core-0.6.2/external/Catch2/docs/reporter-events.md +175 -0
- iowarp_core-0.6.2/external/Catch2/docs/reporters.md +218 -0
- iowarp_core-0.6.2/external/Catch2/docs/skipping-passing-failing.md +149 -0
- iowarp_core-0.6.2/external/Catch2/docs/test-cases-and-sections.md +346 -0
- iowarp_core-0.6.2/external/Catch2/docs/test-fixtures.md +291 -0
- iowarp_core-0.6.2/external/Catch2/docs/thread-safety.md +229 -0
- iowarp_core-0.6.2/external/Catch2/docs/tostring.md +132 -0
- iowarp_core-0.6.2/external/Catch2/docs/tutorial.md +228 -0
- iowarp_core-0.6.2/external/Catch2/docs/usage-tips.md +100 -0
- iowarp_core-0.6.2/external/Catch2/docs/why-catch.md +59 -0
- iowarp_core-0.6.2/external/Catch2/examples/010-TestCase.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/examples/020-TestCase-1.cpp +37 -0
- iowarp_core-0.6.2/external/Catch2/examples/020-TestCase-2.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/examples/030-Asn-Require-Check.cpp +82 -0
- iowarp_core-0.6.2/external/Catch2/examples/100-Fix-Section.cpp +78 -0
- iowarp_core-0.6.2/external/Catch2/examples/110-Fix-ClassFixture.cpp +74 -0
- iowarp_core-0.6.2/external/Catch2/examples/111-Fix-PersistentFixture.cpp +74 -0
- iowarp_core-0.6.2/external/Catch2/examples/120-Bdd-ScenarioGivenWhenThen.cpp +81 -0
- iowarp_core-0.6.2/external/Catch2/examples/210-Evt-EventListeners.cpp +436 -0
- iowarp_core-0.6.2/external/Catch2/examples/231-Cfg-OutputStreams.cpp +63 -0
- iowarp_core-0.6.2/external/Catch2/examples/232-Cfg-CustomMain.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/examples/300-Gen-OwnGenerator.cpp +77 -0
- iowarp_core-0.6.2/external/Catch2/examples/301-Gen-MapTypeConversion.cpp +69 -0
- iowarp_core-0.6.2/external/Catch2/examples/302-Gen-Table.cpp +63 -0
- iowarp_core-0.6.2/external/Catch2/examples/310-Gen-VariablesInGenerators.cpp +43 -0
- iowarp_core-0.6.2/external/Catch2/examples/311-Gen-CustomCapture.cpp +51 -0
- iowarp_core-0.6.2/external/Catch2/examples/CMakeLists.txt +58 -0
- iowarp_core-0.6.2/external/Catch2/extras/Catch.cmake +318 -0
- iowarp_core-0.6.2/external/Catch2/extras/CatchAddTests.cmake +253 -0
- iowarp_core-0.6.2/external/Catch2/extras/CatchShardTests.cmake +72 -0
- iowarp_core-0.6.2/external/Catch2/extras/CatchShardTestsImpl.cmake +52 -0
- iowarp_core-0.6.2/external/Catch2/extras/ParseAndAddCatchTests.cmake +250 -0
- iowarp_core-0.6.2/external/Catch2/extras/catch_amalgamated.cpp +12083 -0
- iowarp_core-0.6.2/external/Catch2/extras/catch_amalgamated.hpp +14314 -0
- iowarp_core-0.6.2/external/Catch2/extras/gdbinit +16 -0
- iowarp_core-0.6.2/external/Catch2/extras/lldbinit +16 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/CMakeLists.txt +20 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/NullOStream.cpp +18 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/NullOStream.h +28 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/build_fuzzers.sh +33 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/fuzz_TestSpecParser.cpp +22 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/fuzz_XmlWriter.cpp +22 -0
- iowarp_core-0.6.2/external/Catch2/fuzzing/fuzz_textflow.cpp +53 -0
- iowarp_core-0.6.2/external/Catch2/mdsnippets.json +9 -0
- iowarp_core-0.6.2/external/Catch2/meson.build +19 -0
- iowarp_core-0.6.2/external/Catch2/meson_options.txt +2 -0
- iowarp_core-0.6.2/external/Catch2/src/CMakeLists.txt +478 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_benchmark.hpp +146 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_benchmark_all.hpp +46 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_chronometer.cpp +17 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_chronometer.hpp +77 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_clock.hpp +27 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_constructor.hpp +82 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_environment.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_estimate.hpp +25 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_execution_plan.hpp +58 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_optimizer.hpp +78 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_outlier_classification.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/catch_sample_analysis.hpp +31 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_analyse.cpp +85 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_analyse.hpp +27 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.cpp +23 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_benchmark_function.hpp +87 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats.hpp +48 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_benchmark_stats_fwd.hpp +23 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_complete_invoke.hpp +58 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_estimate_clock.hpp +126 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_measure.hpp +32 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_repeat.hpp +36 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.cpp +31 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_run_for_at_least.hpp +65 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_stats.cpp +393 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_stats.hpp +60 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/benchmark/detail/catch_timing.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_all.hpp +138 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_approx.cpp +85 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_approx.hpp +128 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_assertion_info.hpp +28 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_assertion_result.cpp +105 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_assertion_result.hpp +60 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_case_sensitive.hpp +17 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_config.cpp +273 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_config.hpp +157 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_get_random_seed.cpp +18 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_get_random_seed.hpp +18 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_message.cpp +114 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_message.hpp +149 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_registry_hub.cpp +105 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_section_info.hpp +42 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_session.cpp +413 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_session.hpp +70 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_tag_alias.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_tag_alias_autoregistrar.cpp +24 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_tag_alias_autoregistrar.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_template_test_macros.hpp +124 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_test_case_info.cpp +262 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_test_case_info.hpp +142 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_test_macros.hpp +243 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_test_run_info.hpp +22 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_test_spec.cpp +141 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_test_spec.hpp +119 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_timer.cpp +37 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_timer.hpp +27 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_tostring.cpp +264 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_tostring.hpp +682 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_totals.cpp +65 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_totals.hpp +41 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_translate_exception.cpp +20 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_translate_exception.hpp +88 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_user_config.hpp.in +247 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_version.cpp +43 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_version.hpp +39 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/catch_version_macros.hpp +15 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generator_exception.cpp +17 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generator_exception.hpp +31 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators.cpp +42 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators.hpp +244 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators_adapters.hpp +242 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators_all.hpp +30 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators_random.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators_random.hpp +107 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/generators/catch_generators_range.hpp +111 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_all.hpp +37 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_capture.cpp +20 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_capture.hpp +118 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_config.cpp +13 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_config.hpp +99 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_enum_values_registry.hpp +47 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_exception.cpp +14 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_exception.hpp +36 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_generatortracker.cpp +32 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_generatortracker.hpp +90 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.cpp +14 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_registry_hub.hpp +66 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_reporter.cpp +93 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_reporter.hpp +227 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_reporter_factory.cpp +14 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_reporter_factory.hpp +45 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_tag_alias_registry.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_test_invoker.hpp +23 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_testcase.cpp +13 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/interfaces/catch_interfaces_testcase.hpp +30 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_assertion_handler.cpp +82 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_assertion_handler.hpp +68 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_case_insensitive_comparisons.cpp +35 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_case_insensitive_comparisons.hpp +30 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_clara.cpp +464 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_clara.hpp +748 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_commandline.cpp +317 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_commandline.hpp +21 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_compare_traits.hpp +75 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_compiler_capabilities.hpp +467 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_config_android_logwrite.hpp +33 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_config_counter.hpp +34 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_config_prefix_messages.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_config_static_analysis_support.hpp +34 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_config_uncaught_exceptions.hpp +46 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_config_wchar.hpp +35 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_console_colour.cpp +286 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_console_colour.hpp +141 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_console_width.hpp +19 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_container_nonmembers.hpp +73 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_context.cpp +24 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_context.hpp +47 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_debug_console.cpp +45 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_debug_console.hpp +17 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_debugger.cpp +120 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_debugger.hpp +78 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_decomposer.cpp +28 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_decomposer.hpp +467 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_deprecation_macro.hpp +19 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_enforce.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_enforce.hpp +54 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_enum_values_registry.cpp +73 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_enum_values_registry.hpp +36 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_errno_guard.cpp +16 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_errno_guard.hpp +27 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_exception_translator_registry.cpp +87 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_exception_translator_registry.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_fatal_condition_handler.cpp +248 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_fatal_condition_handler.hpp +66 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_floating_point_helpers.cpp +43 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_floating_point_helpers.hpp +108 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_getenv.cpp +37 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_getenv.hpp +20 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_is_permutation.hpp +141 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_istream.cpp +152 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_istream.hpp +52 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_jsonwriter.cpp +165 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_jsonwriter.hpp +120 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_lazy_expr.cpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_lazy_expr.hpp +40 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_leak_detector.cpp +38 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_leak_detector.hpp +19 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_list.cpp +120 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_list.hpp +43 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_logical_traits.hpp +44 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_main.cpp +39 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_message_info.cpp +26 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_message_info.hpp +46 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_meta.hpp +47 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_move_and_forward.hpp +19 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_noncopyable.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_optional.hpp +117 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_output_redirect.cpp +339 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_output_redirect.hpp +77 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_parse_numbers.cpp +52 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_parse_numbers.hpp +26 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_platform.hpp +43 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_polyfills.cpp +42 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_polyfills.hpp +21 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_preprocessor.hpp +247 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_preprocessor_internal_stringify.hpp +19 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_preprocessor_remove_parens.hpp +19 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_random_floating_point_helpers.hpp +94 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_random_integer_helpers.hpp +224 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_random_number_generator.cpp +78 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_random_number_generator.hpp +59 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_random_seed_generation.cpp +35 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_random_seed_generation.hpp +26 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_reporter_registry.cpp +91 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_reporter_registry.hpp +55 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_reporter_spec_parser.cpp +173 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_reporter_spec_parser.hpp +85 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_result_type.hpp +66 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_reusable_string_stream.cpp +70 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_reusable_string_stream.hpp +57 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_run_context.cpp +842 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_run_context.hpp +167 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_section.cpp +60 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_section.hpp +104 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_sharding.hpp +40 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_singletons.cpp +36 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_singletons.hpp +45 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_source_line_info.cpp +33 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_source_line_info.hpp +37 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_startup_exception_registry.cpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_startup_exception_registry.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_stdstreams.cpp +24 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_stdstreams.hpp +22 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_stream_end_stop.hpp +30 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_string_manip.cpp +116 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_string_manip.hpp +61 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_stringref.cpp +65 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_stringref.hpp +123 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_tag_alias_registry.cpp +54 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_tag_alias_registry.hpp +33 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_template_test_registry.hpp +337 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_case_info_hasher.cpp +39 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_case_info_hasher.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_case_registry_impl.cpp +153 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_case_registry_impl.hpp +59 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_case_tracker.cpp +239 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_case_tracker.hpp +244 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_failure_exception.cpp +31 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_failure_exception.hpp +34 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_macro_impl.hpp +155 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_registry.cpp +84 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_registry.hpp +222 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_spec_parser.cpp +239 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_test_spec_parser.hpp +81 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_textflow.cpp +379 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_textflow.hpp +298 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_thread_support.hpp +49 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_to_string.hpp +29 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_uncaught_exceptions.cpp +25 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_uncaught_exceptions.hpp +15 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_uniform_floating_point_distribution.hpp +131 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_uniform_integer_distribution.hpp +108 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_unique_name.hpp +20 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_unique_ptr.hpp +118 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_unreachable.hpp +56 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_void_type.hpp +25 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_wildcard_pattern.cpp +47 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_wildcard_pattern.hpp +38 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_windows_h_proxy.hpp +28 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_xmlwriter.cpp +344 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/internal/catch_xmlwriter.hpp +163 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers.cpp +25 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers.hpp +237 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_all.hpp +36 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_container_properties.cpp +34 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_container_properties.hpp +90 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_contains.hpp +102 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_exception.cpp +26 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_exception.hpp +61 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_floating_point.cpp +226 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_floating_point.hpp +94 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_predicate.cpp +17 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_predicate.hpp +59 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_quantifiers.cpp +24 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_quantifiers.hpp +165 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_range_equals.hpp +160 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_string.cpp +114 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_string.hpp +85 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_templated.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_templated.hpp +296 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/catch_matchers_vector.hpp +194 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/internal/catch_matchers_impl.cpp +25 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/matchers/internal/catch_matchers_impl.hpp +109 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/meson.build +402 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_automake.cpp +37 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_automake.hpp +40 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_common_base.cpp +49 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_common_base.hpp +79 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_compact.cpp +255 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_compact.hpp +42 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_console.cpp +670 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_console.hpp +65 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.cpp +158 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_cumulative_base.hpp +151 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_event_listener.cpp +40 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_event_listener.hpp +60 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_helpers.cpp +364 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_helpers.hpp +95 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_json.cpp +373 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_json.hpp +94 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_junit.cpp +310 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_junit.hpp +56 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_multi.cpp +199 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_multi.hpp +77 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_registrars.cpp +36 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_registrars.hpp +133 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_sonarqube.cpp +162 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_sonarqube.hpp +60 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_streaming_base.cpp +23 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_streaming_base.hpp +73 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_tap.cpp +229 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_tap.hpp +43 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_teamcity.cpp +177 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_teamcity.hpp +67 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_xml.cpp +332 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporter_xml.hpp +64 -0
- iowarp_core-0.6.2/external/Catch2/src/catch2/reporters/catch_reporters_all.hpp +41 -0
- iowarp_core-0.6.2/external/Catch2/tests/BUILD.bazel +86 -0
- iowarp_core-0.6.2/external/Catch2/tests/CMakeLists.txt +699 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/CMakeLists.txt +555 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/ToDo.txt +10 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X01-PrefixedMacros.cpp +97 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X02-DisabledMacros.cpp +79 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X03-DisabledExceptions-DefaultHandler.cpp +39 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X04-DisabledExceptions-CustomHandler.cpp +40 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X05-DeferredStaticChecks.cpp +21 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X10-FallbackStringifier.cpp +35 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X11-DisableStringification.cpp +27 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X12-CustomDebugBreakMacro.cpp +26 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp +77 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X21-PartialTestCaseEvents.cpp +74 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X22-BenchmarksInCumulativeReporter.cpp +79 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X23-CasingInReporterNames.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X24-ListenerStdoutCaptureInMultireporter.cpp +40 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X25-ListenerCanAskForCapturedStdout.cpp +47 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X26-ReporterPreferencesForPassingAssertionsIsRespected.cpp +52 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X27-CapturedStdoutInTestCaseEvents.cpp +82 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X28-ListenersGetEventsBeforeReporters.cpp +99 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X29-CustomArgumentsForReporters.cpp +60 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X30-BazelReporter.cpp +17 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X31-DuplicatedTestCases.cpp +16 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X32-DuplicatedTestCasesDifferentTags.cpp +17 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X33-DuplicatedTestCaseMethods.cpp +22 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X34-DuplicatedTestCaseMethodsDifferentFixtures.cpp +27 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X35-DuplicatedReporterNames.cpp +31 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X36-ReportingCrashWithJunitReporter.cpp +32 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X40-QuickExit.cpp +28 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X90-WindowsHeaderInclusion.cpp +21 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X91-AmalgamatedCatch.cpp +38 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X92-NoTests.cpp +11 -0
- iowarp_core-0.6.2/external/Catch2/tests/ExtraTests/X93-AllSkipped.cpp +16 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/automake.std.approved.txt +168 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/automake.sw.approved.txt +446 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/automake.sw.multi.approved.txt +435 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/compact.sw.approved.txt +2894 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/compact.sw.multi.approved.txt +2883 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/console.std.approved.txt +1724 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/console.sw.approved.txt +19300 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/console.sw.multi.approved.txt +19289 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/console.swa4.approved.txt +973 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/default.sw.multi.approved.txt +11 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/junit.sw.approved.txt +2410 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/junit.sw.multi.approved.txt +2409 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/sonarqube.sw.approved.txt +2419 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/sonarqube.sw.multi.approved.txt +2418 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/tap.sw.approved.txt +4631 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/tap.sw.multi.approved.txt +4620 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/teamcity.sw.approved.txt +1068 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/teamcity.sw.multi.approved.txt +1067 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/xml.sw.approved.txt +22329 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Baselines/xml.sw.multi.approved.txt +22328 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Algorithms.tests.cpp +94 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/AssertionHandler.tests.cpp +42 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Clara.tests.cpp +88 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/CmdLine.tests.cpp +467 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/CmdLineHelpers.tests.cpp +111 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/ColourImpl.tests.cpp +64 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Details.tests.cpp +172 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/FloatingPoint.tests.cpp +139 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/GeneratorsImpl.tests.cpp +588 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Integer.tests.cpp +224 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/InternalBenchmark.tests.cpp +455 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Json.tests.cpp +178 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Parse.tests.cpp +38 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/PartTracker.tests.cpp +254 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/RandomNumberGeneration.tests.cpp +609 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp +330 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Sharding.tests.cpp +45 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Stream.tests.cpp +32 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/String.tests.cpp +212 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/StringManip.tests.cpp +94 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Tag.tests.cpp +117 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/TestCaseInfoHasher.tests.cpp +72 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/TestSpec.tests.cpp +365 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/TestSpecParser.tests.cpp +55 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp +400 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/ToString.tests.cpp +166 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Traits.tests.cpp +45 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/UniquePtr.tests.cpp +141 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/IntrospectiveTests/Xml.tests.cpp +203 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Misc/invalid-test-names.input +1 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Misc/plain-old-tests.input +2 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/Misc/special-characters-in-file.input +1 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/TestRegistrations.cpp +181 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/TimingTests/Sleep.tests.cpp +24 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Approx.tests.cpp +218 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/BDD.tests.cpp +106 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Benchmark.tests.cpp +173 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Class.tests.cpp +159 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Compilation.tests.cpp +542 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Condition.tests.cpp +334 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Decomposition.tests.cpp +41 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/EnumToString.tests.cpp +108 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Exception.tests.cpp +204 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Generators.tests.cpp +323 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp +1144 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/MatchersRanges.tests.cpp +936 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Message.tests.cpp +362 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Misc.tests.cpp +576 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Skip.tests.cpp +100 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringByte.tests.cpp +23 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringChrono.tests.cpp +57 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringGeneral.tests.cpp +200 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringOptional.tests.cpp +35 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringPair.tests.cpp +38 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringTuple.tests.cpp +54 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringVariant.tests.cpp +99 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringVector.tests.cpp +94 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/ToStringWhich.tests.cpp +186 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/Tricky.tests.cpp +380 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/UsageTests/VariadicMacros.tests.cpp +29 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/helpers/parse_test_spec.cpp +22 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/helpers/parse_test_spec.hpp +20 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/helpers/range_test_helpers.hpp +210 -0
- iowarp_core-0.6.2/external/Catch2/tests/SelfTest/helpers/type_with_lit_0_comparisons.hpp +55 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/ConfigureTestsCommon.py +75 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/DiscoverTests/CMakeLists.txt +23 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/DiscoverTests/VerifyRegistration.py +175 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/DiscoverTests/register-tests.cpp +23 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testBazelExitGuardFile.py +88 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testBazelReporter.py +104 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testBazelSharding.py +80 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testConfigureDefaultReporter.py +50 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testConfigureDisable.py +48 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testConfigureDisableStringification.py +44 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testConfigureExperimentalRedirect.py +49 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testPartialTestCaseEvent.py +79 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testRandomOrder.py +77 -0
- iowarp_core-0.6.2/external/Catch2/tests/TestScripts/testSharding.py +165 -0
- iowarp_core-0.6.2/external/Catch2/tests/meson.build +77 -0
- iowarp_core-0.6.2/external/Catch2/third_party/clara.hpp +1267 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/CMakeLists.txt +8 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/SelfTest.vcxproj.user +23 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/appveyorBuildConfigurationScript.bat +21 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/appveyorMergeCoverageScript.py +9 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/appveyorTestRunScript.bat +17 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/coverage-helper.cpp +142 -0
- iowarp_core-0.6.2/external/Catch2/tools/misc/installOpenCppCoverage.ps1 +19 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/approvalTests.py +243 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/approve.py +31 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/buildAndTest.cmd +16 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/buildAndTest.sh +18 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/checkConvenienceHeaders.py +151 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/checkDuplicateFilenames.py +14 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/checkLicense.py +46 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/developBuild.py +9 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/extractFeaturesFromReleaseNotes.py +92 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/fixWhitespace.py +51 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/generateAmalgamatedFiles.py +139 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/majorRelease.py +9 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/minorRelease.py +9 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/patchRelease.py +9 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/releaseCommon.py +143 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/scriptCommon.py +4 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/updateDocumentSnippets.py +23 -0
- iowarp_core-0.6.2/external/Catch2/tools/scripts/updateDocumentToC.py +447 -0
- iowarp_core-0.6.2/external/cereal/.github/workflows/ci-macos.yml +45 -0
- iowarp_core-0.6.2/external/cereal/.github/workflows/ci.yml +237 -0
- iowarp_core-0.6.2/external/cereal/.travis.yml +269 -0
- iowarp_core-0.6.2/external/cereal/CMakeLists.txt +143 -0
- iowarp_core-0.6.2/external/cereal/Config.cmake.in +3 -0
- iowarp_core-0.6.2/external/cereal/LICENSE +24 -0
- iowarp_core-0.6.2/external/cereal/README.md +86 -0
- iowarp_core-0.6.2/external/cereal/appveyor.yml +55 -0
- iowarp_core-0.6.2/external/cereal/cereal.pc.in +8 -0
- iowarp_core-0.6.2/external/cereal/doc/CMakeLists.txt +18 -0
- iowarp_core-0.6.2/external/cereal/doc/DoxygenLayout.xml +190 -0
- iowarp_core-0.6.2/external/cereal/doc/doxygen.in +1870 -0
- iowarp_core-0.6.2/external/cereal/doc/footer.html +31 -0
- iowarp_core-0.6.2/external/cereal/doc/mainpage.dox +47 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/access.hpp +351 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/archives/adapters.hpp +163 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/archives/binary.hpp +169 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/archives/json.hpp +1041 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/archives/portable_binary.hpp +334 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/archives/xml.hpp +956 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/cereal.hpp +1120 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/details/helpers.hpp +422 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/details/polymorphic_impl.hpp +825 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/details/polymorphic_impl_fwd.hpp +65 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/details/static_object.hpp +128 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/details/traits.hpp +1411 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/details/util.hpp +84 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/LICENSE +21 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/base64.hpp +134 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/LICENSE +13 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/allocators.h +284 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/cursorstreamwrapper.h +78 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/document.h +2659 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/encodedstream.h +299 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/encodings.h +716 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/error/en.h +74 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/error/error.h +161 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/filereadstream.h +99 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/filewritestream.h +104 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/fwd.h +151 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/biginteger.h +290 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/diyfp.h +271 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/dtoa.h +245 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/ieee754.h +78 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/itoa.h +308 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/meta.h +186 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/pow10.h +55 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/regex.h +740 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/stack.h +232 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/strfunc.h +69 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/strtod.h +290 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/internal/swap.h +46 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/istreamwrapper.h +128 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/memorybuffer.h +70 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/memorystream.h +71 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/msinttypes/LICENSE +29 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/msinttypes/inttypes.h +316 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/msinttypes/stdint.h +300 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/ostreamwrapper.h +81 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/pointer.h +1414 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/prettywriter.h +277 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/rapidjson.h +656 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/reader.h +2230 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/schema.h +2497 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/stream.h +223 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/stringbuffer.h +121 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidjson/writer.h +709 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidxml/license.txt +52 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidxml/manual.html +406 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidxml/rapidxml.hpp +2624 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidxml/rapidxml_iterators.hpp +175 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidxml/rapidxml_print.hpp +428 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/external/rapidxml/rapidxml_utils.hpp +123 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/macros.hpp +156 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/specialize.hpp +139 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/array.hpp +79 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/atomic.hpp +55 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/base_class.hpp +203 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/bitset.hpp +176 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/boost_variant.hpp +164 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/chrono.hpp +72 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/common.hpp +129 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/complex.hpp +56 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/concepts/pair_associative_container.hpp +73 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/deque.hpp +62 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/forward_list.hpp +68 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/functional.hpp +43 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/list.hpp +62 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/map.hpp +36 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/memory.hpp +425 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/optional.hpp +65 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/polymorphic.hpp +483 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/queue.hpp +132 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/set.hpp +103 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/stack.hpp +76 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/string.hpp +61 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/tuple.hpp +123 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/unordered_map.hpp +36 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/unordered_set.hpp +99 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/utility.hpp +47 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/valarray.hpp +89 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/variant.hpp +108 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/types/vector.hpp +112 -0
- iowarp_core-0.6.2/external/cereal/include/cereal/version.hpp +52 -0
- iowarp_core-0.6.2/external/cereal/sandbox/CMakeLists.txt +22 -0
- iowarp_core-0.6.2/external/cereal/sandbox/performance.cpp +472 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox.cpp +824 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_json.cpp +446 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_rtti.cpp +241 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_shared_lib/CMakeLists.txt +6 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_shared_lib/base.cpp +9 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_shared_lib/base.hpp +43 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_shared_lib/derived.cpp +10 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_shared_lib/derived.hpp +22 -0
- iowarp_core-0.6.2/external/cereal/sandbox/sandbox_vs.cpp +307 -0
- iowarp_core-0.6.2/external/cereal/scripts/add_rapidjson_prefix.sh +4 -0
- iowarp_core-0.6.2/external/cereal/scripts/appveyor.bat +80 -0
- iowarp_core-0.6.2/external/cereal/scripts/renameincludes.sh +12 -0
- iowarp_core-0.6.2/external/cereal/scripts/updatecoverage.sh +33 -0
- iowarp_core-0.6.2/external/cereal/scripts/updatedoc.in +25 -0
- iowarp_core-0.6.2/external/cereal/unittests/CMakeLists.txt +104 -0
- iowarp_core-0.6.2/external/cereal/unittests/array.cpp +56 -0
- iowarp_core-0.6.2/external/cereal/unittests/array.hpp +95 -0
- iowarp_core-0.6.2/external/cereal/unittests/atomic.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/atomic.hpp +170 -0
- iowarp_core-0.6.2/external/cereal/unittests/basic_string.cpp +171 -0
- iowarp_core-0.6.2/external/cereal/unittests/basic_string.hpp +114 -0
- iowarp_core-0.6.2/external/cereal/unittests/bitset.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/bitset.hpp +87 -0
- iowarp_core-0.6.2/external/cereal/unittests/boost/CMakeLists.txt +41 -0
- iowarp_core-0.6.2/external/cereal/unittests/boost/boost_variant.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/boost/boost_variant.hpp +105 -0
- iowarp_core-0.6.2/external/cereal/unittests/chrono.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/chrono.hpp +105 -0
- iowarp_core-0.6.2/external/cereal/unittests/cmake-config-module.cmake +125 -0
- iowarp_core-0.6.2/external/cereal/unittests/common.hpp +259 -0
- iowarp_core-0.6.2/external/cereal/unittests/complex.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/complex.hpp +77 -0
- iowarp_core-0.6.2/external/cereal/unittests/cpp17/CMakeLists.txt +39 -0
- iowarp_core-0.6.2/external/cereal/unittests/cpp17/optional.cpp +57 -0
- iowarp_core-0.6.2/external/cereal/unittests/cpp17/optional.hpp +92 -0
- iowarp_core-0.6.2/external/cereal/unittests/cpp17/variant.cpp +57 -0
- iowarp_core-0.6.2/external/cereal/unittests/cpp17/variant.hpp +74 -0
- iowarp_core-0.6.2/external/cereal/unittests/defer.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/defer.hpp +193 -0
- iowarp_core-0.6.2/external/cereal/unittests/deque.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/deque.hpp +101 -0
- iowarp_core-0.6.2/external/cereal/unittests/doctest.h +6750 -0
- iowarp_core-0.6.2/external/cereal/unittests/forward_list.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/forward_list.hpp +95 -0
- iowarp_core-0.6.2/external/cereal/unittests/list.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/list.hpp +95 -0
- iowarp_core-0.6.2/external/cereal/unittests/load_construct.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/load_construct.hpp +303 -0
- iowarp_core-0.6.2/external/cereal/unittests/map.cpp +72 -0
- iowarp_core-0.6.2/external/cereal/unittests/map.hpp +169 -0
- iowarp_core-0.6.2/external/cereal/unittests/memory.cpp +72 -0
- iowarp_core-0.6.2/external/cereal/unittests/memory.hpp +148 -0
- iowarp_core-0.6.2/external/cereal/unittests/memory_cycles.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/memory_cycles.hpp +142 -0
- iowarp_core-0.6.2/external/cereal/unittests/multimap.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/multimap.hpp +129 -0
- iowarp_core-0.6.2/external/cereal/unittests/multiset.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/multiset.hpp +134 -0
- iowarp_core-0.6.2/external/cereal/unittests/pair.cpp +51 -0
- iowarp_core-0.6.2/external/cereal/unittests/pair.hpp +92 -0
- iowarp_core-0.6.2/external/cereal/unittests/pod.cpp +62 -0
- iowarp_core-0.6.2/external/cereal/unittests/pod.hpp +215 -0
- iowarp_core-0.6.2/external/cereal/unittests/polymorphic.cpp +74 -0
- iowarp_core-0.6.2/external/cereal/unittests/polymorphic.hpp +634 -0
- iowarp_core-0.6.2/external/cereal/unittests/portability_test.cpp +202 -0
- iowarp_core-0.6.2/external/cereal/unittests/portable_binary_archive.cpp +134 -0
- iowarp_core-0.6.2/external/cereal/unittests/portable_binary_archive.hpp +156 -0
- iowarp_core-0.6.2/external/cereal/unittests/priority_queue.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/priority_queue.hpp +107 -0
- iowarp_core-0.6.2/external/cereal/unittests/queue.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/queue.hpp +107 -0
- iowarp_core-0.6.2/external/cereal/unittests/run_portability_test.cmake +16 -0
- iowarp_core-0.6.2/external/cereal/unittests/run_valgrind.sh +10 -0
- iowarp_core-0.6.2/external/cereal/unittests/set.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/set.hpp +95 -0
- iowarp_core-0.6.2/external/cereal/unittests/stack.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/stack.hpp +107 -0
- iowarp_core-0.6.2/external/cereal/unittests/structs.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/structs.hpp +68 -0
- iowarp_core-0.6.2/external/cereal/unittests/structs_minimal.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/structs_minimal.hpp +254 -0
- iowarp_core-0.6.2/external/cereal/unittests/structs_specialized.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/structs_specialized.hpp +465 -0
- iowarp_core-0.6.2/external/cereal/unittests/tuple.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/tuple.hpp +101 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_loads.cpp +42 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_loads.hpp +149 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_map.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_map.hpp +124 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_multimap.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_multimap.hpp +155 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_multiset.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_multiset.hpp +134 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_set.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/unordered_set.hpp +114 -0
- iowarp_core-0.6.2/external/cereal/unittests/user_data_adapters.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/user_data_adapters.hpp +120 -0
- iowarp_core-0.6.2/external/cereal/unittests/valarray.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/valarray.hpp +101 -0
- iowarp_core-0.6.2/external/cereal/unittests/vector.cpp +52 -0
- iowarp_core-0.6.2/external/cereal/unittests/vector.hpp +110 -0
- iowarp_core-0.6.2/external/cereal/unittests/versioning.cpp +74 -0
- iowarp_core-0.6.2/external/cereal/unittests/versioning.hpp +217 -0
- iowarp_core-0.6.2/external/nanobind/.github/ISSUE_TEMPLATE/all-other.yml +23 -0
- iowarp_core-0.6.2/external/nanobind/.github/ISSUE_TEMPLATE/bug-report.yml +33 -0
- iowarp_core-0.6.2/external/nanobind/.github/workflows/ci.yml +286 -0
- iowarp_core-0.6.2/external/nanobind/.github/workflows/nvcc-win.yml +45 -0
- iowarp_core-0.6.2/external/nanobind/.readthedocs.yaml +18 -0
- iowarp_core-0.6.2/external/nanobind/CMakeLists.txt +160 -0
- iowarp_core-0.6.2/external/nanobind/LICENSE +26 -0
- iowarp_core-0.6.2/external/nanobind/README.md +59 -0
- iowarp_core-0.6.2/external/nanobind/cmake/collect-symbols-pypy.py +28 -0
- iowarp_core-0.6.2/external/nanobind/cmake/collect-symbols.py +42 -0
- iowarp_core-0.6.2/external/nanobind/cmake/darwin-ld-cpython.sym +932 -0
- iowarp_core-0.6.2/external/nanobind/cmake/darwin-ld-pypy.sym +965 -0
- iowarp_core-0.6.2/external/nanobind/cmake/darwin-python-path.py +15 -0
- iowarp_core-0.6.2/external/nanobind/cmake/nanobind-config.cmake +716 -0
- iowarp_core-0.6.2/external/nanobind/docs/api_bazel.rst +185 -0
- iowarp_core-0.6.2/external/nanobind/docs/api_cmake.rst +533 -0
- iowarp_core-0.6.2/external/nanobind/docs/api_core.rst +3275 -0
- iowarp_core-0.6.2/external/nanobind/docs/api_extra.rst +1581 -0
- iowarp_core-0.6.2/external/nanobind/docs/basics.rst +481 -0
- iowarp_core-0.6.2/external/nanobind/docs/bazel.rst +198 -0
- iowarp_core-0.6.2/external/nanobind/docs/benchmark.rst +174 -0
- iowarp_core-0.6.2/external/nanobind/docs/building.rst +118 -0
- iowarp_core-0.6.2/external/nanobind/docs/changelog.rst +1695 -0
- iowarp_core-0.6.2/external/nanobind/docs/classes.rst +1143 -0
- iowarp_core-0.6.2/external/nanobind/docs/conf.py +250 -0
- iowarp_core-0.6.2/external/nanobind/docs/cppyy.h +16 -0
- iowarp_core-0.6.2/external/nanobind/docs/eigen.rst +180 -0
- iowarp_core-0.6.2/external/nanobind/docs/exceptions.rst +293 -0
- iowarp_core-0.6.2/external/nanobind/docs/exchanging.rst +423 -0
- iowarp_core-0.6.2/external/nanobind/docs/faq.rst +398 -0
- iowarp_core-0.6.2/external/nanobind/docs/free_threaded.rst +326 -0
- iowarp_core-0.6.2/external/nanobind/docs/functions.rst +609 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/binding-dark.svg +122 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/binding-light.svg +112 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/caster-dark.svg +118 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/caster-light.svg +108 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/logo.jpg +0 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/perf.svg +1979 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/sizes.svg +1909 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/times.svg +1859 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/wrapper-dark.svg +102 -0
- iowarp_core-0.6.2/external/nanobind/docs/images/wrapper-light.svg +92 -0
- iowarp_core-0.6.2/external/nanobind/docs/index.rst +148 -0
- iowarp_core-0.6.2/external/nanobind/docs/installing.rst +48 -0
- iowarp_core-0.6.2/external/nanobind/docs/lowlevel.rst +323 -0
- iowarp_core-0.6.2/external/nanobind/docs/meson.rst +135 -0
- iowarp_core-0.6.2/external/nanobind/docs/microbenchmark.ipynb +447 -0
- iowarp_core-0.6.2/external/nanobind/docs/ndarray.rst +786 -0
- iowarp_core-0.6.2/external/nanobind/docs/ndarray_index.rst +13 -0
- iowarp_core-0.6.2/external/nanobind/docs/ownership.rst +400 -0
- iowarp_core-0.6.2/external/nanobind/docs/ownership_adv.rst +398 -0
- iowarp_core-0.6.2/external/nanobind/docs/packaging.rst +332 -0
- iowarp_core-0.6.2/external/nanobind/docs/porting.rst +361 -0
- iowarp_core-0.6.2/external/nanobind/docs/pypy.rst +23 -0
- iowarp_core-0.6.2/external/nanobind/docs/refleaks.rst +485 -0
- iowarp_core-0.6.2/external/nanobind/docs/release.rst +25 -0
- iowarp_core-0.6.2/external/nanobind/docs/requirements.txt +5 -0
- iowarp_core-0.6.2/external/nanobind/docs/typing.rst +719 -0
- iowarp_core-0.6.2/external/nanobind/docs/utilities.rst +59 -0
- iowarp_core-0.6.2/external/nanobind/docs/why.rst +252 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/.clang-format +1 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/.codecov.yml +5 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/.github/workflows/ci.yml +136 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/CMakeLists.txt +87 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/LICENSE +21 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/README.md +521 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/cmake/tsl-robin-mapConfig.cmake.in +9 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/doxygen.conf +2483 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/include/tsl/robin_growth_policy.h +415 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/include/tsl/robin_hash.h +1589 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/include/tsl/robin_map.h +815 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/include/tsl/robin_set.h +668 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/CMakeLists.txt +26 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/custom_allocator_tests.cpp +138 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/main.cpp +26 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/policy_tests.cpp +97 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/robin_map_tests.cpp +1462 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/robin_set_tests.cpp +174 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tests/utils.h +443 -0
- iowarp_core-0.6.2/external/nanobind/ext/robin_map/tsl-robin-map.natvis +78 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/eigen/dense.h +474 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/eigen/sparse.h +290 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/eval.h +61 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/intrusive/counter.h +261 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/intrusive/counter.inl +148 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/intrusive/ref.h +153 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/make_iterator.h +160 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nanobind.h +61 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_accessor.h +258 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_attr.h +444 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_call.h +152 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_cast.h +764 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_class.h +858 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_defs.h +249 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_descr.h +155 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_enums.h +26 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_error.h +152 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_func.h +414 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_lib.h +583 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_misc.h +125 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_python.h +61 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_traits.h +220 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_tuple.h +80 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/nb_types.h +1011 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/ndarray.h +597 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/operators.h +149 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/array.h +22 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/bind_map.h +181 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/bind_vector.h +225 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/chrono.h +239 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/complex.h +54 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/chrono.h +299 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/nb_array.h +67 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/nb_dict.h +95 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/nb_list.h +83 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/nb_optional.h +49 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/nb_set.h +81 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/detail/traits.h +92 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/filesystem.h +93 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/function.h +95 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/list.h +22 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/map.h +23 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/optional.h +27 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/pair.h +92 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/set.h +24 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/shared_ptr.h +137 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/string.h +39 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/string_view.h +39 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/tuple.h +109 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/unique_ptr.h +178 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/unordered_map.h +23 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/unordered_set.h +24 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/variant.h +113 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/vector.h +22 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/stl/wstring.h +39 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/trampoline.h +76 -0
- iowarp_core-0.6.2/external/nanobind/include/nanobind/typing.h +36 -0
- iowarp_core-0.6.2/external/nanobind/pyproject.toml +58 -0
- iowarp_core-0.6.2/external/nanobind/src/__init__.py +26 -0
- iowarp_core-0.6.2/external/nanobind/src/__main__.py +36 -0
- iowarp_core-0.6.2/external/nanobind/src/buffer.h +166 -0
- iowarp_core-0.6.2/external/nanobind/src/common.cpp +1290 -0
- iowarp_core-0.6.2/external/nanobind/src/error.cpp +325 -0
- iowarp_core-0.6.2/external/nanobind/src/hash.h +33 -0
- iowarp_core-0.6.2/external/nanobind/src/implicit.cpp +75 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_abi.h +102 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_combined.cpp +85 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_enum.cpp +304 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_ft.cpp +56 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_ft.h +39 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_func.cpp +1584 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_internals.cpp +569 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_internals.h +549 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_ndarray.cpp +1071 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_static_property.cpp +76 -0
- iowarp_core-0.6.2/external/nanobind/src/nb_type.cpp +2272 -0
- iowarp_core-0.6.2/external/nanobind/src/stubgen.py +1536 -0
- iowarp_core-0.6.2/external/nanobind/src/trampoline.cpp +188 -0
- iowarp_core-0.6.2/external/nanobind/src/version.py +131 -0
- iowarp_core-0.6.2/external/nanobind/tests/CMakeLists.txt +226 -0
- iowarp_core-0.6.2/external/nanobind/tests/common.py +42 -0
- iowarp_core-0.6.2/external/nanobind/tests/conftest.py +6 -0
- iowarp_core-0.6.2/external/nanobind/tests/inter_module.cpp +13 -0
- iowarp_core-0.6.2/external/nanobind/tests/inter_module.h +15 -0
- iowarp_core-0.6.2/external/nanobind/tests/object_py.h +28 -0
- iowarp_core-0.6.2/external/nanobind/tests/pattern_file.nb +19 -0
- iowarp_core-0.6.2/external/nanobind/tests/py_recursive_stub_test/__init__.py +3 -0
- iowarp_core-0.6.2/external/nanobind/tests/py_recursive_stub_test/__init__.pyi.ref +4 -0
- iowarp_core-0.6.2/external/nanobind/tests/py_recursive_stub_test/bar.py +1 -0
- iowarp_core-0.6.2/external/nanobind/tests/py_recursive_stub_test/bar.pyi.ref +3 -0
- iowarp_core-0.6.2/external/nanobind/tests/py_stub_test.py +68 -0
- iowarp_core-0.6.2/external/nanobind/tests/py_stub_test.pyi.ref +48 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_accessor.cpp +39 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_accessor.py +41 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_callbacks.cpp +137 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_callbacks.py +58 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_chrono.cpp +93 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_chrono.py +340 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_classes.cpp +750 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_classes.py +983 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_classes_ext.pyi.ref +373 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_eigen.cpp +281 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_eigen.py +468 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_enum.cpp +88 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_enum.py +189 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_enum_ext.pyi.ref +122 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_eval.cpp +87 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_eval.py +44 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_exception.cpp +62 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_exception.py +104 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_functions.cpp +523 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_functions.py +792 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_functions_ext.pyi.ref +263 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_holders.cpp +261 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_holders.py +449 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_inter_module.py +89 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_inter_module_1.cpp +8 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_inter_module_2.cpp +10 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_intrusive.cpp +66 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_intrusive.py +58 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_intrusive_impl.cpp +1 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_issue.cpp +68 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_issue.py +37 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_jax.cpp +25 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_jax.py +97 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_jax_ext.pyi.ref +4 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_make_iterator.cpp +102 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_make_iterator.py +48 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_make_iterator_ext.pyi.ref +33 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_ndarray.cpp +559 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_ndarray.py +1036 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_ndarray_ext.pyi.ref +215 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl.cpp +531 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl.py +884 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl_bind_map.cpp +94 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl_bind_map.py +222 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl_bind_vector.cpp +56 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl_bind_vector.py +188 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stl_ext.pyi.ref +274 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_stubs.py +74 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_tensorflow.cpp +27 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_tensorflow.py +97 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_tensorflow_ext.pyi.ref +4 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_thread.cpp +93 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_thread.py +118 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_typing.cpp +124 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_typing.py +13 -0
- iowarp_core-0.6.2/external/nanobind/tests/test_typing_ext.pyi.ref +76 -0
- iowarp_core-0.6.2/external/yaml-cpp/.bazelignore +1 -0
- iowarp_core-0.6.2/external/yaml-cpp/.clang-format +47 -0
- iowarp_core-0.6.2/external/yaml-cpp/.codedocs +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/.github/dependabot.yml +11 -0
- iowarp_core-0.6.2/external/yaml-cpp/.github/workflows/build.yml +141 -0
- iowarp_core-0.6.2/external/yaml-cpp/.github/workflows/bzlmod-archive.yml +19 -0
- iowarp_core-0.6.2/external/yaml-cpp/BUILD.bazel +21 -0
- iowarp_core-0.6.2/external/yaml-cpp/CMakeLists.txt +213 -0
- iowarp_core-0.6.2/external/yaml-cpp/CONTRIBUTING.md +26 -0
- iowarp_core-0.6.2/external/yaml-cpp/LICENSE +19 -0
- iowarp_core-0.6.2/external/yaml-cpp/MODULE.bazel +14 -0
- iowarp_core-0.6.2/external/yaml-cpp/MODULE.bazel.lock +114 -0
- iowarp_core-0.6.2/external/yaml-cpp/README.md +86 -0
- iowarp_core-0.6.2/external/yaml-cpp/SECURITY.md +13 -0
- iowarp_core-0.6.2/external/yaml-cpp/cmake_uninstall.cmake.in +21 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/Breaking-Changes.md +52 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/How-To-Emit-YAML.md +226 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/How-To-Parse-A-Document-(Old-API).md +265 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/Strings.md +18 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/Tutorial.md +201 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/_config.yml +1 -0
- iowarp_core-0.6.2/external/yaml-cpp/docs/index.md +1 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/anchor.h +17 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/binary.h +71 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/contrib/anchordict.h +40 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/contrib/graphbuilder.h +149 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/depthguard.h +77 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/dll.h +59 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/emitfromevents.h +58 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/emitter.h +295 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/emitterdef.h +16 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/emittermanip.h +144 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/emitterstyle.h +17 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/eventhandler.h +45 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/exceptions.h +305 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/fptostring.h +15 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/mark.h +29 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/convert.h +472 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/impl.h +235 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/iterator.h +96 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/iterator_fwd.h +27 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/memory.h +48 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/node.h +177 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/node_data.h +127 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/node_iterator.h +181 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/detail/node_ref.h +98 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/emit.h +32 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/impl.h +387 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/iterator.h +34 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/node.h +148 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/parse.h +78 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/ptr.h +28 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/node/type.h +17 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/noexcept.h +18 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/null.h +26 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/ostream_wrapper.h +76 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/parser.h +90 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/stlemitter.h +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/traits.h +136 -0
- iowarp_core-0.6.2/external/yaml-cpp/include/yaml-cpp/yaml.h +24 -0
- iowarp_core-0.6.2/external/yaml-cpp/install.txt +24 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/binary.cpp +100 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/collectionstack.h +41 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/contrib/dragonbox.h +4196 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/contrib/graphbuilder.cpp +16 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/contrib/graphbuilderadapter.cpp +94 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/contrib/graphbuilderadapter.h +86 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/contrib/yaml-cpp.natvis +32 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/contrib/yaml-cpp.natvis.md +9 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/convert.cpp +74 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/depthguard.cpp +9 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/directives.cpp +17 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/directives.h +29 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emit.cpp +25 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emitfromevents.cpp +129 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emitter.cpp +977 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emitterstate.cpp +400 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emitterstate.h +216 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emitterutils.cpp +499 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/emitterutils.h +55 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/exceptions.cpp +20 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/exp.cpp +137 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/exp.h +226 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/fptostring.cpp +238 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/indentation.h +40 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/memory.cpp +34 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/node.cpp +12 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/node_data.cpp +325 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/nodebuilder.cpp +134 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/nodebuilder.h +74 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/nodeevents.cpp +98 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/nodeevents.h +68 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/null.cpp +17 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/ostream_wrapper.cpp +62 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/parse.cpp +72 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/parser.cpp +120 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/ptr_vector.h +45 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/regex_yaml.cpp +43 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/regex_yaml.h +88 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/regeximpl.h +189 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scanner.cpp +415 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scanner.h +189 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scanscalar.cpp +251 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scanscalar.h +63 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scantag.cpp +81 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scantag.h +19 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/scantoken.cpp +444 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/setting.h +100 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/simplekey.cpp +132 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/singledocparser.cpp +434 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/singledocparser.h +71 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/stream.cpp +463 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/stream.h +83 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/streamcharsource.h +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/stringsource.h +48 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/tag.cpp +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/tag.h +33 -0
- iowarp_core-0.6.2/external/yaml-cpp/src/token.h +71 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/BUILD.bazel +28 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/CMakeLists.txt +63 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/binary_test.cpp +14 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/cmake/CMakeLists.txt +21 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/cmake/main.cpp +3 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/create-emitter-tests.py +223 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/fptostring_test.cpp +242 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/.clang-format +4 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/.github/ISSUE_TEMPLATE/00-bug_report.yml +53 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/.github/ISSUE_TEMPLATE/10-feature_request.yml +33 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/.github/ISSUE_TEMPLATE/config.yml +5 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/.github/workflows/gtest-ci.yml +43 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/BUILD.bazel +218 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/CMakeLists.txt +39 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/CONTRIBUTING.md +131 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/CONTRIBUTORS +65 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/LICENSE +28 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/README.md +117 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/WORKSPACE +40 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/ci/linux-presubmit.sh +134 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/ci/macos-presubmit.sh +75 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/ci/windows-presubmit.bat +56 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/_config.yml +1 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/_data/navigation.yml +43 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/_layouts/default.html +58 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/_sass/main.scss +200 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/advanced.md +2407 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/assets/css/style.scss +5 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/community_created_documentation.md +7 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/faq.md +692 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/gmock_cheat_sheet.md +241 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/gmock_cook_book.md +4343 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/gmock_faq.md +390 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/gmock_for_dummies.md +700 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/index.md +22 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/pkgconfig.md +148 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/platforms.md +35 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/primer.md +483 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/quickstart-bazel.md +146 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/quickstart-cmake.md +156 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/reference/actions.md +115 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/reference/assertions.md +633 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/reference/matchers.md +290 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/reference/mocking.md +589 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/reference/testing.md +1431 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/docs/samples.md +22 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/CMakeLists.txt +218 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/README.md +40 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/cmake/gmock.pc.in +10 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/cmake/gmock_main.pc.in +10 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/docs/README.md +4 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-actions.h +2302 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-cardinalities.h +159 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-function-mocker.h +517 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-matchers.h +5620 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-more-actions.h +662 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-more-matchers.h +122 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-nice-strict.h +277 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock-spec-builders.h +2111 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/gmock.h +96 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/custom/README.md +18 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +7 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/custom/gmock-matchers.h +37 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/custom/gmock-port.h +40 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/gmock-internal-utils.h +490 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/gmock-port.h +139 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/include/gmock/internal/gmock-pp.h +279 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock-all.cc +46 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock-cardinalities.cc +155 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock-internal-utils.cc +251 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock-matchers.cc +479 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock-spec-builders.cc +795 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock.cc +223 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/src/gmock_main.cc +72 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/BUILD.bazel +118 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-actions_test.cc +2167 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-cardinalities_test.cc +422 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-function-mocker_test.cc +1004 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-internal-utils_test.cc +765 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-matchers-arithmetic_test.cc +1517 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-matchers-comparisons_test.cc +2359 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-matchers-containers_test.cc +3129 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-matchers-misc_test.cc +1819 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-matchers_test.h +192 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-more-actions_test.cc +1550 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-nice-strict_test.cc +541 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-port_test.cc +42 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-pp-string_test.cc +205 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-pp_test.cc +83 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock-spec-builders_test.cc +2620 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_all_test.cc +49 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_ex_test.cc +78 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_leak_test.py +104 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_leak_test_.cc +99 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_link2_test.cc +38 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_link_test.cc +38 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_link_test.h +689 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_output_test.py +186 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_output_test_.cc +291 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_output_test_golden.txt +317 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_stress_test.cc +227 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_test.cc +179 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googlemock/test/gmock_test_utils.py +96 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/CMakeLists.txt +338 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/README.md +217 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/cmake/Config.cmake.in +9 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/cmake/gtest.pc.in +9 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/cmake/gtest_main.pc.in +10 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/cmake/internal_utils.cmake +356 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/cmake/libgtest.la.in +21 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/docs/README.md +4 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-assertion-result.h +237 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-death-test.h +345 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-matchers.h +956 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-message.h +220 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-param-test.h +545 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-printers.h +1131 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-spi.h +250 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-test-part.h +192 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest-typed-test.h +331 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest.h +2318 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest_pred_impl.h +279 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/gtest_prod.h +60 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/custom/README.md +44 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/custom/gtest-port.h +37 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/custom/gtest-printers.h +42 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/custom/gtest.h +37 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-death-test-internal.h +307 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-filepath.h +227 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-internal.h +1571 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-param-util.h +1031 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-port-arch.h +118 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-port.h +2460 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-string.h +178 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/include/gtest/internal/gtest-type-util.h +190 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/prime_tables.h +124 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample1.cc +66 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample1.h +41 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample10_unittest.cc +139 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample1_unittest.cc +148 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample2.cc +54 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample2.h +79 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample2_unittest.cc +107 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample3-inl.h +171 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample3_unittest.cc +146 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample4.cc +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample4.h +53 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample4_unittest.cc +53 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample5_unittest.cc +189 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample6_unittest.cc +214 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample7_unittest.cc +113 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample8_unittest.cc +152 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/samples/sample9_unittest.cc +149 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-all.cc +49 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-assertion-result.cc +77 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-death-test.cc +1620 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-filepath.cc +410 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-internal-inl.h +1217 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-matchers.cc +98 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-port.cc +1394 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-printers.cc +553 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-test-part.cc +105 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest-typed-test.cc +104 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest.cc +6844 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/src/gtest_main.cc +65 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/BUILD.bazel +594 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-break-on-failure-unittest.py +208 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-break-on-failure-unittest_.cc +83 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-catch-exceptions-test.py +236 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-catch-exceptions-test_.cc +289 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-color-test.py +128 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-color-test_.cc +60 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-death-test-test.cc +1526 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-death-test_ex_test.cc +91 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-env-var-test.py +120 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-env-var-test_.cc +130 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-failfast-unittest.py +410 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-failfast-unittest_.cc +166 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-filepath-test.cc +671 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-filter-unittest.py +670 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-filter-unittest_.cc +106 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-global-environment-unittest.py +130 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-global-environment-unittest_.cc +58 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-json-outfiles-test.py +195 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-json-output-unittest.py +912 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-list-tests-unittest.py +205 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-list-tests-unittest_.cc +140 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-listener-test.cc +514 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-message-test.cc +161 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-options-test.cc +222 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-output-test-golden-lin.txt +1196 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-output-test.py +346 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-output-test_.cc +1053 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test-invalid-name1-test.py +63 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test-invalid-name1-test_.cc +46 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test-invalid-name2-test.py +62 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test-invalid-name2-test_.cc +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test-test.cc +1173 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test-test.h +49 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-param-test2-test.cc +58 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-port-test.cc +1299 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-printers-test.cc +1987 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-setuptestsuite-test.py +54 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-setuptestsuite-test_.cc +44 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-shuffle-test.py +323 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-shuffle-test_.cc +100 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-test-part-test.cc +220 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-throw-on-failure-test.py +168 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-throw-on-failure-test_.cc +71 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-uninitialized-test.py +67 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/googletest-uninitialized-test_.cc +39 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest-typed-test2_test.cc +39 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest-typed-test_test.cc +423 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest-typed-test_test.h +57 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest-unittest-api_test.cc +328 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_all_test.cc +46 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_assert_by_exception_test.cc +112 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_dirs_test.cc +97 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_environment_test.cc +179 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_help_test.py +189 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_help_test_.cc +44 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_json_test_utils.py +62 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_list_output_unittest.py +286 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_list_output_unittest_.cc +77 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_main_unittest.cc +42 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_no_test_unittest.cc +54 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_pred_impl_unittest.cc +2070 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_premature_exit_test.cc +128 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_prod_test.cc +56 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_repeat_test.cc +222 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_skip_check_output_test.py +59 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_skip_environment_check_output_test.py +54 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_skip_in_environment_setup_test.cc +50 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_skip_test.cc +51 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_sole_header_test.cc +54 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_stress_test.cc +242 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_test_macro_stack_footprint_test.cc +89 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_test_utils.py +255 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_testbridge_test.py +63 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_testbridge_test_.cc +42 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_throw_on_failure_ex_test.cc +90 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_unittest.cc +7756 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_xml_outfile1_test_.cc +43 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_xml_outfile2_test_.cc +45 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_xml_outfiles_test.py +135 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_xml_output_unittest.py +415 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_xml_output_unittest_.cc +195 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/gtest_xml_test_utils.py +201 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/production.cc +35 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/googletest-1.13.0/googletest/test/production.h +55 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/BUILD.bazel +14 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/emitter_test.cpp +1784 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/encoding_test.cpp +182 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/error_messages_test.cpp +61 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/gen_emitter_test.cpp +9936 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/handler_spec_test.cpp +1686 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/handler_test.cpp +76 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/handler_test.h +32 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/load_node_test.cpp +451 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/integration/node_spec_test.cpp +1136 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/main.cpp +6 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/mock_event_handler.h +30 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/node/node_test.cpp +880 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/ostream_wrapper_test.cpp +66 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/parser_test.cpp +64 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/regex_test.cpp +177 -0
- iowarp_core-0.6.2/external/yaml-cpp/test/specexamples.h +868 -0
- iowarp_core-0.6.2/external/yaml-cpp/util/CMakeLists.txt +32 -0
- iowarp_core-0.6.2/external/yaml-cpp/util/api.cpp +137 -0
- iowarp_core-0.6.2/external/yaml-cpp/util/parse.cpp +46 -0
- iowarp_core-0.6.2/external/yaml-cpp/util/read.cpp +103 -0
- iowarp_core-0.6.2/external/yaml-cpp/util/sandbox.cpp +36 -0
- iowarp_core-0.6.2/external/yaml-cpp/yaml-cpp-config.cmake.in +33 -0
- iowarp_core-0.6.2/external/yaml-cpp/yaml-cpp.pc.in +11 -0
- iowarp_core-0.6.2/install.sh +437 -0
- iowarp_core-0.6.2/iowarp_core/__init__.py +65 -0
- iowarp_core-0.6.2/iowarp_core/_cli.py +164 -0
- iowarp_core-0.6.2/iowarp_core.egg-info/PKG-INFO +726 -0
- iowarp_core-0.6.2/iowarp_core.egg-info/SOURCES.txt +2315 -0
- iowarp_core-0.6.2/iowarp_core.egg-info/dependency_links.txt +1 -0
- iowarp_core-0.6.2/iowarp_core.egg-info/entry_points.txt +16 -0
- iowarp_core-0.6.2/iowarp_core.egg-info/top_level.txt +1 -0
- iowarp_core-0.6.2/pyproject.toml +93 -0
- iowarp_core-0.6.2/requirements-dev.txt +16 -0
- iowarp_core-0.6.2/requirements.txt +4 -0
- iowarp_core-0.6.2/scripts/check_test_case_method.sh +20 -0
- iowarp_core-0.6.2/setup.cfg +4 -0
- iowarp_core-0.6.2/setup.py +475 -0
- iowarp_core-0.6.2/test/simple_test.h +209 -0
- iowarp_core-0.6.2/test_package.py +94 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
CompileFlags:
|
|
3
|
+
CompilationDatabase: ./build
|
|
4
|
+
Remove:
|
|
5
|
+
- -march=*
|
|
6
|
+
- -mtune=*
|
|
7
|
+
|
|
8
|
+
Index:
|
|
9
|
+
Background: Build
|
|
10
|
+
|
|
11
|
+
Diagnostics:
|
|
12
|
+
ClangTidy:
|
|
13
|
+
Add:
|
|
14
|
+
- readability-*
|
|
15
|
+
- bugprone-*
|
|
16
|
+
Remove:
|
|
17
|
+
- readability-magic-numbers
|
|
18
|
+
- readability-identifier-length
|
|
19
|
+
Suppress:
|
|
20
|
+
- pp_file_not_found
|
|
21
|
+
- undeclared_var_use
|
|
22
|
+
- expected_class_name
|
|
23
|
+
- unknown_typename
|
|
24
|
+
- fatal_too_many_errors
|
|
25
|
+
|
|
26
|
+
InlayHints:
|
|
27
|
+
Enabled: true
|
|
28
|
+
ParameterNames: true
|
|
29
|
+
DeducedTypes: true
|
|
30
|
+
|
|
31
|
+
Hover:
|
|
32
|
+
ShowAKA: true
|