Commit Graph

21 Commits

Author SHA1 Message Date
Wolfgang Thaller
7581140436 fix a minor bug in Launcher, add -Wl,-gc-sections to generate smaller executables 2014-10-05 23:47:37 +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
Wolfgang Thaller
cfa92dcc02 use pascal calling convention for one function in raytracer.c, to make it easier to notice any bugs 2014-09-25 21:10:29 +02:00
Wolfgang Thaller
366768b135 Revert "butcher fixedbenchmark to find a bug."
This reverts commit 163ec2bb26958199549716d45297b1e427d6b0bd.
2014-09-24 02:54:02 +02:00
Wolfgang Thaller
cf2a08b7de butcher fixedbenchmark to find a bug. 2014-09-24 02:54:02 +02:00
Wolfgang Thaller
7c9e59e73a some performance optimizations in Console and raytracer2.cc 2014-09-21 22:38:48 +02:00
Wolfgang Thaller
4116636965 "\p*** Pascal String literals ***" are now supported. 2014-09-20 02:17:52 +02:00
Wolfgang Thaller
c8ac7aff27 convert raytracer.cc to plain C 2014-09-17 03:39:50 +02:00
Wolfgang Thaller
534ef17a1f Move Console to a library: We can now compile a standard Hello World program. 2014-09-17 03:35:18 +02:00
Wolfgang Thaller
822c9f3dbf fix indentation before it is too late 2014-09-15 00:43:30 +02:00
Wolfgang Thaller
82203b6b7d add README, COPYING and license notices 2012-04-24 03:22:36 +02:00
Wolfgang Thaller
624232f38b benchmark for fixed 2012-04-10 23:55:53 +02:00
Wolfgang Thaller
52b50689d2 move fixed point number class to separate file 2012-04-10 23:23:21 +02:00
Wolfgang Thaller
793b94bacc fixed point arithmetic! 2012-04-09 00:17:55 +02:00
Wolfgang Thaller
b014ba5ba2 fix reflection 2012-04-09 00:16:01 +02:00
Wolfgang Thaller
00f704871a copy raytracer.cc for "modern-c++" development 2012-04-08 17:23:10 +02:00
Wolfgang Thaller
7fb556dbb2 metrowerks compatibility 2012-04-08 17:21:11 +02:00
Wolfgang Thaller
819d195c04 minor mistakes 2012-04-08 17:03:37 +02:00
Wolfgang Thaller
daf8b6aac6 switch to better dithering algo 2012-04-08 09:28:33 +02:00
Wolfgang Thaller
93d587b314 Raytracer :-) 2012-04-08 00:29:54 +02:00