rcpp_framework/core
2020-11-26 11:27:14 +01:00
..
application.cpp Small html syntax fix. 2020-11-26 11:27:14 +01:00
application.h Renamed the framework folder to core. 2020-11-25 13:28:34 +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
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
request.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
request.h 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
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