Skip to content

Commit 61ccc76

Browse files
committed
build for Win64, Linux, Android
1 parent b6c8c81 commit 61ccc76

File tree

44 files changed

+15
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+15
-18
lines changed

README.md

+3-3

README_CHS.md

+3-3

bin/tools/linux/BqLog_LogDecoder

64.9 KB
Binary file not shown.
-101 KB
Binary file not shown.
88 KB
Binary file not shown.
-1.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-512 Bytes
Binary file not shown.

demo/cpp/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ int main()
5050
my_category_log.info("content"); // this is for empty category
5151
my_category_log.info(my_category_log.cat.node_4.node_7, "content");
5252
bq::demo_category_log::force_flush_all_logs();
53-
bq::log::uninit();
53+
bq::log::uninit();
5454
return 0;
5555
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
192 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dist/dynamic_lib/include/bq_common/misc/assert.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
// Created by Yu Cao on 2022/9/17.
1919
//
2020

21-
#ifdef NDEBUG
22-
#undef NDEBUG
23-
#include <assert.h>
24-
#define NDEBUG
25-
#else
21+
#ifndef BQ_SRC
2622
#include <assert.h>
2723
#endif
4.81 KB
Binary file not shown.
96 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
-6.62 KB
Binary file not shown.
-512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
5.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

dist/static_lib/include/bq_common/misc/assert.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
// Created by Yu Cao on 2022/9/17.
1919
//
2020

21-
#ifdef NDEBUG
22-
#undef NDEBUG
23-
#include <assert.h>
24-
#define NDEBUG
25-
#else
21+
#ifndef BQ_SRC
2622
#include <assert.h>
2723
#endif

dist/static_lib/win64/Debug/BqLog.lib

293 KB
Binary file not shown.

dist/static_lib/win64/Debug/BqLog.pdb

0 Bytes
Binary file not shown.
-11.2 KB
Binary file not shown.
250 KB
Binary file not shown.
Binary file not shown.
4.46 KB
Binary file not shown.

src/bq_log/log/layout.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ namespace bq {
3535
uint32_t width = 0; // total width
3636
uint32_t precision = 0xFFFFFFFF; // float width
3737
char type = 'd'; // b d x f e
38-
void reset(){
38+
void reset()
39+
{
3940
used = false;
4041
fill = ' ';
4142
align = '<'; // <>^=

0 commit comments

Comments
 (0)