# # ChangeLog for lib/data-struct/vector.h # # Generated by Trac 1.0.10 # 05/19/22 10:40:33 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. ... Mon, 23 Jun 2014 04:00:14 GMT Richard Sanger [8c42377] * lib/data-struct/deque.c (modified) * lib/data-struct/message_queue.h (modified) * lib/data-struct/vector.h (modified) * lib/hash_toeplitz.c (modified) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) Fix some BSD warnings/errors Mon, 19 May 2014 15:25:13 GMT Richard Sanger [fac8c46] * lib/data-struct/deque.c (modified) * lib/data-struct/deque.h (modified) * lib/data-struct/message_queue.c (modified) * 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) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Tidies up the pausing so that it now works as expected and a trace ... Thu, 10 Apr 2014 00:42:01 GMT Richard Sanger [abda273] * lib/data-struct/vector.h (modified) * lib/libtrace.h.in (modified) * lib/trace_parallel.c (modified) Remove inline functions that cause compile warnings when building ... Wed, 09 Apr 2014 13:24:05 GMT Richard Sanger [ead9478] * lib/data-struct/deque.c (modified) * lib/data-struct/deque.h (modified) * lib/data-struct/message_queue.c (modified) * lib/data-struct/ring_buffer.c (modified) * lib/data-struct/ring_buffer.h (modified) * lib/data-struct/sliding_window.c (modified) * lib/data-struct/sliding_window.h (modified) * lib/data-struct/vector.c (modified) * lib/data-struct/vector.h (modified) Use size_t rather than int for the data structures. Export vector, ... Sun, 30 Mar 2014 11:17:45 GMT Richard Sanger [d6a56b6] * lib/Makefile.am (modified) * lib/data-struct/deque.c (moved) * lib/data-struct/deque.h (moved) * lib/data-struct/message_queue.c (moved) * lib/data-struct/message_queue.h (moved) * lib/data-struct/ring_buffer.c (moved) * lib/data-struct/ring_buffer.h (moved) * lib/data-struct/sliding_window.c (moved) * lib/data-struct/sliding_window.h (moved) * lib/data-struct/vector.c (moved) * lib/data-struct/vector.h (moved) * lib/libtrace.h.in (modified) * lib/libtrace_int.h (modified) * tools/traceanon/traceanon_parallel.c (modified) * tools/tracertstats/tracertstats_parallel.c (modified) * tools/tracestats/tracestats_parallel.c (modified) Move the data structures out of the way and into there own folder and ...