New inventory class (#31)
* added inv files * initial code * removed extra files * reverted some config stuff * added Btree submodule * now C++20 for linux too * using conda compilers * tests updated to C++20 * adding a path to python3 * adding a path to python3 * adding a path to python3 * rm -rf bin/python * rm -rf bin/python * rm -rf bin/python * find virtual first * added 3.12 * added deps to schema * added ability to report qualities, set independant qualities, and search for lower qualities when requested isn't avaialable * renamed kernel * changed how quality is reported * added stuff * fixed test maybe * changed logs back to debug * added inv tests
Showing
- .github/workflows/ci_testing.yml 11 additions, 1 deletion.github/workflows/ci_testing.yml
- .gitmodules 3 additions, 0 deletions.gitmodules
- CMakeLists.txt 10 additions, 8 deletionsCMakeLists.txt
- SpiceQL/db/apollo15.json 3 additions, 3 deletionsSpiceQL/db/apollo15.json
- SpiceQL/db/hayabusa.json 4 additions, 4 deletionsSpiceQL/db/hayabusa.json
- SpiceQL/db/lo.json 4 additions, 2 deletionsSpiceQL/db/lo.json
- SpiceQL/db/schema/spiceMissionSchmea.schema.json 1 addition, 1 deletionSpiceQL/db/schema/spiceMissionSchmea.schema.json
- SpiceQL/db/smart1.json 3 additions, 3 deletionsSpiceQL/db/smart1.json
- SpiceQL/include/database.h 47 additions, 0 deletionsSpiceQL/include/database.h
- SpiceQL/include/inventory.h 31 additions, 0 deletionsSpiceQL/include/inventory.h
- SpiceQL/include/spice_types.h 4 additions, 1 deletionSpiceQL/include/spice_types.h
- SpiceQL/include/utils.h 4 additions, 0 deletionsSpiceQL/include/utils.h
- SpiceQL/src/config.cpp 1 addition, 0 deletionsSpiceQL/src/config.cpp
- SpiceQL/src/database.cpp 307 additions, 0 deletionsSpiceQL/src/database.cpp
- SpiceQL/src/inventory.cpp 38 additions, 0 deletionsSpiceQL/src/inventory.cpp
- SpiceQL/src/spice_types.cpp 6 additions, 1 deletionSpiceQL/src/spice_types.cpp
- SpiceQL/src/utils.cpp 144 additions, 10 deletionsSpiceQL/src/utils.cpp
- SpiceQL/tests/CMakeLists.txt 5 additions, 6 deletionsSpiceQL/tests/CMakeLists.txt
- SpiceQL/tests/Fixtures.cpp 1 addition, 2 deletionsSpiceQL/tests/Fixtures.cpp
- SpiceQL/tests/InventoryTests.cpp 52 additions, 0 deletionsSpiceQL/tests/InventoryTests.cpp
Loading
Please register or sign in to comment