]> sourceware.org Git - libabigail.git/shortlog
libabigail.git
2020-12-15 Matthias MaennichRemove <memory> usages from abg_compat
2020-12-15 Matthias MaennichRemove <functional> usages from abg_compat
2020-12-15 Matthias MaennichDrop C++03 compatibility layer
2020-12-10 Giuliano ProcidaAdd qualifier / typedef / array / pointer test
2020-12-05 Giuliano Procidair: Arrays are indirect types for type structure simila...
2020-12-05 Dodji Seketeliir: Add better comments to types_have_similar_structure
2020-12-04 Giuliano Procidaabidiff: support --dump-diff-tree with --leaf-changes...
2020-12-03 Dodji SeketeliUse C++11 for the code base
2020-12-03 Dodji SeketeliCONTRIBUTING: Update instructions about regression...
2020-12-02 Dodji SeketeliTeach Automake that COPYING* files are gone from sources
2020-12-02 Dodji SeketeliAdd a license-change-2020.txt file
2020-12-02 Dodji SeketeliDelete COPYING* files
2020-12-02 Dodji SeketeliAdd the LICENSE.txt file
2020-12-02 Dodji SeketeliRe-license the project to Apache v2 With LLVM Exception
2020-12-02 Dodji SeketeliAdd helper files to perform the re-licensing
2020-12-02 Dodji SeketeliAdd replace-spdx-license.sh script
2020-12-02 Dodji SeketeliAdd has-spdx-header.sh script
2020-12-02 Dodji SeketeliAdd missing SPDX headers to source files not specifying...
2020-12-02 Matthias MaennichReplace individual license references with SPDX Identifiers
2020-12-01 Dodji SeketeliBump version number to 2.0
2020-12-01 Dodji SeketeliUpdate NEWS file for 1.8
2020-12-01 Dodji SeketeliUpdate the Changelog for 1.8
2020-12-01 Dodji SeketeliAdd check-self-compare to release regression testing
2020-12-01 Dodji Seketeliconfigure: add --enable-rpm415 option
2020-11-30 Dodji Seketelidwarf-reader: Bug 26908 - don't crash on empty DW_TAG_p... libabigail-1.8
2020-11-27 Dodji Seketelireader: Fix off-by-one error in assert
2020-11-27 Dodji Seketeliwriter: fix off-by-one error in assertion
2020-11-27 Dodji Seketeliabipkgdiff: make --self-check to fail on any change...
2020-11-27 Dodji Seketeliabidw: make --abidiff report any change against own...
2020-11-27 Dodji Seketelidwarf-reader: Avoid having several functions with the...
2020-11-27 Dodji Seketelireader: Don't lose anonymous-ness of decl-only classes
2020-11-27 Dodji Seketeliir: Introduce internal pretty representation for anonym...
2020-11-27 Dodji Seketeliwriter: Emit definitions of declarations when they...
2020-11-27 Dodji SeketeliBug 26780 - Fix array subrange bounds (de)serialization
2020-11-27 Dodji Seketelireader: Read array subrange length into an uint64_t
2020-11-25 Dodji Seketeliabipkgdiff: Avoid uncertainty when sorting worker tasks
2020-11-25 Dodji Seketelitests/data/test-fedabipkgdiff: Update reference output
2020-11-25 Matthias Maennichabipkgdiff: minor cleanups
2020-11-24 Dodji Seketelidwarf-reader: support artificially generated translatio...
2020-11-23 Dodji Seketelifedabipkgdiff: make --self-compare use abipkgdiff ...
2020-11-23 Dodji Seketeliabipkgdiff: Add a new --self-check option
2020-11-23 Dodji SeketeliBug 26769 - Fix missing types in abixml output
2020-11-16 Dodji SeketeliMake sure to canonicalize all types but decl-only classes
2020-11-13 Dodji Seketeliir: Add equality op to array_type_def::subrange_type...
2020-11-12 Dodji Seketeliwriter: Sort decls and fix topological sorting for...
2020-11-12 Dodji SeketeliBug PR26739 - Handle qualified typedef array types
2020-11-03 Dodji SeketeliUpdate test-libandroid.so.abi
2020-11-02 Matthias Maennichdwarf-reader: Ignore zero length location expressions...
2020-11-02 Giuliano ProcidaImprove enum synthetic type names
2020-11-02 Giuliano ProcidaImprove and stabilise sort of member functions
2020-11-01 Dodji Seketeliupdate-test-output.py: Update syntax
2020-11-01 Dodji SeketeliBug 26770 - Spurious declaration-only-ness induces...
2020-10-28 Matthias Maennichdwarf-reader: fix lookup for repeated translation unit...
2020-10-28 Giuliano ProcidaStabilise sort of canonical types
2020-10-28 Mark WielaardAssume subrange bounds types are unsigned if no underly...
2020-10-27 Mark Wielaarddwarf-reader: get subrange_type bounds signedness from...
2020-10-23 Dodji Seketeliabg-tools-utils: Fix comment
2020-10-14 Dodji Seketeliconfigure: Support ABIGAIL_NO_OPTIMIZATION_DEBUG enviro...
2020-10-14 Dodji SeketeliStructurally compare the few non-canonicalized types...
2020-10-12 Dodji SeketeliFix redundancy detection in the diff graph
2020-10-09 Dodji SeketeliConsider the implicit 'this' parameter when comparing...
2020-10-01 Giuliano ProcidaFix two wrongs in test suppression regex
2020-10-01 Giuliano ProcidaAdd missing newlines to end of test files.
2020-09-22 Giuliano Procidaabg-corpus.cc: report architecture discrepancies
2020-09-18 Dodji SeketeliBug 26568 - Union should support more than one anonymou...
2020-09-18 Dodji SeketeliMake abidiff and abidw support several --headers-dir...
2020-09-15 Dodji SeketeliBug 26309 - Wrong leaf reporting of changes to typedef...
2020-09-14 Dodji SeketeliFix thinko in get_vmlinux_path_from_kernel_dist
2020-09-10 Dodji Seketeliwriter: Avoid using dynamic hashing in type maps
2020-09-10 Dodji SeketeliUse flat representation to canonicalize anonymous class...
2020-08-06 Giuliano ProcidaDWARF: track chained DIE declaration-only status
2020-08-06 Giuliano ProcidaDWARF: look up DW_AT_declaration non-recursively
2020-08-04 Giuliano ProcidaImprove documentation of abidiff --type-id-style
2020-08-04 Giuliano ProcidaFix maybe_report_data_members_replaced_by_anon_dm
2020-08-04 Giuliano ProcidaFix decl_base comparison function
2020-08-04 Giuliano ProcidaMake decl_names_equal more accurate
2020-08-03 Dodji SeketeliBug 26261 - Fix logic for canonicalizing DW_TAG_subrout...
2020-07-30 Dodji Seketelidwarf-reader: re-indent a block of code
2020-07-28 Giuliano Procidaabg-ir.cc: Remove duplicated line of code
2020-07-28 Giuliano Procidaabg-writer.cc: Fix indentation of XML output
2020-07-28 Giuliano ProcidaRemove ABI XML test data file blank lines
2020-07-28 Giuliano Procidaabg-ir.cc: Fix incorrect pop of compared types.
2020-07-27 Giuliano ProcidaEnable Clang's -Werror-overloaded-virtual.
2020-07-27 Giuliano ProcidaFix inheritance of scope_decl::insert_member_decl
2020-07-27 Dodji SeketeliPimpl-ify traversable_base and remove its unused traver...
2020-07-27 Giuliano ProcidaSimplify peel_typedef_pointer_or_reference_type
2020-07-27 Giuliano ProcidaRemove unused is_reference_or_pointer_diff.
2020-07-27 Giuliano Procidaabg-comparison.h: Remove stray declaration
2020-07-27 Giuliano Procidaabg-ir.cc: Refactor operator== methods with helper...
2020-07-27 Giuliano Procidaabg-comparison.cc: Tidy some corpus_diff code
2020-07-27 Giuliano ProcidaFix --type-id-style hash for empty internal names.
2020-07-27 Giuliano Procidaabg-ir.cc: Tidy some operator== definitions
2020-07-21 Giuliano ProcidaFix corpus_diff::has_net_changes for --leaf-changes...
2020-07-10 Giuliano Procidareporter: Fix report whitespace typos.
2020-07-09 Giuliano Procidaabg-writer.cc: Clean up new line emission.
2020-07-09 Dodji Seketelireader: Remove useless support for WIP types
2020-07-09 Giuliano ProcidaUse pointers not strings in type graph comparison.
2020-07-08 Giuliano ProcidaAdd tests for declaration-only enums.
2020-07-08 Giuliano ProcidaAdd declaration-only enums to XML reader/writer.
2020-07-08 Dodji SeketeliSupport declaration-only enums in DWARF reader.
next
This page took 0.069067 seconds and 5 git commands to generate.