General-purpose streaming I/O framework
Go to file
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
Example GCC fixes and better CMake dependency handling 2019-06-11 15:58:44 -10:00
atdna Massive fmtlib refactor 2019-07-19 18:19:44 -10:00
cmake Various NX build fixes 2018-09-23 19:12:29 -07:00
extern Windows build fixes 2019-07-27 15:18:57 -10:00
include Global: Change <iostream> include into <ostream> 2019-08-15 20:06:17 -04:00
src Global: Change <iostream> include into <ostream> 2019-08-15 20:06:17 -04:00
.gitignore Additional ignore entries for Athena 2015-12-30 19:02:38 -10:00
.gitmodules Massive fmtlib refactor 2019-07-19 18:19:44 -10:00
Athena.icns added icons; updated PKGBUILD for CMake 2015-07-08 10:21:50 -10:00
Athena.ico added icons; updated PKGBUILD for CMake 2015-07-08 10:21:50 -10:00
AthenaConfig.cmake.in More code cleanup 2017-01-03 10:42:03 -08:00
AthenaConfigVersion.cmake.in CMake package exports 2015-07-08 13:53:40 -10:00
AthenaNSIS.bmp windows packaging and CMake adjustments 2015-07-10 16:14:06 -10:00
CMakeLists.txt Massive fmtlib refactor 2019-07-19 18:19:44 -10:00
Doxyfile Remove EC and BN code in preparation due to licensing issues 2016-06-29 17:37:34 -07:00
LICENSE Update copyright date 2018-01-02 14:22:47 -10:00
PKGBUILD.in remade PKGBUILD as PKGBUILD.in (configured by CMake) 2015-08-13 17:21:49 -10:00
README.md Update README.md 2015-07-08 15:12:24 -10:00
libAthena.pc.in Windows fixes 2017-11-13 17:33:31 -10:00
libnx.cmake Switch build fixes 2018-09-25 15:38:11 -07:00
toolchain-powerpc.cmake Fix GC/Wii linker error 2015-10-16 02:46:18 -07:00

README.md

Athena