Commit Graph

11 Commits

Author SHA1 Message Date
Wolfgang Thaller 8391611859 add Runtime Library Exception to Console library license 2020-01-12 18:22:39 +01:00
Wolfgang Thaller 13470b7a75 fix compile options for Console 2020-01-12 18:22:16 +01:00
Wolfgang Thaller e5185d23c3 Switch tab-indented files to 4-space indent 2019-08-18 13:21:00 +02:00
Wolfgang Thaller ce9deca9db make console embeddable 2019-01-09 00:12:47 +01:00
Wolfgang Thaller 380fef0114 cleanup CMAKE_CXX_FLAGS and fix various warnings 2019-01-04 03:35:32 +01:00
Wolfgang Thaller 821bc04a7a set -ffunction-sections option on libretro and libConsole, and use gc-sections in Samples/HelloWorld. 2017-09-29 22:31:35 +02:00
Wolfgang Thaller 1048b06ce4 Console improvements 2015-10-17 00:19:20 +02:00
Wolfgang Thaller 8f9720a31e add ConsoleTest application (test console without going through stdio/iostreams); make Console lib less likely to crash on bad_alloc 2015-09-08 23:47:46 +02:00
Wolfgang Thaller 07c4b6c968 remove HelloWorld example from Console subdirectory 2015-07-16 02:33:32 +02:00
Wolfgang Thaller 3f2a63ff40 configure gcc to pass the right linker flags & simplify CMakeLists
It is no longer necessary to pass special compiler options in order to compile an application.
2014-09-30 16:25:27 +02:00
Wolfgang Thaller 113b7407e1 Split App2 directory into TestApps/ and Console/ 2014-09-27 17:21:03 +02:00