Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-25 | Simplified formatJson definition | Kitsune Ral | |
Fixed the "formatJson unused" warning with that. | |||
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() ↵ | Kitsune Ral | |
there Because these fall outside of SyncJob and Event context, respectively. In addition, Owning<> has gained a move assignment operator (because we have a move constructor) and assign() convenience method to take ownership over an existing container; also, Owning<>::release() is done the right way now (the previous version was copying the return value to a new container instead of releasing the old container). |