Skip to content

Commit

Permalink
Updated external/windows submodule hash
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed May 27, 2023
1 parent b659f1c commit aa911e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/windows
Submodule windows updated 72 files
+373 −0 libsigmf/include/flatbuffers/base.h
+203 −0 libsigmf/include/flatbuffers/code_generators.h
+2,616 −0 libsigmf/include/flatbuffers/flatbuffers.h
+96 −0 libsigmf/include/flatbuffers/flatc.h
+1,538 −0 libsigmf/include/flatbuffers/flexbuffers.h
+328 −0 libsigmf/include/flatbuffers/grpc.h
+127 −0 libsigmf/include/flatbuffers/hash.h
+973 −0 libsigmf/include/flatbuffers/idl.h
+383 −0 libsigmf/include/flatbuffers/minireflect.h
+477 −0 libsigmf/include/flatbuffers/reflection.h
+1,182 −0 libsigmf/include/flatbuffers/reflection_generated.h
+127 −0 libsigmf/include/flatbuffers/registry.h
+275 −0 libsigmf/include/flatbuffers/stl_emulation.h
+651 −0 libsigmf/include/flatbuffers/util.h
+214 −0 libsigmf/include/libsigmf/annotation.h
+212 −0 libsigmf/include/libsigmf/capture.h
+115 −0 libsigmf/include/libsigmf/flatbuffers_json_visitor.h
+60 −0 libsigmf/include/libsigmf/flatbuffers_type_to_json.h
+212 −0 libsigmf/include/libsigmf/global.h
+4 −0 libsigmf/include/libsigmf/json_wrap.h
+90 −0 libsigmf/include/libsigmf/sigmf.h
+719 −0 libsigmf/include/libsigmf/sigmf_antenna_generated.h
+893 −0 libsigmf/include/libsigmf/sigmf_core_generated.h
+50 −0 libsigmf/include/libsigmf/sigmf_forward.h
+190 −0 libsigmf/include/libsigmf/sigmf_helpers.h
+452 −0 libsigmf/include/libsigmf/sigmf_multirecordings_generated.h
+538 −0 libsigmf/include/libsigmf/sigmf_sdrangel_generated.h
+717 −0 libsigmf/include/libsigmf/testing_protocols_generated.h
+289 −0 libsigmf/include/libsigmf/variadic_data_class.h
+27 −0 libsigmf/include/libsigmf/variadic_data_class_forward.h
+49 −0 libsigmf/include/nlohmann/adl_serializer.hpp
+389 −0 libsigmf/include/nlohmann/detail/conversions/from_json.hpp
+1,106 −0 libsigmf/include/nlohmann/detail/conversions/to_chars.hpp
+347 −0 libsigmf/include/nlohmann/detail/conversions/to_json.hpp
+356 −0 libsigmf/include/nlohmann/detail/exceptions.hpp
+1,983 −0 libsigmf/include/nlohmann/detail/input/binary_reader.hpp
+442 −0 libsigmf/include/nlohmann/detail/input/input_adapters.hpp
+701 −0 libsigmf/include/nlohmann/detail/input/json_sax.hpp
+1,512 −0 libsigmf/include/nlohmann/detail/input/lexer.hpp
+498 −0 libsigmf/include/nlohmann/detail/input/parser.hpp
+27 −0 libsigmf/include/nlohmann/detail/input/position_t.hpp
+25 −0 libsigmf/include/nlohmann/detail/iterators/internal_iterator.hpp
+638 −0 libsigmf/include/nlohmann/detail/iterators/iter_impl.hpp
+176 −0 libsigmf/include/nlohmann/detail/iterators/iteration_proxy.hpp
+51 −0 libsigmf/include/nlohmann/detail/iterators/iterator_traits.hpp
+119 −0 libsigmf/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
+120 −0 libsigmf/include/nlohmann/detail/iterators/primitive_iterator.hpp
+1,011 −0 libsigmf/include/nlohmann/detail/json_pointer.hpp
+69 −0 libsigmf/include/nlohmann/detail/json_ref.hpp
+121 −0 libsigmf/include/nlohmann/detail/macro_scope.hpp
+21 −0 libsigmf/include/nlohmann/detail/macro_unscope.hpp
+63 −0 libsigmf/include/nlohmann/detail/meta/cpp_future.hpp
+58 −0 libsigmf/include/nlohmann/detail/meta/detected.hpp
+142 −0 libsigmf/include/nlohmann/detail/meta/is_sax.hpp
+374 −0 libsigmf/include/nlohmann/detail/meta/type_traits.hpp
+13 −0 libsigmf/include/nlohmann/detail/meta/void_t.hpp
+1,335 −0 libsigmf/include/nlohmann/detail/output/binary_writer.hpp
+123 −0 libsigmf/include/nlohmann/detail/output/output_adapters.hpp
+866 −0 libsigmf/include/nlohmann/detail/output/serializer.hpp
+77 −0 libsigmf/include/nlohmann/detail/value_t.hpp
+8,181 −0 libsigmf/include/nlohmann/json.hpp
+64 −0 libsigmf/include/nlohmann/json_fwd.hpp
+1,595 −0 libsigmf/include/nlohmann/thirdparty/hedley/hedley.hpp
+128 −0 libsigmf/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
+18 −0 libsigmf/lib/cmake/libsigmf/libsigmfConfig.cmake
+19 −0 libsigmf/lib/cmake/libsigmf/libsigmfTargets-debug.cmake
+19 −0 libsigmf/lib/cmake/libsigmf/libsigmfTargets-release.cmake
+102 −0 libsigmf/lib/cmake/libsigmf/libsigmfTargets.cmake
+ libsigmf/lib/libsigmf.dll
+ libsigmf/lib/libsigmf.lib
+ libsigmf/lib/libsigmfd.dll
+ libsigmf/lib/libsigmfd.lib

0 comments on commit aa911e9

Please sign in to comment.