rcpp_framework/core
2020-12-01 21:48:13 +01:00
..
application.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
application.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
database_manager.cpp Implement basic functionality of the DatabaseManager. Also made MysqlConnection inherint from Database, and it's now possible to create instances from it. 2020-12-01 14:47:24 +01:00
database_manager.h Implement basic functionality of the DatabaseManager. Also made MysqlConnection inherint from Database, and it's now possible to create instances from it. 2020-12-01 14:47:24 +01:00
database.cpp Added the QueryBuilder class, and started working on it's api. 2020-12-01 21:48:13 +01:00
database.h Added the QueryBuilder class, and started working on it's api. 2020-12-01 21:48:13 +01:00
file_cache.cpp Implemented body caching and cleanups to FileCache. 2020-11-25 14:53:53 +01:00
file_cache.h Implemented body caching and cleanups to FileCache. 2020-11-25 14:53:53 +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
http_server.cpp Now requests have to be sent manually, with a new send() method. This makes it possible to handle requests in a full on async callback-like way. 2020-11-26 11:26:02 +01:00
http_server.h Renamed the framework folder to core. 2020-11-25 13:28:34 +01:00
object.cpp Started work on the mysql database implementation. Mostly tests. 2020-12-01 18:29:41 +01:00
object.h Started work on the mysql database implementation. Mostly tests. 2020-12-01 18:29:41 +01:00
query_builder.cpp Added the QueryBuilder class, and started working on it's api. 2020-12-01 21:48:13 +01:00
query_builder.h Added the QueryBuilder class, and started working on it's api. 2020-12-01 21:48:13 +01:00
request.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
request.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
SCsub Implemented a scons based build script based on godot's. Will need to be cleaned up when I understand how scons works better. 2020-11-25 21:48:47 +01:00
settings.cpp Renamed the framework folder to core. 2020-11-25 13:28:34 +01:00
settings.h Renamed the framework folder to core. 2020-11-25 13:28:34 +01:00
theme.cpp Implement Themes, and fix middlewares. 2020-11-25 21:00:22 +01:00
theme.h Implement Themes, and fix middlewares. 2020-11-25 21:00:22 +01:00