mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-13 12:51:03 +00:00
dca9690970
* include/abg-diff-utils.h (insertion::inserted_): Changed the type of this from vector<int> to vector<unsigned>. (insertion::{insertion, inserted_indexes}): Adjust. (compute_diff): Add two new simpler overloads. Implement them in term of the former more complex overload. (compute_lcs): Adjust for the vector<int> -> vector<unsigned> change. * src/abg-diff-utils.cc (compute_lcs, compute_ses): Adjust for the compute_diff change above. * src/abg-comparison.cc (compute_diff, report_changes): Adjust for the compute_diff & vector<unsigned> changes above.. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
abg-comparison.h | ||
abg-config.h | ||
abg-corpus.h | ||
abg-diff-utils.h | ||
abg-fwd.h | ||
abg-hash.h | ||
abg-ir.h | ||
abg-libxml-utils.h | ||
abg-libzip-utils.h | ||
abg-traverse.h | ||
abg-version.h.in | ||
abg-viz-common.h | ||
abg-viz-dot.h | ||
abg-viz-svg.h | ||
Makefile.am |