File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- Fix Catch2 include path. GitHub issue #379.
4
4
5
- - Disable POSIX signals in thread before creating pool threads. GitHub
6
- issue #385 and follow up issue #390.
5
+ - Disable POSIX signals reception in thread before creating pool
6
+ threads. GitHub issue #385 and follow up issue #390.
7
7
8
8
- Fix compilation with NVCC in CUDA mode. GitHub issue #375.
9
9
10
+ - Fix compilation with Visual Studio in C++17 mode. GitHub issue #401.
11
+
12
+ - Allow disabling implicit initialization through `configure` script option
13
+ `--disable-implicit-initialization`, or CMake build option
14
+ `LOG4CPLUS_REQUIRE_EXPLICIT_INITIALIZATION`. (MaksymB)
15
+
16
+ - Remove `android` directory with obsolete Android support. GitHub
17
+ issue #283.
18
+
19
+ - Link with `libatomic` when necessary. (Fabrice Fontaine)
20
+
10
21
11
22
# log4cplus 2.0.3
12
23
You can’t perform that action at this time.
0 commit comments