libzeug
libzeug copied to clipboard
deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
According to https://gcc.gnu.org/gcc-4.8/cxx0x_status.html and StackOverflow, gcc 4.8 which is the latest version shipped with Ubuntu Trusty 14.04 LTS does not support the part of C++11. I get compile errors because...
This parsing ``` C++ Color Color::fromString(const std::string & string, bool * ok) { //[...] if (hexString.size() == 6) hexString = "FF" + hexString; // results in ARGB //[...] } ```...
It is against the intended use.
the following issues are tested only on a windows machine: - after entering a number in, e.g., double field and pressing [Enter], the field needs to be clicked twice for...
Here is a list of things that currently bother me about reflectionzeug's implementation: ### the complicated property class hierarchy **now and then:** the hierarchy emerged so that different types of...
Here is a list of things that currently bother me about propertyguizeug's implementation: ### Usage of QTreeView **Problem:** `QTreeView` and the MVC implementation are great … for large tables and...
Because of propertyzeugs mainly template-driven designs most of its implementation is in headers. This is why I would like to add a private namespace (as in glm) for classes and...
I want to serialize a property group to an intermediate ini object and manipulate it before writing it to a file. I want to deserialize a file to an ini...