Commit Graph

  • c923915805 DOWNLOAD_EXTRACT_TIMESTAMP FALSE when fetching fmt gabime 2024-03-16 14:26:21 +0200
  • 276788a60e Update comment gabime 2024-03-16 14:13:25 +0200
  • e9938a8839 Fetch fmt 10.2.1.tar.gz and check sha256 gabime 2024-03-16 14:13:08 +0200
  • 34e0c8f227 Minor style gabime 2024-01-14 13:58:16 +0200
  • 989589dd0b Minor style gabime 2024-01-14 13:57:51 +0200
  • 8319d1bc16 clang format gabime 2024-01-14 13:56:55 +0200
  • c8b81a6958 Minor style gabime 2024-01-14 13:56:23 +0200
  • 7bd1c1e1a4 Removed unused source file gabime 2024-01-14 13:55:00 +0200
  • 57384f7be3 Minor clean gabime 2024-01-14 13:47:06 +0200
  • bb687e7aad Minor clean gabime 2024-01-14 13:46:28 +0200
  • 7bb480a051 Minor clean gabime 2024-01-14 13:46:22 +0200
  • 286218aeeb Removed state from default error handler gabime 2023-10-02 01:40:59 +0300
  • b05d9362ea Minor cleanup of includes gabime 2024-01-14 13:23:09 +0200
  • 95587b7601 Fix typo gabime 2024-01-14 13:19:14 +0200
  • f743a881b2 merge pull #2978 gabime 2024-01-14 13:17:27 +0200
  • ea4a6a8cf0 Add test support in VxWorks 7. The API system() isn't supported by VxWorks7. Use posix APIs implements a new function vxRemoveDir() to remove a whole directory. #3036 Bin Lan 2024-03-11 16:30:24 +0800
  • ae525b75c3
    Add missing include (#3026) magnus-nomono 2024-03-10 01:10:32 +0100
  • a45c939040
    Update stopwatch.h (#3034) Alan Candido 2024-03-09 16:40:05 -0300
  • 2443717f7a Merge branch 'v1.x' of https://github.com/brodao2/spdlog into v1.x #3034 Alan Candido 2024-03-09 11:26:14 -0300
  • 7b9a4850d6 Update stopwatch.h Alan Candido 2024-03-09 11:25:56 -0300
  • d9c15f4234 feat(Engine::Function): 封装MeshRendere #3164 RickSchanze 2024-03-07 15:09:22 +0800
  • 8cfa4b5b69 feat(Engine::Core): Log形式统一 RickSchanze 2024-03-05 11:32:25 +0800
  • 9d455a798d 修复所有warning STL4043 RickSchanze 2024-03-05 11:02:24 +0800
  • 5370076dcc
    Update CMakeLists.txt (#3028) loject 2024-03-03 07:10:18 +0700
  • 85f4895eac
    Update CMakeLists.txt #3028 loject 2024-03-03 03:52:26 +0700
  • 0257a4a3bd
    Add missing include #3026 Magnus Bro Kolstø 2024-02-29 15:52:34 +0100
  • 5532231bbc
    feature: adds string view overloads for logger accessor (#3023) Leadbelly 2024-02-29 08:53:56 +0000
  • 60faedb025
    Update ci.yml Gabi Melman 2024-02-29 09:56:11 +0200
  • bc4b329585
    Update ci.yml Gabi Melman 2024-02-29 09:28:18 +0200
  • 75bfbb7c0c
    Update ci.yml Gabi Melman 2024-02-29 09:21:46 +0200
  • 3f0e400718
    Update ci.yml Gabi Melman 2024-02-29 09:04:33 +0200
  • 9a445245f1
    Update ci.yml Gabi Melman 2024-02-29 08:55:37 +0200
  • da7788aaf0 feature: adds string view overloads for logger accessor #3023 Ben Leadbetter 2024-02-24 14:38:32 +0100
  • d387fdf96c
    support MINGW (#3022) spaceman 2024-02-25 08:42:18 +0800
  • 6a615d4507
    support MINGW #3022 spaceman 2024-02-24 20:51:39 +0800
  • dfd4fa8779 Update log level names to match airship naming schemes #3021 Elliott Ewing 2024-02-23 00:51:21 -0800
  • 115b6d5ee2 Update fmt to fix MSVC C4996 warning #3020 Haneul Kim 2024-02-23 17:34:12 +0900
  • 2b110a8bca Added relay_sink. #3017 Richard Musil 2024-02-18 15:14:18 +0100
  • 3a4eaf2546
    Merge pull request #1 from Airship-engine/update_cmake Simon Ewing 2024-02-17 21:44:03 -0800
  • 6cb3e31cf6 update minimum cmake to avoid warnings when building as subproject Simonsays095 2024-02-04 21:27:26 -0800
  • 134f9194bb
    Update registry.h code formatting Gabi Melman 2024-02-14 21:52:21 +0200
  • fe79bfcc51
    Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed (#3009) cohdan 2024-02-14 21:48:44 +0200
  • 0936f2bee4 Code review fix - periodic_worker thread getter should return a reference and not a pointer #3009 Dan Cohen 2024-02-13 08:32:53 +0200
  • 47b7e7c736
    Fix typos found by codespell (#3011) Dimitri Papadopoulos Orfanos 2024-02-12 22:02:31 +0100
  • cae2bf4a0b
    Fix typos found by codespell #3011 Dimitri Papadopoulos 2024-02-12 19:48:07 +0100
  • 904e56702e Add wide character formatting and output support to wincolor_sink. #3010 Dominik Grabiec 2024-02-12 17:17:05 +0100
  • 0e5cd15f1c Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed Dan Cohen 2024-02-12 11:08:05 +0200
  • 53a93a19fa
    Fixed redundant message when using multi-config generators #3001 Noah LeBlanc 2024-02-05 16:31:00 -0500
  • 81e7a9f654 Added support of Swift Package Manager #3000 Ihor Shevchuk 2024-02-04 18:27:17 -0700
  • e01a7d756f
    Update daily_file_sink.h #2993 Aaron Konishi 2024-01-29 17:07:59 +0800
  • 663d1989bc Fix typos #2986 Kerling Philipp (MTN PTT) 2024-01-22 15:57:51 +0100
  • b20b28ef1f Add SPDLOG_LOGGER_NOEXCEPT define as option Kerling Philipp (MTN PTT) 2024-01-22 15:50:49 +0100
  • 444d5153b7 Fix formatting Kerling Philipp (MTN PTT) 2024-01-22 15:50:55 +0100
  • 696db97f67
    docs: details about how compile time macros work (#2981) Enzo Gaban 2024-01-16 01:39:45 -0300
  • d55afd5d62 docs: details about how compile time macros work #2981 Enzo Gaban 2024-01-15 20:24:30 -0300
  • 69d412b526 Format code of wincolor_sink.cpp gabime 2024-01-14 13:09:58 +0200
  • 77d350af57 Refactored cmake gabime 2024-01-14 13:09:28 +0200
  • 9622d7f318 Fixed cmakelists gabime 2024-01-14 12:59:44 +0200
  • e96cb12df6 Fixed cmakelists gabime 2024-01-14 12:59:03 +0200
  • 0992a41053 Cleaned os.h gabime 2024-01-14 12:45:56 +0200
  • fbd1ebcebf Fixed format.sh script gabime 2024-01-14 12:44:52 +0200
  • d61f0a5d5e Fix include paths gabime 2024-01-14 12:20:05 +0200
  • 9294adb335 Fixed os_windows.cpp gabime 2024-01-14 12:19:01 +0200
  • 885b796447 Refactored os.cpp to os_unix.cpp and os_windows.cpp gabime 2024-01-14 12:09:22 +0200
  • 3954caccc1 Clean os.h macros gabime 2024-01-14 11:05:37 +0200
  • 8979f7fb2a
    Also use _stat() on Windows to be more UTF8 friendly (#2978) liubing 2024-01-14 05:46:18 +0800
  • 6c799d04f8
    Fix localtime_s()usage Gabi Melman 2024-01-13 20:20:58 +0200
  • aaebfbb5c6 Fixd some clang-tidy warnings gabime 2024-01-13 19:21:41 +0200
  • 91bf60a316 Check rv of localtime_r gabime 2024-01-13 19:07:36 +0200
  • ce3922cff1 Fix some typos gabime 2024-01-13 18:53:19 +0200
  • c539f36551 clang format gabime 2024-01-13 18:20:08 +0200
  • eaab457156 Fixed cmake install gabime 2024-01-13 18:16:05 +0200
  • d513f44a18 Fix cmake install again gabime 2024-01-13 16:23:15 +0200
  • 83d274eb55 Fix spdlogConfig.cmake.in gabime 2024-01-13 15:55:05 +0200
  • 26b6461b24 Fixed pkgconfig gabime 2024-01-13 14:26:35 +0200
  • e6e2ffbf51 Fixed pkg-config gabime 2024-01-13 13:50:46 +0200
  • 32d83ee246 Fix text in cpack gabime 2024-01-13 12:56:56 +0200
  • 3834b911cd Fixed spdlogConfig.cmake.in fmt dep gabime 2024-01-13 12:56:18 +0200
  • efa89d0880 Add fmt dep to cmake install gabime 2024-01-13 12:53:14 +0200
  • 916e54294a
    Add constructor to spdlog::source_loc using std::source_location #2979 Stephan Lachnit 2024-01-13 11:18:42 +0100
  • 6e33fa1380
    Always include <version> if available Stephan Lachnit 2024-01-08 22:54:48 +0100
  • 287d83acae Removed unused include gabime 2024-01-13 12:01:02 +0200
  • 179237a470 Cosmetic changes #2978 Bing Liu 2024-01-13 17:36:37 +0800
  • aa5d9aff6c Bump fmt to 10.2.1 gabime 2024-01-13 11:09:47 +0200
  • 1ce7f5e499 Update spdlog_config.h template gabime 2024-01-13 10:52:40 +0200
  • 947b42b86f Init last_log_secs_ with {} gabime 2024-01-13 10:49:25 +0200
  • 43e201ee92 Also use _stat() on Windows to be more UTF8 friendly Bing Liu 2024-01-13 16:37:33 +0800
  • e2e8099ad9 Init cached_tm with {} gabime 2024-01-13 10:33:08 +0200
  • f70670d26c Removed SPDLOG_EOL define gabime 2024-01-13 10:32:55 +0200
  • 77b07b3a10 clang format gabime 2024-01-13 09:37:32 +0200
  • 4789065700 Remove custom level names from macro gabime 2024-01-13 09:32:01 +0200
  • 24fe442d03 Use relative includes and create spdlog_config.h gabime 2024-01-12 17:33:23 +0200
  • feaab0dd9f Use relative include files gabime 2024-01-12 17:21:57 +0200
  • a3e05332b0 Removed fmt wrapper files gabime 2024-01-12 15:52:32 +0200
  • 45b100c677 Update gitignore gabime 2024-01-12 15:27:05 +0200
  • 3379f242e1 Check fd_ is not nullptr in file_helper gabime 2024-01-12 12:10:26 +0200
  • 7c02e204c9 Bump version to 1.13.0 v1.13.0 gabime 2024-01-12 12:12:27 +0200
  • 2aa8b6c971 Check fd_ is not nullptr in file_helper gabime 2024-01-12 12:10:26 +0200
  • ae0eb75402
    Update no exception flag in CMakeLists.txt for msvc Gabi Melman 2024-01-10 00:13:11 +0200
  • 7cb90d1ab2
    Fix MSVC compile flag for no exceptions (#2974) Jeff 2024-01-09 12:45:14 -0800