Commit Graph

15 Commits

Author SHA1 Message Date
deb3f2d13f README: Fix specified C++ standard (c++20). 2024-10-10 07:30:28 +02:00
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
ca544e74fa Add information to README.md 2024-09-24 18:24:42 +02:00
393dbb88d4 Do not suppose compiler. Use cc instead. 2024-09-24 18:24:26 +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
5d1234a267 Ignore files related to NeoVim CoC plugin usage. 2024-09-17 17:49:56 +02:00
0b9c9010b3 Makefile: Remove headers as dependency for binary target. 2024-09-05 21:15:12 +02:00
8d2b27376f Initial commit. 2024-09-05 21:01:24 +02:00