athena/include
Lioncash d36b7bdc3f Global: Change <iostream> include into <ostream>
<iostream> injects a static constructor into every translation unit that
includes the header--even if nothing from the header is used. This can
result in minor initial program slowdown, as all of these constructors
need to run before main() can execute.

Instead, we can use <ostream>, which includes all of the necessary
machinery that we need.
2019-08-15 20:06:17 -04:00
..
LZ77 General: Use the override keyword where applicable 2019-08-15 16:12:17 -04:00
athena Global: Change <iostream> include into <ostream> 2019-08-15 20:06:17 -04:00
aes.hpp New code style refactor 2018-12-07 19:18:17 -10:00
bn.hpp New code style refactor 2018-12-07 19:18:17 -10:00
ec.hpp New code style refactor 2018-12-07 19:18:17 -10:00
gekko_support.h Initial Switch support (Needs testing) 2018-09-20 10:47:48 -07:00
md5.h * Fix styling 2015-05-18 20:24:56 -07:00
osx_largefilewrapper.h FreeBSD fixes 2016-10-27 15:44:50 -08:00
sha1.h Humungous refactor 2016-03-04 13:00:12 -10:00
utf8proc.h Huge compile performance refactor 2017-12-28 21:55:42 -10:00
win32_largefilewrapper.h * Visual Studio fixes (requires VS2013 at the minimum) 2014-12-28 20:46:43 -08:00
yaml.h windows fixes and proper UTF-8 conversion 2015-08-30 22:13:07 -07:00