rcpp_framework/core
2021-11-01 17:23:08 +01:00
..
bry_http Fixed routing in the brynet backend. 2021-07-06 20:23:13 +02:00
containers Added my string, queue, and vector implementations. 2021-10-31 23:33:48 +01:00
database Now instead of having an escaped version of the methods that has string parmeters in QueryBuilder, they have an unescaped version, and the base version escapes. Having it like this is a lot safer. 2021-11-01 17:23:08 +01:00
hash Now SHA256 also from Reference. 2021-08-22 21:06:47 +02:00
html Added content quick tag. 2021-10-30 23:31:54 +02:00
http Added 2 url helpers to Request. 2021-11-01 00:38:26 +01:00
log Added error macros and a simple logger. 2021-10-31 23:34:08 +01:00
error_macros.h Added error macros and a simple logger. 2021-10-31 23:34:08 +01:00
file_cache.cpp Fix a few path/folder related issues with paged article. Also improved a few error messages. 2021-02-08 11:53:04 +01:00
file_cache.h Added file support to the paged article. Will not work well with big files at the moment. 2021-01-06 03:57:18 +01:00
int_types.h Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
memory.h Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
object_id.h Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
object.cpp Moved the database related classes in core to a subfolder aswell. 2021-05-15 13:54:28 +02:00
object.h Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
reference.cpp Call parent constructors. Todo: I need to figure out how godot manages to get away without doing this. 2021-08-21 16:39:38 +02:00
reference.h Fix Instancing Ref<>'s. 2021-08-22 20:50:26 +02:00
resource.cpp Cleaned up Resource and User. 2021-08-22 22:38:08 +02:00
resource.h Cleaned up Resource and User. 2021-08-22 22:38:08 +02:00
safe_refcount.cpp Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
safe_refcount.h Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
SCsub Add log and containers folders to the compile. 2021-11-01 00:43:22 +01:00
settings.cpp Add missing newline. 2020-12-26 17:48:00 +01:00
settings.h Started working on settings. 2020-12-08 16:22:18 +01:00
string.cpp Small fixes and improvements to the string. 2021-11-01 01:39:11 +01:00
string.h Small fixes and improvements to the string. 2021-11-01 01:39:11 +01:00
typedefs.h Added a godot's Reference class and a few smaller headers. 2021-08-21 13:47:58 +02:00
utils.cpp Moved the html helpers to a html folder. 2021-05-27 16:57:38 +02:00
utils.h Added 2 pagination helpers to Utils. 2020-12-28 23:13:54 +01:00