Commit
c2dfa56add568cd5de5c577ee3b9c646c9919748
by Peter Buhr remove SKULLDUGGERY dealing with CFA typedef numbering problem The file was modified libcfa/src/bits/random.hfa The file was removed tests/zombies/prolog.c
Commit
e62802f05d6dda6a066a3df601dbb889a87092bf
by Peter Buhr add missing comma for citation field The file was modified doc/bibliography/pl.bib
Commit
4c6ba5ad003f3f9296090ec36391b755cf9d6c45
by caparsons refactored to use generators for seeding state, added splitmix32 for 32 bit seeding The file was modified libcfa/src/bits/random.hfa
Commit
a6bb5fc3cba1bc103e8945536925013a92da67a2
by caparsons fixed merge conflict The file was modified libcfa/src/bits/random.hfa
Commit
814a4da00637a1b6596dfdc58790e9773bfd45da
by caparsons updated expect files for prng based tests The file was modified tests/concurrent/pthread/.expect/bounded_buffer.x64.txt The file was modified tests/.expect/nested_function.x64.txt The file was modified tests/.expect/PRNG.x64.txt
Commit
09965e57a9fb4b13e767fe042c1dfcb22883f5f8
by caparsons added splitmix64 since wyhash has 128 bit dependency and xoshiro doesnt The file was modified libcfa/src/bits/random.hfa
Commit
12b006c42c66ef5cdeba312c8b20266b72c84df5
by caparsons small comment cleanup The file was modified libcfa/src/bits/random.hfa
Commit
90fb672c6125815e30984194cc3d4f87dda0a50b
by Peter Buhr use splitmix32/64 to prime set seed for all PRNG The file was modified tests/concurrent/pthread/.expect/bounded_buffer.x64.txt The file was modified libcfa/src/bits/random.hfa The file was modified tests/.expect/PRNG.x64.txt
Commit
1205b3e488950bd1c88593ef9186f9f04a10ce6f
by Peter Buhr update 32-bit tests after change to PRNG The file was modified tests/.expect/nested_function.x86.txt The file was modified tests/.expect/PRNG.x86.txt The file was modified tests/concurrent/pthread/.expect/bounded_buffer.x86.txt
Commit
1f771fcd9da4bad646684d7c7b5c0c793ee8f5fb
by mganesan Removed list initialization and simple assignment expression rules for functions. Split variable_type_redeclarator rule into variable_type_redeclarator and function_type_redeclarator rules The file was modified src/Parser/parser.yy
Commit
5d9c4bbfae2973ba02e031879fea9e28b556845f
by Peter Buhr proofread Mike's list chapter The file was modified doc/theses/mike_brooks_MMath/uw-ethesis.tex The file was modified doc/theses/mike_brooks_MMath/list.tex
Commit
1d245ea070764ba5b100c52d36b44e4fbce2b808
by caparson added padding to channel to prevent false sharing that was occurring The file was modified libcfa/src/concurrency/channel.hfa
Commit
de934c76b7cc8c4011e51f6cfbc009396f498bb5
by caparson minor changes to channel test harness The file was modified tests/concurrent/channels/parallel_harness.hfa
Commit
d63aeba5a24ac19ed7984faac773e20ce8121052
by Peter Buhr print unimplemented error for forall in typedef The file was modified src/Parser/parser.yy