From 3572c40e617217edb956e4e427993900b0f6f435 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 2 Apr 2024 14:01:10 -0400 Subject: [PATCH] aggregation --- .idea/workspace.xml | 6 +- CMakeLists.txt | 2 +- .../CMakeFiles/clion-Debug-log.txt | 2 +- .../CMakeFiles/clion-Release-log.txt | 2 +- .../clion-RelWithDebInfo Addrsan-log.txt | 2 +- cmake-build-relwithdebinfo/.ninja_deps | Bin 106460 -> 89812 bytes cmake-build-relwithdebinfo/.ninja_log | 140 +- .../src/runner/main.cpp.o | Bin 2775544 -> 2768240 bytes .../CMakeFiles/clion-RelWithDebInfo-log.txt | 2 +- .../FinalProject_Runner | Bin 5657296 -> 5390448 bytes .../Testing/Temporary/LastTest.log | 4 +- .../BLT.dir/src/blt/parse/argparse.cpp.o | Bin 3747192 -> 3744080 bytes cmake-build-relwithdebinfo/lib/blt/libBLT.a | Bin 16743642 -> 16740530 bytes cmake-build-relwithdebinfo/run_0/regress.bst | 34 +- cmake-build-relwithdebinfo/run_0/regress.fn | 32 +- cmake-build-relwithdebinfo/run_0/regress.his | 1492 +++++++++++- cmake-build-relwithdebinfo/run_0/regress.prg | 1990 ++++++++-------- cmake-build-relwithdebinfo/run_0/regress.stt | 61 +- cmake-build-relwithdebinfo/run_0/regress.sys | 152 +- cmake-build-relwithdebinfo/run_1/regress.bst | 27 +- cmake-build-relwithdebinfo/run_1/regress.fn | 25 +- cmake-build-relwithdebinfo/run_1/regress.his | 1122 ++++++++- cmake-build-relwithdebinfo/run_1/regress.prg | 1996 ++++++++--------- cmake-build-relwithdebinfo/run_1/regress.stt | 61 +- cmake-build-relwithdebinfo/run_1/regress.sys | 152 +- cmake-build-relwithdebinfo/run_2/regress.bst | 31 +- cmake-build-relwithdebinfo/run_2/regress.fn | 29 +- cmake-build-relwithdebinfo/run_2/regress.his | 1161 +++++++--- cmake-build-relwithdebinfo/run_2/regress.prg | 1986 ++++++++-------- cmake-build-relwithdebinfo/run_2/regress.stt | 71 +- cmake-build-relwithdebinfo/run_2/regress.sys | 122 +- cmake-build-relwithdebinfo/run_3/regress.bst | 28 +- cmake-build-relwithdebinfo/run_3/regress.fn | 26 +- cmake-build-relwithdebinfo/run_3/regress.his | 979 ++++++-- cmake-build-relwithdebinfo/run_3/regress.prg | 1980 ++++++++-------- cmake-build-relwithdebinfo/run_3/regress.stt | 61 +- cmake-build-relwithdebinfo/run_3/regress.sys | 152 +- cmake-build-relwithdebinfo/run_4/regress.bst | 35 +- cmake-build-relwithdebinfo/run_4/regress.fn | 37 +- cmake-build-relwithdebinfo/run_4/regress.his | 1389 +++++++++++- cmake-build-relwithdebinfo/run_4/regress.prg | 1976 ++++++++-------- cmake-build-relwithdebinfo/run_4/regress.stt | 56 +- cmake-build-relwithdebinfo/run_4/regress.sys | 167 +- cmake-build-relwithdebinfo/run_5/regress.bst | 30 +- cmake-build-relwithdebinfo/run_5/regress.fn | 28 +- cmake-build-relwithdebinfo/run_5/regress.his | 1190 +++++++++- cmake-build-relwithdebinfo/run_5/regress.prg | 1968 ++++++++-------- cmake-build-relwithdebinfo/run_5/regress.stt | 56 +- cmake-build-relwithdebinfo/run_5/regress.sys | 167 +- cmake-build-relwithdebinfo/run_6/regress.bst | 24 +- cmake-build-relwithdebinfo/run_6/regress.fn | 24 +- cmake-build-relwithdebinfo/run_6/regress.his | 1169 ++++++++-- cmake-build-relwithdebinfo/run_6/regress.prg | 1986 ++++++++-------- cmake-build-relwithdebinfo/run_6/regress.stt | 66 +- cmake-build-relwithdebinfo/run_6/regress.sys | 137 +- cmake-build-relwithdebinfo/run_7/regress.bst | 24 +- cmake-build-relwithdebinfo/run_7/regress.fn | 24 +- cmake-build-relwithdebinfo/run_7/regress.his | 1213 +++++----- cmake-build-relwithdebinfo/run_7/regress.prg | 1980 ++++++++-------- cmake-build-relwithdebinfo/run_7/regress.stt | 102 +- cmake-build-relwithdebinfo/run_7/regress.sys | 20 +- cmake-build-relwithdebinfo/run_8/regress.bst | 21 +- cmake-build-relwithdebinfo/run_8/regress.fn | 21 +- cmake-build-relwithdebinfo/run_8/regress.his | 1034 ++++++++- cmake-build-relwithdebinfo/run_8/regress.prg | 1988 ++++++++-------- cmake-build-relwithdebinfo/run_8/regress.stt | 56 +- cmake-build-relwithdebinfo/run_8/regress.sys | 167 +- cmake-build-relwithdebinfo/run_9/regress.bst | 21 +- cmake-build-relwithdebinfo/run_9/regress.fn | 19 +- cmake-build-relwithdebinfo/run_9/regress.his | 1007 ++++++--- cmake-build-relwithdebinfo/run_9/regress.prg | 1986 ++++++++-------- cmake-build-relwithdebinfo/run_9/regress.stt | 76 +- cmake-build-relwithdebinfo/run_9/regress.sys | 107 +- include/aggregation.h | 45 +- lib/blt | 2 +- src/runner/aggregation.cpp | 145 +- src/runner/main.cpp | 3 +- src/runner/main.disabled | 6 +- 78 files changed, 22038 insertions(+), 12464 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ecab4ac..af3a883 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -284,7 +284,7 @@ -