Manu Sánchez
Manu Sánchez
This PR adds all the changes I had to do to build cppast using conan to get the dependencies. Basically all dependencies are searched first through find_package() calls (With fallbacks...
In addition to memory-specific concepts already described in [docs](http://foonathan.github.io/doc/memory/md_doc_concepts.html), it would be useful to describe basic concepts of memory management, such as allocator, arena, pool, etc. This would make the...
Hi, I would like to know if argagg could implement support for short options with =value syntax, like -std=c++11 of GCC and Clang
I would like to have a way to tell argagg to forward unknown arguments to a generic sink, so that unrecognized arguments can be processed by other means. Similar to...
As far I know backward-cpp doesn't currently support Windows. I've been checking the Windows API docs and it seems really simple to take at least a minimal stacktrace (Not sure...
With GCC 4.9.3 (debian linux) I get compilation errors related to the lack of copy constructor in `std::stringstream`: ``` Scanning dependencies of target di In file included from /home/manuel-sanchez/Documentos/iod/tests/../iod/json.hh:15:0, from...
[The documentation says](https://www.qxorm.com/qxorm_en/manual.html#manual_410): > With QxOrm Triggers, it is possible to execute custom process before and/or after an insert, update or delete query in database. which I interpreted as "*in...