Skip to content

0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cosunae cosunae released this 31 May 19:16
· 120 commits to master since this release
019b82c
Remove diagnostics (#957)

Removes the diagnostics objects and generally cleans up printing log messages, e.g. all "raw" std::cout calls inside dawn are removed and replaced by general ostreams that are hooked up to use the dawn::log::{info,warn,error}.stream() std::ostreams.