All Versions
15
Latest Version
Avg Release Cycle
48 days
Latest Release
832 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v9.96.7
November 24, 2018๐ Changelog v9.96.7
- โ Adds support for compiling easyloggingpp using Emscripten. This allows the library to be compiled into Javascript or WebAssembly and run in the browser while logging to the browser's Javascript console.
๐ Changelog v9.96.6
- Storage constructor (indirectly) attempts to access elStorage before it's initialized (issue #660)
- ๐ Fixed unused variable warning while build without performance logging feature
- โก๏ธ Updated license
-
v9.96.6
November 24, 2018- Storage constructor (indirectly) attempts to access elStorage before it's initialized (issue #660) (@Barteks2x)
- ๐ Fixed unused variable warning while build without performance logging feature (@wrgcpp)
- โก๏ธ Updated license
-
v9.96.2
February 27, 2018๐ Changelog
โก๏ธ Updates
- ๐ฒ Dispatcher now passes in pointer to log message instead of creating on the fly
- ๐ Introduced new constructor for
Writer
for advanced usage (see muflihun/residue) - ๐ Use
std::unordered_map
for memory management instead ofstd::map
issue #611
You may also be interested in Easylogging++ binding for Node.js
-
v9.96.0
February 14, 2018โก๏ธ [This update is recommended for all the users especially when using
ELPP_THREAD_SAFE
]๐ Changelog
๐ Fixes
- Potential deadlocks in extreme edge case #609
- Respect
MaxLogFileSize
setting even whenELPP_NO_DEFAULT_LOG_FILE
is set (@MonsieurNicolas) - ๐ Disable log file initially when using
ELPP_NO_LOG_TO_FILE
, to be consistent with documentation (@rggjan)
โก๏ธ Updates
el::Storage
no longer contains locks as it should be- ๐
Reformatted both files with
astyle
- โก๏ธ License text updated
โ Added
- Install a pkg-config
.pc
file (@acowley)
-
v9.95.3
October 13, 2017๐ Fixes
- ๐ Multithreading issue fixed raised from last release at log builder