moving development to master for a while since there is no need for branching yet #8

Merged
htamas1210 merged 17 commits from duckdb into master 2026-01-08 14:48:10 +01:00

17 Commits

Author SHA1 Message Date
53a2194bde added all the new error codes for the exits currently in the code 2026-01-08 12:53:49 +01:00
25a9dfb349 added path checking for input file and exit codes 2026-01-08 12:34:05 +01:00
b380f203e3 added valgrind toggle 2026-01-08 12:33:39 +01:00
615d8c7f06 query lap timestamps 2026-01-06 22:19:08 +01:00
f52d081d04 getting laptime data to know how many lapinfo needs to be allocated 2026-01-03 20:44:21 +01:00
abe3a2dbb1 changed makefile run command to run with valgrind and default data file 2026-01-03 20:43:51 +01:00
92cf26fcf6 moved table names to separate file 2026-01-03 20:43:21 +01:00
2e8f90eb3e fixed memory leak, did not free validity 2026-01-02 20:06:10 +01:00
ebd4fceda0 compile commands, working on storing the database data and refactoring the code to read the data 2026-01-02 20:01:19 +01:00
68b774e296 working on separating data by laps 2025-12-31 23:30:18 +01:00
c236ffee20 updated makefile with debug and release configuration 2025-12-30 14:45:12 +01:00
76586cc029 updated makefile for windows build to copy the dll to builddir 2025-12-29 15:30:51 +01:00
dcd589f669 added table entries from the default configuration file provided by LMU 2025-12-29 14:59:04 +01:00
33cb91f9a9 fixed data type when getting the data from the chunk 2025-12-29 14:10:40 +01:00
d8854ce4fc reading data from the database basics 2025-12-29 13:46:15 +01:00
23ab97aca8 reading in duckdb filepath as arg and opening the database 2025-12-28 21:32:38 +01:00
80d061d2f1 linking duckdb as a dynamic lib for avoiding linking errors 2025-12-28 21:32:05 +01:00