eao197
eao197
There is a topic in development of SObjectizer-5.6 where some feedback from SObjectizer's users (or just watchers) are required. I described this topic in a post in SObjectizer's Google group:...
# Мотивация Работа над веткой 5.5 началась более 4.5 лет назад. В условиях, когда приходилось использовать компиляторы без вменяемой поддержки даже C++11, не говоря уже про C++14. Все это время...
[Version 5.6.0 of SObjectizer is released](https://groups.google.com/d/msg/sobjectizer/IAIlLPXoi2A/KhlSBXZYBQAJ). It means that the history of SObjectizer-5.5 is going to an end. We have no plans for the further evolution of 5.5-branch. So if...
# Motivation Work on 5.5-branch started more than 4.5 years ago. In conditions when it was necessary to take into account compilers without a proper support of C++11, not speaking...
Here: https://github.com/Stiffstream/sobjectizer/blob/3ac0ca9c255e72cc4a5cc657378fd456fe7cf0d1/dev/so_5/exception.cpp#L17-L21 It seems that `so_5::exception_t::raise` can receive `std::string_view` instead of `std::string`.
NOTE. This idea is for the next big release of SObjectizer (probably breaking compatibility with 5.7-branch). It's unknown at the moment when work on that big release could be started....
NOTE. This issue is just a reminder that SObjectizer needs a solution for use-cases like described in #24 I don't know how and when this will be implemented (and can...
Method Magick::Block::base64() has the following prototype: ```c++ void Magick::Blob::base64(const std::string base64_); ``` It means that `base64_` will be passed by a copy in the following example: ```c++ Magick::Blob blob; std::string...
If fmtlib is used with ```c++ #define FMT_ENFORCE_COMPILE_STRING 1 ``` then all calls to `fmt::format` should use `FMT_STRING` for format string. An attempt to use RESTinio in such a project...
Dependency management in CMake scripts started from very simple things but evolved to rather complex scheme that I don't understand fully. Now we have RESTINIO_FIND_DEPS with additional case RESTINIO_USE_EXTERNAL_HTTP_PARSER (and...