14 Commits

Author SHA1 Message Date
dreamsourcelabTAI
dc70371195 The print format for type uint64_t 2023-06-29 16:47:00 +08:00
dreamsourcelabTAI
a503e6404e Disable many warning messages 2023-06-29 14:49:45 +08:00
dreamsourcelabTAI
c48e6bae75 set strncpy buffer size 2023-06-26 17:55:03 +08:00
dreamsourcelabTAI
1f56410405 Log file operation 2023-05-30 17:47:12 +08:00
dreamsourcelabTAI
823ad707e4 Log options dailog 2023-05-24 11:49:57 +08:00
dreamsourcelabTAI
1dce7a9319 fix: The log print to console is not timely 2023-04-27 14:32:38 +08:00
dreamsourcelabTAI
4660c2bcd9 Code refactoring 13 2022-08-18 09:10:56 +08:00
dreamsourcelabTAI
0df2da582d add: Log setting dialog 2022-08-17 13:46:02 +08:00
dreamsourcelabTAI
9c935ad683 Code refactoring 7 2022-08-08 15:59:50 +08:00
dreamsourcelabTAI
a496f11ec1 update: 'DSView' project used new log lib 2022-07-12 11:27:32 +08:00
dreamsourcelabTAI
94fddcdadc add: log class lib 2022-07-08 19:35:38 +08:00
dreamsourcelabTAI
f8e1aa1844 fix: can't load unicode file path on window 2022-06-23 19:02:34 +08:00
Huang Rui
778ed0360c
common/minizip/*: fix OF prototypes
Because the sys-libs/zlib header pollutes the macro namespace,
leading to build failures. Under the gentoo operating system,
the macro definition of OF becomes _Z_OF in zconf.h, but the
recently introduced minizip has introduced a large number of OF,
leading to build fail. Therefore, the prototypes of OF are added
so that they can be successfully built under various operating
systems.

Bug: https://bugs.gentoo.org/383179
Signed-off-by: Huang Rui <vowstar@gmail.com>
2022-06-16 16:06:01 +08:00
dreamsourcelabTAI
a0b0dd6496 update: use zlib 2022-05-31 15:14:41 +08:00