Dennis Luxen
|
885cd05f1a
|
fix data race in SimpleLogger by making state indicator variable atomic
|
2014-07-01 16:15:56 +02:00 |
|
Dennis Luxen
|
8e24fee9da
|
explicitly cast from int to bool
|
2014-06-11 17:44:50 +02:00 |
|
Alexei Kasatkin
|
0209272831
|
fix includes and definitions (avoid unistd.h, isatty, fix min,max, round and M_PI)
|
2014-06-11 18:15:15 +06:00 |
|
Dennis Luxen
|
88a4bb4d12
|
implement locking properly with std::mutex and std::lock_guard<>
|
2014-05-08 15:25:06 +02:00 |
|
Dennis Luxen
|
3188bc5aba
|
add include for Linux
|
2014-05-07 14:30:38 +02:00 |
|
Dennis Luxen
|
38c7d07e50
|
remove old way to delete copy c'tor
|
2014-05-07 12:32:39 +02:00 |
|
Dennis Luxen
|
a0a835bbe6
|
migrate SimpleLogger to C++11
|
2014-05-07 12:18:13 +02:00 |
|
Dennis Luxen
|
18861d58b5
|
compile fix for linux / wrong include
|
2014-04-24 13:06:57 +02:00 |
|
Dennis Luxen
|
8ae467985f
|
turn off colored logging if output is redirected to file
|
2014-04-24 13:06:54 +02:00 |
|
Dennis Luxen
|
76058729e0
|
dont reset coloring when it wasn't set in the first place, partially fixes Windows woes. See #979
|
2014-04-21 17:40:05 +02:00 |
|
Dennis Luxen
|
88a0cc8c9c
|
dont reset coloring when it wasn't set in the first place
|
2014-04-21 17:40:05 +02:00 |
|
Dennis Luxen
|
690ac740d2
|
support ANSI colors in logging class
|
2013-11-11 13:19:38 -05:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
Dennis Luxen
|
2d45354f50
|
Fixes coverity issue 1061545 Uninitialized scalar field
|
2013-09-17 15:06:12 +02:00 |
|
Dennis Luxen
|
124e555ed0
|
Disabling debug output in release build
|
2013-08-13 10:48:02 +02:00 |
|
Dennis Luxen
|
8de4613a3e
|
Fix coverity errors 1061543 751298
|
2013-08-09 12:55:08 +02:00 |
|
Dennis Luxen
|
4727bb5c9b
|
Fix coverity error 1061545
|
2013-08-09 12:51:21 +02:00 |
|
Dennis Luxen
|
7fe997d38c
|
Add missing newline on EOF
|
2013-08-08 14:53:49 +02:00 |
|
Dennis Luxen
|
44eed9282b
|
Adding new SimpleLogger class
|
2013-08-08 14:25:57 +02:00 |
|