Age | Commit message (Expand) | Author |
---|---|---|
2017-12-14 | Move all internal event pointers to std::unique_ptr<> | Kitsune Ral |
2017-10-20 | Cleanup | Kitsune Ral |
2017-10-13 | Pass universal references in Connection::callApi<>; fixed a typo in util.h | Kitsune Ral |
2017-08-28 | Use -pedantic with compilers that support it | Kitsune Ral |
2017-05-22 | Dispatch<>: Allow nullptr for a function; special-case GCC 4.8 | Kitsune Ral |
2017-05-22 | util.h: lookup() uses forwarding refs; added Dispatch/dispatch and REGISTER_ENUM | Kitsune Ral |
2017-05-13 | Refactored logging enhancements | Kitsune Ral |
2017-04-30 | Port to categorized logging | Elvis Angelaccio |
2017-03-25 | Simplified formatJson definition | Kitsune Ral |
2017-03-16 | Fixed warnings about a static lambda defined but unused | Kitsune Ral |
2017-03-09 | Fixed building with VS2013 | Kitsune Ral |
2017-02-28 | Renamed logging_util.h to util.h and moved (improved) Owning<> and lookup() t... | Kitsune Ral |