Skip to content

Commit

Permalink
cppcore: latest greatest
Browse files Browse the repository at this point in the history
  • Loading branch information
kullingk committed Sep 12, 2024
1 parent 9181039 commit 5b83340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/cppcore
Submodule cppcore updated 41 files
+3 −4 CMakeLists.txt
+1 −1 code/Memory/MemUtils.cpp
+1 −1 code/Random/RandomGenerator.cpp
+1 −1 code/cppcore.cpp
+0 −33 contrib/googletest-1.10.x/googletest/generated/GTestConfig.cmake
+0 −48 contrib/googletest-1.10.x/googletest/generated/GTestConfigVersion.cmake
+0 −10 contrib/googletest-1.10.x/googletest/generated/gmock.pc
+0 −10 contrib/googletest-1.10.x/googletest/generated/gmock_main.pc
+0 −9 contrib/googletest-1.10.x/googletest/generated/gtest.pc
+0 −10 contrib/googletest-1.10.x/googletest/generated/gtest_main.pc
+1 −0 include/cppcore/CPPCoreCommon.h
+1 −1 include/cppcore/Common/Hash.h
+1 −1 include/cppcore/Common/TBitField.h
+17 −2 include/cppcore/Common/TOptional.h
+1 −1 include/cppcore/Common/TSharedPtr.h
+1 −1 include/cppcore/Common/TStringBase.h
+17 −16 include/cppcore/Common/Variant.h
+1 −1 include/cppcore/Container/TArray.h
+1 −1 include/cppcore/Container/THashMap.h
+1 −1 include/cppcore/Container/TList.h
+1 −1 include/cppcore/Container/TQueue.h
+1 −1 include/cppcore/Container/TStaticArray.h
+21 −5 include/cppcore/Memory/MemUtils.h
+1 −1 include/cppcore/Memory/TDefaultAllocator.h
+1 −1 include/cppcore/Memory/TPoolAllocator.h
+2 −2 include/cppcore/Memory/TStackAllocator.h
+1 −1 include/cppcore/Random/RandomGenerator.h
+1 −1 test/CPPCoreCommonTest.cpp
+1 −1 test/Random/RandomGeneratorTest.cpp
+1 −1 test/common/HashTest.cpp
+1 −1 test/common/TBitFieldTest.cpp
+16 −10 test/common/TOptionalTest.cpp
+1 −1 test/common/TSharedPtrTest.cpp
+1 −1 test/common/VariantTest.cpp
+1 −1 test/container/TArrayTest.cpp
+1 −1 test/container/THashMapTest.cpp
+37 −37 test/container/TListTest.cpp
+1 −1 test/container/TQueueTest.cpp
+1 −1 test/container/TStaticArrayTest.cpp
+1 −1 test/memory/TPoolAllocatorTest.cpp
+1 −1 test/memory/TStackAllocatorTest.cpp

0 comments on commit 5b83340

Please sign in to comment.