File tree
4 files changed
+5
-5
lines changed- .github/workflows
- extern
- tests
4 files changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
- .github/workflows/ci.yml+7-18
- .travis.yml-138
- CHANGELOG.md+25
- CMakeLists.txt+6-4
- README.md+22-1
- cmake/HighFiveWarnings.cmake+23-21
- deps/catch2+1-1
- doc/developer_guide.md+6-3
- doc/doxygen-awesome-css/doxygen-awesome.css+17-11
- doc/migration_guide.md+95-1
- include/highfive/H5Attribute.hpp+1-1
- include/highfive/H5DataSpace.hpp+17
- include/highfive/H5Easy.hpp+3-3
- include/highfive/H5File.hpp+61-9
- include/highfive/H5Object.hpp+3-23
- include/highfive/H5PropertyList.hpp-6
- include/highfive/H5Version.hpp+4-1
- include/highfive/H5Version.hpp.in+4-1
- include/highfive/bits/H5Attribute_misc.hpp+12-17
- include/highfive/bits/H5Converter_misc.hpp+2-4
- include/highfive/bits/H5DataType_misc.hpp+3-3
- include/highfive/bits/H5Dataspace_misc.hpp+10-3
- include/highfive/bits/H5File_misc.hpp+9-9
- include/highfive/bits/H5Inspector_misc.hpp+66-100
- include/highfive/bits/H5Node_traits.hpp-3
- include/highfive/bits/H5Node_traits_misc.hpp+6-10
- include/highfive/bits/H5Object_misc.hpp-6
- include/highfive/bits/H5PropertyList_misc.hpp-9
- include/highfive/bits/H5ReadWrite_misc.hpp+23-4
- include/highfive/bits/H5Slice_traits.hpp+215-33
- include/highfive/bits/H5Slice_traits_misc.hpp+161-14
- include/highfive/bits/assert_compatible_spaces.hpp+29
- include/highfive/bits/convert_size_vector.hpp+31
- include/highfive/bits/h5o_wrapper.hpp+9
- include/highfive/bits/h5s_wrapper.hpp+21
- include/highfive/boost.hpp+24-6
- include/highfive/eigen.hpp+8-1
- include/highfive/experimental/opencv.hpp+149
- include/highfive/h5easy_bits/H5Easy_Eigen.hpp+34-62
- include/highfive/h5easy_bits/H5Easy_opencv.hpp-100
- include/highfive/h5easy_bits/H5Easy_scalar.hpp+6-50
- include/highfive/h5easy_bits/H5Easy_xtensor.hpp-94
- include/highfive/h5easy_bits/default_io_impl.hpp+9-22
- include/highfive/span.hpp+14-3
- include/highfive/xtensor.hpp+212
- src/examples/CMakeLists.txt+1-2
- src/examples/broadcasting_arrays.cpp+3-4
- src/examples/select_slices.cpp+131
- tests/unit/CMakeLists.txt+37-30
- tests/unit/compary_arrays.hpp+80
- tests/unit/data_generator.hpp+166-29
- tests/unit/supported_types.hpp+24
- tests/unit/test_all_types.cpp+4-225
- tests/unit/test_boost.cpp+27
- tests/unit/test_empty_arrays.cpp+248
- tests/unit/test_high_five_selection.cpp+152-15
- tests/unit/test_legacy.cpp+36
- tests/unit/test_opencv.cpp+59
- tests/unit/test_stl.cpp+58
- tests/unit/test_string.cpp+351
- tests/unit/test_xtensor.cpp+142
- tests/unit/tests_high_five.hpp+2-1
- tests/unit/tests_high_five_base.cpp+301-686
- tests/unit/tests_high_five_easy.cpp+12-8
- tests/unit/tests_high_five_multi_dims.cpp-223
- CMakeLists.txt+1
- README.md+1-7
- docs/How-To-Emit-YAML.md+2
- include/yaml-cpp/dll.h-2
- include/yaml-cpp/emitter.h+2
- include/yaml-cpp/emitterstyle.h+4-3
- include/yaml-cpp/exceptions.h+2
- include/yaml-cpp/node/convert.h+2
- include/yaml-cpp/node/detail/iterator.h+1-1
- include/yaml-cpp/node/detail/node_iterator.h+1-1
- include/yaml-cpp/node/type.h+4-3
- include/yaml-cpp/traits.h+1
- src/emitterutils.cpp+1
- src/node_data.cpp+1
- src/parser.cpp+1
- src/scanner.cpp+24
- src/scanner.h+1
- src/scantoken.cpp+7
- src/singledocparser.cpp+2-3
- src/stream.cpp+18-1
- src/stream.h+1
- src/token.h+3-2
- test/integration/load_node_test.cpp+80
- test/node/node_test.cpp+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
|
0 commit comments