From 343d23dc26d3e2cd2a057e42d43e6f9798ef2938 Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Tue, 10 May 2022 01:07:07 +0300 Subject: [PATCH] started working on new Autoarr and Hashtable --- .idea/codeStyles/codeStyleConfig.xml | 5 +++ .idea/inspectionProfiles/Project_Default.xml | 4 +- src/Autoarr/Autoarr2.cpp | 40 ++++++++++++++++++++ src/Autoarr/Autoarr2.hpp | 19 ++++++++++ src/Hashtable/Hashtable.h | 1 - src/Hashtable/Hashtable2.cpp | 35 +++++++++++++++++ src/Hashtable/Hashtable2.hpp | 20 ++++++++++ src/base/std.h | 4 +- 8 files changed, 125 insertions(+), 3 deletions(-) create mode 100644 .idea/codeStyles/codeStyleConfig.xml create mode 100644 src/Autoarr/Autoarr2.cpp create mode 100644 src/Autoarr/Autoarr2.hpp create mode 100644 src/Hashtable/Hashtable2.cpp create mode 100644 src/Hashtable/Hashtable2.hpp diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..df5f35d --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index cf5403e..154ddf7 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -12,7 +12,9 @@ - + +