]> git.sesse.net Git - casparcg/history - common/log.cpp
Fix a few Clang warnings.
[casparcg] / common / log.cpp
2017-05-06 Steinar H. GundersonMove from boost::thread to std::thread for nearly every...
2017-05-01 Steinar H. GundersonFix compilation with Boost 1.63.0.
2017-04-10 Helge Norberg[logging] Log timestamp when logging call was made...
2017-03-10 HellGoreMerge pull request #506 from dimitry-ishenko-casparcg...
2017-02-03 James WiseMerge branch '2.1.0' of https://github.com/CasparCG...
2017-02-01 HellGoreMerge pull request #545 from aruanoc/2.1.0
2017-02-01 HellGoreMerge pull request #543 from walterav1984/patch-1
2017-01-31 Helge Norberg[win32] Give the server a tiny hope of recovering from...
2017-01-11 Antonio Ruano CuestaMerge branch '2.1.0' of https://github.com/aruanoc...
2016-11-22 Helge Norberg[logging] Made the Linux ThreadId be the actual thread...
2016-11-22 Helge Norberg[logging] Suppress the logging of full path names in...
2015-12-16 Helge NorbergMade calltracing configurable
2015-12-16 Helge NorbergSeparated call trace to separate log file calltrace.log
2015-12-16 Helge NorbergAdded support for categorizing log into normal, call...
2015-12-03 Helge NorbergMerge branch '2.1.0' of https://github.com/CasparCG...
2015-12-03 Helge NorbergWrite timestamp, thread and severity on each line in...
2015-11-13 Helge NorbergImplemented a TCP server, simply sending every log...
2015-09-21 HellGoreMerge pull request #374 from hummelstrand/readme-2...
2015-09-07 Helge Norberg* Changed usage of BOOST_THROW_EXCEPTION to CASPAR_THRO...
2015-09-01 Helge Norberg* Fixed bug where lexical_cast from double to string...
2015-03-20 Helge NorbergMade the code more portable.
2015-02-13 Helge NorbergRefactored to use range based for instead of BOOST_FOREACH
2015-02-12 Helge Norberg* Upgraded to Visual Studio 2013
2013-04-10 Helge NorbergManually merged 0471dfe74a9f61e2fc2c03a963d71ba2bb68adc...
2012-09-06 hellgoreset svn:eol-style native on .h and .cpp files
2012-06-14 hellgoreMerged from trunk
2012-03-25 ronag2.1.0: -log: Improved call stack printing.
2012-03-25 ronag2.1.0: -Fixed ffmpeg input crash. -Log throwing call...
2012-03-24 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-24 ronag2.1.0: log: Print call stack on error.
2012-03-09 ronaggit-svn-id: https://casparcg.svn.sourceforge.net/svnroo...
2012-03-08 ronag2.1.0: audio_mixer: Fixed incorrect zero sample appending.
2012-02-03 ronag2.1.0: - print_producer_proxy: Fixed for decklink and...
2012-01-11 ronag2.1.0: Some mayor refactoring.