Commit Graph

102 Commits (3d2c124dd973b0937bdf769ce7f12b01fd3ccf33)
 

Author SHA1 Message Date
neingeist 3d2c124dd9 don't want cmake here, stay with plain make
neingeist af084f328b distinguish between building all and really-all with EXTRAS
neingeist 970c8a9570 use dynamic scheduling in mandelbrot-openmp
neingeist d553cf9488 for now, don't wait for keypress in mandelbrot.c
neingeist 882ccc6dab add an untested MurmurHash3 implementation
neingeist db68f3d0ce add more IDEAS
neingeist 9ccfdd96ac add an openmp version of mandelbrot.c
neingeist d0be71ac8f add an openmp version of hello world ;)
neingeist 341990f1ee add an openmp version of multibrot
neingeist ffa93c8d34 Add an example of undefined behaviour
neingeist ed40922f52 Add comment about which method is used to approximate pi
neingeist f98e46dbe4 Add IDEAS
neingeist 7f86e21f39 Remove extra CFLAGS in Makefile
neingeist bdf2e7feca Compile using clang
neingeist 28ea4871dc Assert that we have n>=2 samples
neingeist 6146beb0f8 Calculate range
neingeist e646660868 Calculate standard deviation
neingeist 83f056effc Calculate sample variance
neingeist eeeb8e4f3c Some statistics stuff (av-variance.c)
neingeist 9527b11c57 add a simple test of mtrace
neingeist c8683cda1c mark arg of compmandelbrot as unused to suppress compiler warning
neingeist c810a1889c use int main(void) for main, so clang won't complain about unused argc/argv
neingeist f04c4686c6 make clang happier about unused argc/argv in main()
neingeist 8d149f026a make pedantic clang happier by not specifying unused argc/argv
neingeist 9308677458 don't use zero-size array to make pedantic gcc happy
neingeist fb429605f3 add assert to make sure our assembly works
neingeist c46a411792 remove trailing whitespace
neingeist 534a86f2d7 use unix fileformat
neingeist af3debf5fd let main() return something to make pedantic gcc happy
neingeist f1adfa76d9 add a few asserts to make approximating pi more reliable
neingeist 2531b2b3c5 fix gcc warning by using an unsigned int for the loop variable
neingeist 30b4726cab use ctags
neingeist 89978e5097 use signed int to make pedantic gcc happy
neingeist 065204dc85 fix lua foo
neingeist 1b2935353e make gcc more pedantic
neingeist 532b00e188 add more ideas
neingeist ce3c5ddc92 remove unused indent options in Makefile
neingeist aa891b6edb try cppcheck
orange dd222ae958 new ideas
orange 73636823a6 remove object files on clean
orange dde2ce62db new ideas
orange a0999008e0 user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
orange fcdc22b861 test inline assembly
orange f1d1727bf6 add missing else
orange 457e00f4fe add binsearch
orange b8f997bffb properly free memory
orange 63c2766938 add IDEAS
orange 6518f586b2 add lua experiment
orange 19ad87265b properly clean up before exiting
orange 15840e821d wo lernen?