Commit Graph

117 Commits (c6c8d4eb53a4092aa076506140d765b628008264)
 

Author SHA1 Message Date
neingeist c6c8d4eb53 add a small union example
neingeist 90e69a4c54 sort of finish bloom filter
neingeist a5638de011 add my own broken example for uiowa-threads.c
neingeist 8141a18cab uncrustify source code
neingeist ca15f19709 macros.txt: list all predefined macros
neingeist 43758dd8fc positional-format-strings: suppress -Wformat-non-iso only for clang
neingeist 1d0b8c7541 uiowa-threads: remove trailing whitespace
neingeist f727b49d60 uiowa-threads: fix compiler warnings - still broken
neingeist 1fe1bba5c5 Makefile: don't mix indents
neingeist 9e4461fd5b Makefile: the tags file is VERY extra
neingeist ad287fd9a8 try positional format strings
neingeist cb3c9c0874 Makefile: clean up cppcheck.txt
neingeist c236772f8d Makefile: break long lines
neingeist 3e63c3990d IDEAS: try cilk plus with gcc 4.9
neingeist 967352b3db build multibrot-openmp.png with EXTRAS
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