Commit 3fe8f72
Submodule rythe-standard-library updated 95 files
- src/rsl/buffered_string+1-1
- src/rsl/containers+6-12
- src/rsl/impl/containers/contiguous_container_base.hpp+91-30
- src/rsl/impl/containers/contiguous_container_base.inl+470-512
- src/rsl/impl/containers/delegate_base.hpp+1-2
- src/rsl/impl/containers/delegate_base.inl+22-23
- src/rsl/impl/containers/iterators.hpp+3-1
- src/rsl/impl/containers/map/dynamic_map.hpp+1-1
- src/rsl/impl/containers/map/hash_map.hpp+40-14
- src/rsl/impl/containers/map/hash_map.inl+937-788
- src/rsl/impl/containers/map/hasher_wrapper.hpp+114-79
- src/rsl/impl/containers/map/map_info.hpp+119-73
- src/rsl/impl/containers/map/stable_map.hpp+1-1
- src/rsl/impl/containers/multicast_delegate.hpp+1-1
- src/rsl/impl/containers/multicast_delegate.inl+700-707
- src/rsl/impl/containers/optional.hpp+2-2
- src/rsl/impl/containers/optional.inl+10-1
- src/rsl/impl/containers/reference_wrapper.hpp+55
- src/rsl/impl/containers/string.hpp+63-2
- src/rsl/impl/containers/string.inl+112-4
- src/rsl/impl/containers/type_map.hpp+1-1
- src/rsl/impl/containers/views.hpp+185-43
- src/rsl/impl/containers/views.inl+278-67
- src/rsl/impl/defines.hpp+21
- src/rsl/impl/filesystem/domain_resolver.hpp
- src/rsl/impl/filesystem/drive_filesystem_provider.cpp+61
- src/rsl/impl/filesystem/drive_filesystem_provider.hpp+46
- src/rsl/impl/filesystem/drive_filesystem_provider.inl+9
- src/rsl/impl/filesystem/file_solution.hpp+36
- src/rsl/impl/filesystem/file_solution.inl+35
- src/rsl/impl/filesystem/filesystem_error.hpp+49
- src/rsl/impl/filesystem/filesystem_provider.cpp+66
- src/rsl/impl/filesystem/filesystem_provider.hpp+47
- src/rsl/impl/filesystem/filesystem_provider.inl+11
- src/rsl/impl/filesystem/filesystem_registry.cpp+119
- src/rsl/impl/filesystem/filesystem_registry.hpp+62
- src/rsl/impl/filesystem/filesystem_registry.inl+77
- src/rsl/impl/filesystem/path_util.hpp+52
- src/rsl/impl/filesystem/path_util.inl+182
- src/rsl/impl/filesystem/resource.hpp
- src/rsl/impl/filesystem/traits.hpp+98
- src/rsl/impl/filesystem/view.cpp+82
- src/rsl/impl/filesystem/view.hpp+68
- src/rsl/impl/filesystem/view.inl+67
- src/rsl/impl/logging/formatter.cpp+62-23
- src/rsl/impl/logging/formatter.hpp+83-55
- src/rsl/impl/logging/formatter.inl+5-1
- src/rsl/impl/logging/logger.cpp+3-3
- src/rsl/impl/logging/logger.hpp+26-9
- src/rsl/impl/logging/logger.inl+52-36
- src/rsl/impl/logging/logging.cpp+52-6
- src/rsl/impl/logging/logging.hpp+42-198
- src/rsl/impl/logging/logging.inl+130
- src/rsl/impl/logging/severity.hpp+85-37
- src/rsl/impl/logging/sink.hpp+4-10
- src/rsl/impl/logging/sink.inl-11
- src/rsl/impl/logging/sinks/console_sink.cpp+18
- src/rsl/impl/logging/sinks/console_sink.hpp+17
- src/rsl/impl/logging/sinks/file_sink.hpp+22
- src/rsl/impl/logging/sinks/void_sink.hpp+12
- src/rsl/impl/logging/spdlog_include.hpp+1
- src/rsl/impl/math/util/limits.hpp+1
- src/rsl/impl/math/util/storage.hpp+1-1
- src/rsl/impl/memory/factory.inl+1-6
- src/rsl/impl/memory/index_allocator.hpp+22
- src/rsl/impl/memory/index_allocator.inl+35
- src/rsl/impl/memory/memory_error.hpp+41
- src/rsl/impl/memory/typed_allocator.hpp+18-3
- src/rsl/impl/memory/unique_object.inl+11-4
- src/rsl/impl/platform/platform.hpp+12
- src/rsl/impl/platform/platform_dependent_var.hpp+26-15
- src/rsl/impl/platform/windows/platform_windows.cpp+334-168
- src/rsl/impl/util/assert.hpp+7-21
- src/rsl/impl/util/common.hpp+1.8k-2.0k
- src/rsl/impl/util/concepts.hpp+209-199
- src/rsl/impl/util/container_util.hpp+322-268
- src/rsl/impl/util/error_handling.cpp+44-22
- src/rsl/impl/util/error_handling.hpp+74-188
- src/rsl/impl/util/error_handling.inl+293
- src/rsl/impl/util/hash.hpp+39-6
- src/rsl/impl/util/hash.inl+350-318
- src/rsl/impl/util/primitives.hpp+5
- src/rsl/impl/util/source_location.hpp+4-4
- src/rsl/impl/util/string_util.hpp+50-20
- src/rsl/impl/util/string_util.inl+176
- src/rsl/impl/util/type_traits.hpp+4-57
- src/rsl/impl/util/type_util.hpp+1-9
- src/rsl/impl/util/utilities.hpp+4-3
- src/rsl/map+1
- src/rsl/optional+3
- src/rsl/string+10
- tests/test_delegates.cpp+96-102
- tests/test_dynamic_array.cpp+10-10
- tests/test_map.cpp+109-54
- tests/test_string.cpp+65-60
0 commit comments