Switch from pipes to temporary file to store program output to get rid length limits.
[c11tester.git] / datarace.h
2019-07-22 Brian Demskyfix merge issue
2019-07-22 rootfix conflict
2019-07-19 bdemskyAdd support for converting normal writes into ModelActi...
2019-07-17 bdemskyTrack whether a write was from an atomic
2019-07-16 bdemskyMake atomics actually write to memory for compatibility...
2019-07-16 bdemskyTowards not reporting the same datarace twice
2019-06-19 rootmerge
2019-06-14 weiyuMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-12 bdemskyfix tabbing comment issue
2019-06-11 bdemskyfix tabbing
2019-06-05 bdemskyMore fuzzing changes
2013-04-18 Brian Norrisdatarace: bugfix - use proper multiple-inclusion guard
2013-04-17 Brian Norrisdatarace: don't export unrealized race vector
2013-04-16 Brian Norrisdatarace: simplify raceCheck{Read,Write}() function...
2013-04-11 Brian Norrisimprove documentation + Doxygen formatting
2013-03-07 Brian Norrisbugfix - add stl-model.h wrappers, to provide more...
2012-11-16 Brian Norrisdatarace: redirect "Data race @ ..." messages to model...
2012-11-15 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-11-15 Brian Demskymerge
2012-11-14 Brian Norrisrace: where possible, use "const void *" for addresses
2012-10-04 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-03 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-03 Brian Norrismodeltypes: move small typedefs to own header
2012-09-07 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-09-07 Brian Demskychanges
2012-09-06 Brian NorrisMerge branch 'norris'
2012-09-06 Brian Demskyworking towards making datarace detection work
2012-08-02 Brian DemskyAdd documentation
2012-07-06 Brian Norrisdatarace/clockvector: switch 'clocks' to use 'unsigned...
2012-07-06 Brian Demskyadd support for datarace detection...