Commit Graph

99 Commits (3452892f76a9794f1200d41d95b7c39b4bacc464)

Author SHA1 Message Date
gabime 3452892f76 minor renaming 8 years ago
gabime c8610d9a86 support for color formatting 8 years ago
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements 8 years ago
gabime 56e4a201ec formatting 8 years ago
gabime a2653d409f clang-format 8 years ago
Daniel Chabrowski de642b6263 astyle applied 8 years ago
Daniel Chabrowski 17caf77784 google-build-namespaces 8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 8 years ago
Daniel Chabrowski 9ce66f2c9a modernize-pass-by-value 8 years ago
Daniel Chabrowski 1e1ca23101 modernize-use-equals-default 8 years ago
Daniel Chabrowski 7aed498540 modernize-use-default-member-init 8 years ago
Daniel Chabrowski d5a3bb5234 readability-else-after-return 8 years ago
gabime 7709fc70eb small fix to pattern_formatter ctor 8 years ago
Gabi Melman bce33698be
Merge pull request #628 from emadwill/eol
Support for custom EOL per formatter -Thanks @emadwill
8 years ago
gabime 7fe3912f12 astyle 8 years ago
gabime 6df52df5b4 Use emplace_back in pattern_formatter 8 years ago
Emad William Farag 55680db160 Support for custom EOL per formatter 8 years ago
gabime f5939f9e56 astyle 8 years ago
gabime c41b6d28b5 astyle 8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
8 years ago
Berkus Decker 4974743ee8 Make short month names match in length 8 years ago
Berkus Decker 1c8cc65f6c Fix typos 8 years ago
gabime 4a159ad66d Fixed unused variable warning 8 years ago
gabime 709948ff4a Fixed issue #527 8 years ago
Jason Beach f7fabfb2c4 add formatter for unix epoch time in seconds. 8 years ago
gabime 268222e496 Fixed crash in async logger in gcc 4.8.5 regarding static members in pattern_formatter impl 8 years ago
Alexei Pastuchov 8fd16fc45e code formatting (astyle and dos2unix)
it aims to solve the issue #467
8 years ago
ThePhD 7e09f01847 brace styling 8 years ago
ThePhD d98d54896b use if statement instead of switch (changes of adding new time specifications outside of standard are probably unlikely anyhow)
pattern_time -> pattern_time_type
ptime variable name -> pattern_time variable name
make sure four spaces used, not tabs
8 years ago
ThePhD 18a0455b91 _pattern was never set... but it was also never used. Intentional by @gabime, or a reflection of a refactor with some data member left behind? 8 years ago
ThePhD 5c5080d304 implement a flag (in this case, an enumeration) that allows control over the type; we make it an enum for possible expansions of time abstractions that might make it into the C++ standard in the future (see Howard Hinnant's date/timezone library) or might be usefully-available from the OS at some point in time 8 years ago
Tennn f8d509d010 Fixed issues 449
Please check it
8 years ago
gabime 3899e8a560 fixed compilation warning 8 years ago
Alexander Zilberkant ef6eb376d3 disable message counter feature in tweakme.h 8 years ago
Alexander Zilberkant f29ff77ae7 implement message counter feature
adds %i logger pattern for printing log message sequence ID
8 years ago
gabime e9b8286714 Merge branch 'master' of https://github.com/gabime/spdlog.git 8 years ago
gabime 81965bc300 Fixed some analyzer warnings 8 years ago
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.
8 years ago
odeits 682d2e057f Fix typo in comment Unkown to Unknown 9 years ago
Takayama Fumihiko a4714a6571 use double-braces in std::array initialization 9 years ago
gabime 93d84e5d59 v0.12.0 9 years ago
Jean-Michaël Celerier ef665e959f Don't deduce return types for days / months
Required for C++11 support
9 years ago
Jean-Michaël Celerier 06b8193a14 Add missing consts 9 years ago
Jean-Michaël Celerier a626ebbbec Replace static global std::string arrays by Meyer singletons. This improves thread-safety. 9 years ago
gabime 2d873785a5 astyle 9 years ago
gabime 5d23e88c16 astyle 9 years ago
gabime cf73f02eaf pid support (added the %P option to formatter) 9 years ago
gabime 8cf39857ab style 9 years ago
gabime cb75569541 Fixed issue #266 (Improperly-formatted ISO8601 UTC offset for negative-offset timezones) 9 years ago
gabime e7debaacd7 astyle 9 years ago