Commit graph

94 commits

Author SHA1 Message Date
341990f1ee add an openmp version of multibrot 2014-04-12 13:12:55 +02:00
ffa93c8d34 Add an example of undefined behaviour 2014-02-15 14:09:43 +01:00
ed40922f52 Add comment about which method is used to approximate pi 2014-02-15 13:57:53 +01:00
f98e46dbe4 Add IDEAS 2014-02-14 21:36:35 +01:00
7f86e21f39 Remove extra CFLAGS in Makefile 2014-02-14 21:36:00 +01:00
bdf2e7feca Compile using clang 2014-02-14 21:35:28 +01:00
28ea4871dc Assert that we have n>=2 samples 2014-02-14 21:31:38 +01:00
6146beb0f8 Calculate range 2014-02-14 20:41:32 +01:00
e646660868 Calculate standard deviation 2014-02-14 20:27:32 +01:00
83f056effc Calculate sample variance 2014-02-14 20:20:32 +01:00
eeeb8e4f3c Some statistics stuff (av-variance.c) 2014-02-14 20:07:15 +01:00
9527b11c57 add a simple test of mtrace 2013-12-10 21:57:45 +01:00
c8683cda1c mark arg of compmandelbrot as unused to suppress compiler warning 2013-12-10 17:59:53 +01:00
c810a1889c use int main(void) for main, so clang won't complain about unused argc/argv 2013-12-10 17:48:47 +01:00
f04c4686c6 make clang happier about unused argc/argv in main() 2013-12-09 10:35:23 +01:00
8d149f026a make pedantic clang happier by not specifying unused argc/argv 2013-12-09 07:49:20 +01:00
9308677458 don't use zero-size array to make pedantic gcc happy 2013-12-08 23:41:40 +01:00
fb429605f3 add assert to make sure our assembly works 2013-12-08 23:34:34 +01:00
c46a411792 remove trailing whitespace 2013-12-08 23:33:20 +01:00
534a86f2d7 use unix fileformat 2013-12-08 23:33:05 +01:00
af3debf5fd let main() return something to make pedantic gcc happy 2013-12-08 23:31:40 +01:00
f1adfa76d9 add a few asserts to make approximating pi more reliable 2013-12-08 23:24:34 +01:00
2531b2b3c5 fix gcc warning by using an unsigned int for the loop variable 2013-12-08 23:23:45 +01:00
30b4726cab use ctags 2013-12-08 23:02:39 +01:00
89978e5097 use signed int to make pedantic gcc happy 2013-12-08 22:55:49 +01:00
065204dc85 fix lua foo 2013-12-08 22:36:43 +01:00
1b2935353e make gcc more pedantic 2013-12-08 22:13:25 +01:00
532b00e188 add more ideas 2013-12-08 22:12:42 +01:00
ce3c5ddc92 remove unused indent options in Makefile 2013-11-28 10:57:04 +01:00
aa891b6edb try cppcheck 2013-11-28 10:54:20 +01:00
dd222ae958 new ideas 2013-10-02 17:45:39 +02:00
73636823a6 remove object files on clean 2013-10-02 17:43:43 +02:00
dde2ce62db new ideas 2013-10-02 17:43:20 +02:00
a0999008e0 user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 2013-08-31 17:42:46 +02:00
fcdc22b861 test inline assembly 2013-08-02 19:04:57 +02:00
f1d1727bf6 add missing else 2013-07-05 16:02:52 +02:00
457e00f4fe add binsearch 2013-07-05 15:58:54 +02:00
b8f997bffb properly free memory 2013-07-05 08:05:52 +02:00
63c2766938 add IDEAS 2013-07-05 07:59:59 +02:00
6518f586b2 add lua experiment 2013-07-05 07:58:49 +02:00
19ad87265b properly clean up before exiting 2013-07-04 09:53:47 +02:00
15840e821d wo lernen? 2013-07-04 09:03:48 +02:00
ff5ec6af02 properly initialize new list items 2013-07-03 09:31:50 +02:00
7e828ad441 revert a list 2013-07-02 22:31:39 +02:00
469f5a7da3 make the list a type itself 2013-07-02 18:19:50 +02:00
7f85731e5e make the list a type itself 2013-07-02 18:19:15 +02:00
7e2f62da99 check malloc() return values 2013-06-30 22:10:52 +02:00
562df3ece0 remove indent target, it breaks things 2013-06-18 17:38:05 +02:00
ba7633d4e0 reindent bloom.c 2013-06-18 17:35:10 +02:00
bc13bda65b use global mbrot pointer 2013-06-18 17:34:12 +02:00