Commit graph

12 commits

Author SHA1 Message Date
e048a762b2 Added CI script, updated dependencies, and fixed bugs
-Added CI yaml file for workflows
-Added `doctest` as dependency
-Added test target executable to CMakeLists.txt
-Renamed `bin` scripts to remove `gdpm*` prefix
-Updated `SQLite 3` dependency in CMakeLists.txt
-Implement basic unit testing in `tests/basic.cpp`
-Fixed issue with handling `fmt` strings
2023-01-04 20:49:00 -06:00
e36f0aee79 Updated README.md and .gitignore files
-Fixed issue where `gdpm` would to work because of missing directory
-Changed `constexpr const char *` constants to use `const std::string`
string instead to use with `HOME` variable
-Changed where packages are stored. Now, they should stored in the
user's `$HOME/.config/gdpm/packages.db` by default. This may change to
use `$HOME/.cache/gdpm/packages.db` by default in the future.
2022-08-07 09:17:25 -05:00
2bf0186f98 Minor changes to README.md file 2022-07-30 13:24:59 -05:00
58936b7db9 Fixed syntax errors 2022-07-30 13:07:02 -05:00
a0be116b66 Patch to fix where the path used for create_directories() in create_package_database 2022-07-30 13:05:11 -05:00
375d91480d Initialized trunk extension and fixed syntax error 2022-07-30 13:01:13 -05:00
d4447a1ffa Small patch to fix creating directory if it doesn't already exist 2022-07-30 12:53:08 -05:00
c28ee29250 Fixed compile issue with macro name and C string 2022-07-30 09:44:22 -05:00
060d19bda4 Fixed issue where assets would not installed due to directory not being created 2022-07-30 09:34:21 -05:00
2fd55de71e Install and Remove Patch
Fixed issue where packages would not install or remove correctly.
2022-01-16 23:14:47 -06:00
2b250d9a2d Small fixes
Updated CMakeLists.txt
Updated README.md
Updated bin/gdpm-test.sh
Changed some constants defined in constants.hpp
Added GDPM_TIMESTAMP_FORMAT configurable macro
2022-01-03 09:23:58 -06:00
1893c7c36b Initial commit
First commit with most of the main features implemented. May still need
some bug fixes here and there.
2021-12-30 12:56:37 -06:00