Commit Graph

4646 Commits

Author SHA1 Message Date
Gabi Melman
2f028dffd3 Minor cleanup 2024-12-05 07:42:39 +02:00
Gabi Melman
ca4f15c250 Fix test 2024-12-05 07:36:48 +02:00
Gabi Melman
bcea55cf84 Fix test 2024-12-05 07:27:02 +02:00
Gabi Melman
5982daeefb Fixed linux compile 2024-12-05 07:22:17 +02:00
Gabi Melman
78771f50f6 Added missing file 2024-12-05 07:15:30 +02:00
Gabi Melman
00c89eba80 Moved refactored to os_filesystem.cpp 2024-12-05 07:11:47 +02:00
Gabi Melman
b03c45ebaa Not tls option 2024-12-05 06:52:23 +02:00
Gabi Melman
0bf2e7811a small cleanup 2024-12-04 12:08:51 +02:00
Gabi Melman
76474459d2 Fix hourly filename calc 2024-12-04 12:06:17 +02:00
Gabi Melman
a98cae60c2 Fixed regex in test 2024-12-04 11:49:27 +02:00
Gabi Melman
afea332bbd Some cleanup 2024-12-04 11:30:55 +02:00
Gabi Melman
d4ab3a0c69 Fixed tests 2024-12-04 01:03:52 +02:00
Gabi Melman
f7c11f5d7e Fix example 2024-12-04 00:40:10 +02:00
Gabi Melman
1c58ca4b5e wip 2024-12-04 00:33:42 +02:00
gabime
daf1b97b8f Updated windwos.ci
Some checks failed
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Has been cancelled
macos / macOS Clang (C++17, Release) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:OFF BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019]) (push) Has been cancelled
2024-12-02 00:14:41 +02:00
gabime
e62be8b43f clang-format 2024-12-01 23:59:09 +02:00
gabime
58dac85596 Update format.sh 2024-12-01 23:58:58 +02:00
gabime
1379f68bda Updated windows.ci 2024-12-01 23:56:14 +02:00
gabime
2f169568b7 Updated windows.ci 2024-12-01 23:55:11 +02:00
gabime
fe9be2e1ee Updated windows.ci 2024-12-01 23:53:58 +02:00
gabime
730aa35d98 Updated cmake 2024-12-01 23:51:43 +02:00
gabime
19d1939d3b Updated cmakelists 2024-12-01 23:44:54 +02:00
gabime
82153ec409 Updated cmake and remove pkg-config support 2024-12-01 23:28:47 +02:00
gabime
98a8b75eb4 updated pkgconfig.in 2024-12-01 18:33:32 +02:00
gabime
96195adaad update cmakelists 2024-12-01 18:29:04 +02:00
gabime
75c8a196bb Updated cmakelists.txt 2024-12-01 18:24:40 +02:00
gabime
17eb1e1fd7 Updated cmakelists.txt 2024-12-01 18:22:44 +02:00
gabime
2a0db06e7b Updated cmakelists.txt 2024-12-01 18:22:33 +02:00
gabime
dcf664ee1d Updated cmakelists.txt 2024-12-01 18:22:06 +02:00
gabime
65a2d8a49f Removed cmake-format from script 2024-12-01 18:15:27 +02:00
gabime
c55e7f6d14 Updated pkgconfig to version 2 2024-12-01 14:08:53 +02:00
gabime
3b6f36c43b Fix windows compile 2024-11-30 20:16:56 +02:00
gabime
3b7e2a034b Removed tweak options and spdlog_config.h 2024-11-30 19:56:15 +02:00
gabime
3c9963a495 Removed tweak options and spdlog_config.h 2024-11-30 19:55:45 +02:00
gabime
21e0810791 commnet 2024-11-30 18:53:39 +02:00
gabime
e6cddd1028 Update cmakelists and config.h 2024-11-30 18:46:28 +02:00
gabime
a0f371efed Fix test compile
Some checks failed
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Has been cancelled
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Has been cancelled
macos / macOS Clang (C++17, Release) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 WCHAR:ON WCHAR_FILES:ON]) (push) Has been cancelled
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 WCHAR:OFF WCHAR_FILES:OFF]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 WCHAR:OFF]) (push) Has been cancelled
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 WCHAR:OFF]) (push) Has been cancelled
2024-11-30 15:55:23 +02:00
gabime
032d93acf7 Fix test compile 2024-11-30 15:52:22 +02:00
gabime
e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite 2024-11-30 15:46:06 +02:00
gabime
551860d079 Fixed tidy warnings 2024-11-30 13:05:12 +02:00
gabime
0d8f1f1dd4 Fixed tidy warnings 2024-11-30 12:53:19 +02:00
gabime
7a0e2ff8a8 Fixed tidy warnings 2024-11-30 12:45:14 +02:00
gabime
ec34d6ddc6 Fixed win compile 2024-11-30 12:19:03 +02:00
gabime
70c65cf61b Fix windows build 2024-11-30 11:59:50 +02:00
gabime
9f5611c146 Updated .clang-tidy 2024-11-30 11:54:08 +02:00
gabime
82bb5114e2 Fixed some tidy warnings 2024-11-30 11:36:43 +02:00
gabime
3566e0f027 Update clang-tidy 2024-11-30 10:52:26 +02:00
gabime
912491d307 Updated README.md 2024-11-30 10:44:41 +02:00
Gabi Melman
dba5d7d214
Update CMakeLists.txt
Some checks are pending
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Waiting to run
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Waiting to run
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Waiting to run
macos / macOS Clang (C++17, Release) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 WCHAR:ON WCHAR_FILES:ON]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022 WCHAR:OFF WCHAR_FILES:OFF]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 WCHAR:OFF]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019 WCHAR:OFF]) (push) Waiting to run
2024-11-29 23:41:26 +02:00
Gabi Melman
c9b96bc974
Update CMakeLists.txt remove cfg/helpers.cpp 2024-11-29 23:35:45 +02:00