Change 16131

ShadauxCat (ShadauxCat)
ShadauxCat committed this change into //guest/ShadauxCat/Sprawl/Mainline under Review 16132
View Review
Download .zip
- Exposed FILE* object in sprawl::filesystem::File
- Added ability to specify flush behavior for custom handlers via std::function (interesting note - apparently with optimization enabled, calls to std::function can execute faster than virtual function calls)
- Threads that destruct with no Join() after exiting with an uncaught exception will terminate with an error message rather than swallowing the exception and letting it disappear

#review-16132
  • Files 6
  • Comments 0
6 edited 0 added 0 deleted
filesystem/filesystem.hpp#6
Loading...
logging/Logging.cpp#3
Loading...
logging/Logging.hpp#4
Loading...
threading/thread.hpp#4
Loading...
threading/thread_linux.cpp#5
Loading...
threading/thread_windows.cpp#3
Loading...
Tip: Use n and p to cycle through the changes.