# # ChangeLog for test/test-format-parallel-hasher.c # # Generated by Trac 1.0.10 # 05/22/22 03:36:02 Mon, 15 Sep 2014 14:35:10 GMT Richard Sanger [2498008] * lib/Makefile.am (modified) * lib/combiner_ordered.c (added) * lib/combiner_sorted.c (added) * lib/combiner_unordered.c (added) * lib/combiners.h (added) * lib/data-struct/vector.c (modified) * lib/data-struct/vector.h (modified) * lib/format_linux.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Refactor the combining step to allow user defined functions here. ... Tue, 12 Aug 2014 02:14:50 GMT Richard Sanger [f051c1b] * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * lib/trace.c (modified) * lib/trace_parallel.c (modified) * test/Makefile (modified) * test/do-tests-parallel.sh (modified) * test/test-format-parallel-hasher.c (modified) * test/test-format-parallel-reporter.c (added) * test/test-format-parallel-singlethreaded-hasher.c (modified) * test/test-format-parallel-singlethreaded.c (modified) * test/test-format-parallel-stressthreads.c (modified) * test/test-format-parallel.c (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Tidies up the state messages received, now all states are passed ... Tue, 24 Jun 2014 14:04:40 GMT Richard Sanger [59ef093] * lib/hash_toeplitz.c (modified) * lib/trace_parallel.c (modified) * test/Makefile (modified) * test/do-tests-parallel.sh (modified) * test/test-format-parallel-hasher.c (added) * test/test-format-parallel-singlethreaded-hasher.c (added) * test/test-format-parallel-singlethreaded.c (added) * test/test-format-parallel-stressthreads.c (added) * test/test-format-parallel.c (modified) Adds more tests * Test hashing function is used * Test single ...