libabigail/tools
Dodji Seketeli 6ac6cfb3f6 abipkgdiff: Avoid uncertainty when sorting worker tasks
Worker tasks that have compared the binaries of two packages are
sorted according to the sizes of the binaries they compared.  The
tasks that compared bigger binaries come first.  So the output of
these tasks is always sorted the same.

When two tasks have sorted binaries of the same size, let's sort them
by taking into account the lexicographic order of the binaries names.

	* elf_size_is_greater: Take the name of the binaries into account
	when their size is equal.  Also, assert that all comparison tasks
	have compared binaries.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
2020-11-25 13:17:21 +01:00
..
.gitignore Update .gitignore files to ignore typical dev side products 2019-04-16 16:32:52 +02:00
abiar.cc Update copyright year to 2020 2020-02-21 17:05:01 +01:00
abicompat.cc Fix HARMLESS_SYMBOL_ALIAS_CHANGE_CATEGORY spelling 2020-06-11 10:06:04 +02:00
abidiff.cc Make abidiff and abidw support several --headers-dir{1,2} options 2020-09-18 10:27:18 +02:00
abidw.cc Make abidiff and abidw support several --headers-dir{1,2} options 2020-09-18 10:27:18 +02:00
abilint.cc Add --header-file option to add individual public header files. 2020-04-14 17:17:28 +02:00
abipkgdiff.cc abipkgdiff: Avoid uncertainty when sorting worker tasks 2020-11-25 13:17:21 +01:00
abisym.cc abisym: Remove leading space in output. 2020-03-10 18:03:03 +01:00
binilint.cc Update copyright year to 2020 2020-02-21 17:05:01 +01:00
fedabipkgdiff fedabipkgdiff: make --self-compare use abipkgdiff --self-check 2020-11-23 17:50:06 +01:00
kmidiff.cc Update copyright year to 2020 2020-02-21 17:05:01 +01:00
Makefile.am Support loading and comparing two kernel trees 2017-07-03 17:45:36 +02:00