81eced2636
Finish porting to C++.
2024-10-10 07:27:22 +02:00
b5094d68e9
Port main.cpp to C++.
2024-10-09 20:14:42 +02:00
e86ca506c1
Port arg_parse.{cpp,hpp} to C++.
2024-10-09 20:14:41 +02:00
836daeb69b
Switch to using C++.
2024-10-09 19:50:53 +02:00
9c04960725
Add command to add new recipes/ingredients/tags to the database.
2024-09-24 18:15:37 +02:00
cf1a40c2fe
Move print helper functions to arg_parse.h
...
These functions have more to do with commands, and it will be more
helpful to have the print_help function especially in the same file as
the actual commands structure.
2024-09-19 18:36:43 +02:00
9bc45d634e
Add code to create database.
2024-09-19 18:23:31 +02:00
6ce5417c70
Rename global.h to util.h
...
The functionality has changed since we no longer need a place for global
variables.
2024-09-17 17:55:22 +02:00
5058070fcb
VERSION definition no longer necessary in header.
2024-09-17 17:51:26 +02:00
8d2b27376f
Initial commit.
2024-09-05 21:01:24 +02:00