libgit2/tests/index
Russell Belfer 882c774271 Convert pqueue to just be a git_vector
This updates the git_pqueue to simply be a set of specialized
init/insert/pop functions on a git_vector.

To preserve the pqueue feature of having a fixed size heap, I
converted the "sorted" field in git_vectors to a more general
"flags" field so that pqueue could mix in it's own flag.  This
had a bunch of ramifications because a number of places were
directly looking at the vector "sorted" field - I added a couple
new git_vector helpers (is_sorted, set_sorted) so the specific
representation of this information could be abstracted.
2014-02-04 10:01:37 -08:00
..
addall.c More improvements to callback return value tests 2013-12-11 11:55:00 -08:00
collision.c More index collision tests 2014-01-29 13:15:53 -08:00
conflicts.c index: rename an entry's id to 'id' 2014-01-25 08:15:44 +01:00
filemodes.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
inmemory.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
names.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
read_tree.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c index: rename an entry's id to 'id' 2014-01-25 08:15:44 +01:00
reuc.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
stage.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tests.c Convert pqueue to just be a git_vector 2014-02-04 10:01:37 -08:00