122 Commits (master)
 

Author SHA1 Message Date
neingeist 2714bab2da .gitignore argv 7 years ago
neingeist 7b04f5360e update IDEAS 7 years ago
neingeist 0c634fa609 no need for the line-wise function anymore 10 years ago
neingeist bbae44fec7 only SDL_Flip is critical, not the check 10 years ago
neingeist 3771b2578e add a simple argv/argc test 10 years ago
neingeist c6c8d4eb53 add a small union example 10 years ago
neingeist 90e69a4c54 sort of finish bloom filter 10 years ago
neingeist a5638de011 add my own broken example for uiowa-threads.c 10 years ago
neingeist 8141a18cab uncrustify source code 10 years ago
neingeist ca15f19709 macros.txt: list all predefined macros 10 years ago
neingeist 43758dd8fc positional-format-strings: suppress -Wformat-non-iso only for clang 10 years ago
neingeist 1d0b8c7541 uiowa-threads: remove trailing whitespace 10 years ago
neingeist f727b49d60 uiowa-threads: fix compiler warnings - still broken 10 years ago
neingeist 1fe1bba5c5 Makefile: don't mix indents 10 years ago
neingeist 9e4461fd5b Makefile: the tags file is VERY extra 10 years ago
neingeist ad287fd9a8 try positional format strings 10 years ago
neingeist cb3c9c0874 Makefile: clean up cppcheck.txt 10 years ago
neingeist c236772f8d Makefile: break long lines 10 years ago
neingeist 3e63c3990d IDEAS: try cilk plus with gcc 4.9 10 years ago
neingeist 967352b3db build multibrot-openmp.png with EXTRAS 10 years ago
neingeist 3d2c124dd9 don't want cmake here, stay with plain make 10 years ago
neingeist af084f328b distinguish between building all and really-all with EXTRAS 10 years ago
neingeist 970c8a9570 use dynamic scheduling in mandelbrot-openmp 10 years ago
neingeist d553cf9488 for now, don't wait for keypress in mandelbrot.c 10 years ago
neingeist 882ccc6dab add an untested MurmurHash3 implementation 10 years ago
neingeist db68f3d0ce add more IDEAS 10 years ago
neingeist 9ccfdd96ac add an openmp version of mandelbrot.c 10 years ago
neingeist d0be71ac8f add an openmp version of hello world ;) 10 years ago
neingeist 341990f1ee add an openmp version of multibrot 10 years ago
neingeist ffa93c8d34 Add an example of undefined behaviour 10 years ago
neingeist ed40922f52 Add comment about which method is used to approximate pi 10 years ago
neingeist f98e46dbe4 Add IDEAS 10 years ago
neingeist 7f86e21f39 Remove extra CFLAGS in Makefile 10 years ago
neingeist bdf2e7feca Compile using clang 10 years ago
neingeist 28ea4871dc Assert that we have n>=2 samples 10 years ago
neingeist 6146beb0f8 Calculate range 10 years ago
neingeist e646660868 Calculate standard deviation 10 years ago
neingeist 83f056effc Calculate sample variance 10 years ago
neingeist eeeb8e4f3c Some statistics stuff (av-variance.c) 10 years ago
neingeist 9527b11c57 add a simple test of mtrace 11 years ago
neingeist c8683cda1c mark arg of compmandelbrot as unused to suppress compiler warning 11 years ago
neingeist c810a1889c use int main(void) for main, so clang won't complain about unused argc/argv 11 years ago
neingeist f04c4686c6 make clang happier about unused argc/argv in main() 11 years ago
neingeist 8d149f026a make pedantic clang happier by not specifying unused argc/argv 11 years ago
neingeist 9308677458 don't use zero-size array to make pedantic gcc happy 11 years ago
neingeist fb429605f3 add assert to make sure our assembly works 11 years ago
neingeist c46a411792 remove trailing whitespace 11 years ago
neingeist 534a86f2d7 use unix fileformat 11 years ago
neingeist af3debf5fd let main() return something to make pedantic gcc happy 11 years ago
neingeist f1adfa76d9 add a few asserts to make approximating pi more reliable 11 years ago