Jean-Michaël Celerier 53138c20fb Add an optional final qualifier to types
When building with GCC's -Wfinal-types, a lot of types of spdlog
are marked as being more optimizable if they were marked final.

This patch adds a possibility for the user of the library to `#define SPDLOG_FINAL final`
and enjoy potentially better performance : GCC is then able to replace virtual calls by true
function calls if it can ensure that there are no derived types).

By default SPDLOG_FINAL is defined to nothing to not break existing code that
may be inheriting of some of these types for some reason.
2017-04-28 17:24:55 +02:00
..
2016-09-15 00:38:21 +03:00
2016-04-20 11:57:49 +03:00
2016-12-31 22:38:00 +02:00
2016-04-20 11:57:49 +03:00
2016-11-18 17:17:09 +02:00
2016-08-22 20:54:18 +03:00
2016-12-02 17:40:40 +02:00