112 Commits (43758dd8fc98ae884708d4b915b445b9689255e9)
 

Author SHA1 Message Date
neingeist 43758dd8fc positional-format-strings: suppress -Wformat-non-iso only for clang 11 years ago
neingeist 1d0b8c7541 uiowa-threads: remove trailing whitespace 11 years ago
neingeist f727b49d60 uiowa-threads: fix compiler warnings - still broken 11 years ago
neingeist 1fe1bba5c5 Makefile: don't mix indents 11 years ago
neingeist 9e4461fd5b Makefile: the tags file is VERY extra 11 years ago
neingeist ad287fd9a8 try positional format strings 11 years ago
neingeist cb3c9c0874 Makefile: clean up cppcheck.txt 11 years ago
neingeist c236772f8d Makefile: break long lines 11 years ago
neingeist 3e63c3990d IDEAS: try cilk plus with gcc 4.9 11 years ago
neingeist 967352b3db build multibrot-openmp.png with EXTRAS 11 years ago
neingeist 3d2c124dd9 don't want cmake here, stay with plain make 11 years ago
neingeist af084f328b distinguish between building all and really-all with EXTRAS 11 years ago
neingeist 970c8a9570 use dynamic scheduling in mandelbrot-openmp 11 years ago
neingeist d553cf9488 for now, don't wait for keypress in mandelbrot.c 11 years ago
neingeist 882ccc6dab add an untested MurmurHash3 implementation 11 years ago
neingeist db68f3d0ce add more IDEAS 11 years ago
neingeist 9ccfdd96ac add an openmp version of mandelbrot.c 11 years ago
neingeist d0be71ac8f add an openmp version of hello world ;) 11 years ago
neingeist 341990f1ee add an openmp version of multibrot 11 years ago
neingeist ffa93c8d34 Add an example of undefined behaviour 11 years ago
neingeist ed40922f52 Add comment about which method is used to approximate pi 11 years ago
neingeist f98e46dbe4 Add IDEAS 11 years ago
neingeist 7f86e21f39 Remove extra CFLAGS in Makefile 11 years ago
neingeist bdf2e7feca Compile using clang 11 years ago
neingeist 28ea4871dc Assert that we have n>=2 samples 11 years ago
neingeist 6146beb0f8 Calculate range 11 years ago
neingeist e646660868 Calculate standard deviation 11 years ago
neingeist 83f056effc Calculate sample variance 11 years ago
neingeist eeeb8e4f3c Some statistics stuff (av-variance.c) 11 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
neingeist 2531b2b3c5 fix gcc warning by using an unsigned int for the loop variable 11 years ago
neingeist 30b4726cab use ctags 11 years ago
neingeist 89978e5097 use signed int to make pedantic gcc happy 11 years ago
neingeist 065204dc85 fix lua foo 11 years ago
neingeist 1b2935353e make gcc more pedantic 11 years ago
neingeist 532b00e188 add more ideas 11 years ago
neingeist ce3c5ddc92 remove unused indent options in Makefile 11 years ago
neingeist aa891b6edb try cppcheck 11 years ago
orange dd222ae958 new ideas 11 years ago
orange 73636823a6 remove object files on clean 11 years ago