rcpp_framework/core
2021-05-27 16:57:38 +02:00
..
database Moved the database related classes in core to a subfolder aswell. 2021-05-15 13:54:28 +02:00
html Moved the html helpers to a html folder. 2021-05-27 16:57:38 +02:00
http Renamed the Application class to BryWebApplication. 2021-05-27 16:52:53 +02:00
bry_web_application.cpp Renamed the Application class to BryWebApplication. 2021-05-27 16:52:53 +02:00
bry_web_application.h Renamed the Application class to BryWebApplication. 2021-05-27 16:52:53 +02: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
handler_instance.cpp Now handlers need to have a new Object* parameter, this can be used to optionally carry class instances. (think of it as self in python object methods, except it can be null). 2020-12-01 12:56:04 +01:00
handler_instance.h Now handlers need to have a new Object* parameter, this can be used to optionally carry class instances. (think of it as self in python object methods, except it can be null). 2020-12-01 12:56:04 +01:00
object.cpp Moved the database related classes in core to a subfolder aswell. 2021-05-15 13:54:28 +02:00
object.h Initial TableBuilder implementation, and simple migrations. 2020-12-01 23:37:10 +01:00
request.cpp Renamed the Application class to BryWebApplication. 2021-05-27 16:52:53 +02:00
request.h Renamed the Application class to BryWebApplication. 2021-05-27 16:52:53 +02:00
SCsub Moved the html helpers to a html folder. 2021-05-27 16:57:38 +02: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
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