mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
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
This commit is contained in:
parent
1893c7c36b
commit
2b250d9a2d
11 changed files with 288 additions and 120 deletions
|
|
@ -39,7 +39,7 @@ namespace gdpm::constants{
|
|||
#define GDPM_DEFAULT_ASSET_SUPPORT all
|
||||
#define GDPM_DEFAULT_ASSET_FILTER ""
|
||||
#define GDPM_DEFAULT_ASSET_USER ""
|
||||
#define GDPM_DEFAULT_ASSET_GODOT_VERSION ""
|
||||
#define GDPM_DEFAULT_ASSET_GODOT_VERSION "3.4"
|
||||
#define GDPM_DEFAULT_ASSET_MAX_RESULTS 500
|
||||
#define GDPM_DEFAULT_ASSET_PAGE 0
|
||||
#define GDPM_DEFAULT_ASSET_SORT none
|
||||
|
|
@ -71,4 +71,8 @@ namespace gdpm::constants{
|
|||
|
||||
#ifndef GDPM_ENABLE_TIMESTAMPS
|
||||
#define GDPM_ENABLE_TIMESTAMPS 1
|
||||
#endif
|
||||
|
||||
#ifndef GDPM_TIMESTAMP_FORMAT
|
||||
#define GDPM_TIMESTAMP_FORMAT ":%I:%M:%S %p; %Y-%m-%d"
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue