Commit Graph

80 Commits

Author SHA1 Message Date
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
gabime bcfa9241b8 Updated copyright headers 2019-06-04 00:09:16 +03:00
gabime 38f6b5ea71 Keep clang-tidy happy 2019-06-03 22:49:21 +03:00
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 2019-05-12 00:22:39 +03:00
gabime 46ef71e3ec Normalized copyright message 2019-05-11 20:06:17 +03:00
gabime 9564eb2edb Moved cpp files to inl.h 2019-05-11 13:19:53 +03:00
gabime 69fcaf14e5 wip static-lib 2019-04-27 18:44:48 +03:00
gabime 2de924a187 clang-format 2019-04-27 02:34:50 +03:00
gabime c1c2ff2d07 wip 2019-04-27 02:33:33 +03:00
gabime 215b6aea95 file_helper.cpp and filename_t fix 2019-04-06 13:45:33 +03:00
Ben Ridder fb702f989f Fix typo in file_helper.h
* "extenstion" -> "extension"
2019-01-08 10:09:11 -08:00
Gabi Melman 1f8b2cbb8b
Update file_helper.h 2018-08-24 13:27:49 +03:00
Gabi Melman d0cfca0820
Update file_helper.h 2018-08-24 13:27:10 +03:00
Gabi Melman f6049cd333
Update file_helper.h 2018-08-24 13:26:45 +03:00
Gabi Melman 176cab4fee
Update file_helper.h 2018-08-17 14:07:49 +03:00
Gabi Melman 28435dc736
Normalized spdlog includes in file_helper 2018-08-17 14:06:48 +03:00
gabime da2af6ea2e Fixed some clang-tidy warning 2018-08-13 11:43:00 +03:00
gabime 9e4925eff0 clang format 2018-07-21 23:48:07 +03:00
gabime 0c19bdd772 pattern per sink and pattern caching 2018-06-24 01:32:39 +03:00
gabime 72506b3bab use underscore at end of private members names 2018-05-26 19:02:58 +03:00
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements 2018-03-17 13:42:09 +02:00
gabime 56e4a201ec formatting 2018-03-17 12:47:46 +02:00
gabime a2653d409f clang-format 2018-03-09 15:26:33 +02:00
Daniel Chabrowski de642b6263 astyle applied 2018-02-25 12:41:18 +01:00
Daniel Chabrowski 1e1ca23101 modernize-use-equals-default 2018-02-25 01:25:15 +01:00
Daniel Chabrowski 7aed498540 modernize-use-default-member-init 2018-02-25 00:38:54 +01:00
Daniel Chabrowski 9ebb9ff318 readability-implicit-bool-cast 2018-02-25 00:16:18 +01:00
Joao Moreno 357a63d914 fix spdlog namespace 2018-01-11 21:58:02 +01:00
Joao Moreno a938045135 use Sleep in Windows instead of sleep_for
fixes #609
2018-01-11 14:50:47 +01:00
Gabi Melman b53d207f44
Update file_helper.h 2017-12-23 11:43:41 +02:00
Gabi Melman fde12195ee
Update file_helper.h 2017-12-22 19:06:01 +02:00
gabime 4ca6991828 astyle 2017-12-22 18:55:19 +02:00
gabime f695e536dd Fixed file_helper::split_by_extenstion and added more tests for it 2017-12-22 18:37:51 +02:00
Force Charlie 42e5d98a48 fix split_by_extenstion parse error extenstion 2017-12-22 17:52:50 +08:00
gabime f5939f9e56 astyle 2017-12-01 03:46:19 +02:00
gabime 3c4a2bf531 Handle file extensions in rotating and daily loggers 2017-12-01 03:40:49 +02:00
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:
2017-11-11 13:44:27 +01:00
Tennn f8d509d010 Fixed issues 449
Please check it
2017-05-21 17:44:44 +08:00
Gabi Melman 15af514951 Update file_helper.h 2017-04-02 13:05:02 +03:00
gabime f14d1c002b astyle 2016-10-12 23:08:44 +03:00
gabime e97621d61d Removed force_flush arg from everywhere. Use flush_on(level) instead 2016-09-18 00:43:42 +03:00
gabime e7debaacd7 astyle 2016-08-05 04:43:20 +03:00
gabime 74aede0c66 better support for file size in 64 bits 2016-07-31 01:47:55 +03:00
gabime 730f0e02a6 better support for file sizes in 32/64 bits 2016-07-30 19:32:51 +03:00
gabime c5c6baad74 Added errno description to sdlog exception strings 2016-07-15 17:48:02 +03:00
gabime 38c0ee018b astyle 2016-05-15 01:49:15 +03:00
gabime 80a432e646 cleaned common.h and moved some code around 2016-05-15 01:45:16 +03:00
gabime 0d26359856 astyle 2016-04-20 11:57:49 +03:00
gabime 19dae96985 wchar filenames support - minor improvements 2016-04-10 00:02:19 +03:00
unknown 113ebcfd97 Add the SPDLOG_USE_WCHAR tweak to enable support for Unicode names on Windows. Refs #111 2016-04-08 12:26:31 -05:00