abg-writer: Refactor write_corpus API
[platform/upstream/libabigail.git] / src /
2019-05-22 Matthias Maennichabg-writer: Refactor write_corpus API
2019-05-22 Matthias Maennichabg-writer: Refactor write_translation_unit API
2019-05-22 Matthias Maennichabg-writer: Simplify 'annotate' propagation
2019-05-16 Dodji SeketeliBug 24552 - abidiff fails comparing a corpus against...
2019-05-15 Dodji SeketeliBug 24560 - Assertion failure on an abixml with an...
2019-05-13 Dodji SeketeliHandle Linux kernel binaries with no __ksymtab section
2019-05-10 Dodji SeketeliFix logic of get_binary_load_address
2019-05-10 maennich@google.comBug 24431 Treat __ksymtab as int32_t for v4.19+ kernels
2019-05-10 maennich@google.comBug 24431 Read 32bit values when testing for the v4...
2019-05-10 maennich@google.comdwarf-reader: templatize read_int_from_array_of_bytes
2019-05-10 maennich@google.comdwarf-reader: Fix comments for try_reading_first_ksymta...
2019-05-09 Dodji SeketeliBetter handle several anonymous types of the same kind
2019-05-07 Dodji SeketeliHandle several member anonymous types of the same kind
2019-04-24 Dodji SeketeliUse canonical types hash maps for type IDs in abixml...
2019-04-24 Dodji SeketeliDon't try to de-duplicate all anonymous struct DIEs
2019-04-24 Dodji SeketeliCanonicalize types non tied to any DWARF DIE
2019-04-18 Mark WielaardDon't try to read a build_id as string in find_alt_debu...
2019-04-18 Mark WielaardFix an undefined behaviour in has_var_type_cv_qual_change
2019-04-18 Dodji Seketeliabg-tools-utils.cc: Plug a leak in find_file_under_dir
2019-04-18 Matthias Maennichdwarf-reader: fix undefined behaviour in get_binary_loa...
2019-04-18 Dodji SeketeliDelay canonicalization for array and qualified types
2019-04-18 Dodji SeketeliFix a memory leak in real_path
2019-04-17 Dodji SeketeliBug 24431 - ELF reader fails to determine __ksymtab...
2019-04-16 Matthias Maennich... dwarf-reader: fix recursion in expr_result::operator&
2019-04-16 Matthias Maennich... distinct_diff: avoid expression with side effects withi...
2019-04-16 Matthias Maennich... ir: drop unused data members from {environment,qualifie...
2019-04-16 Matthias Maennich... suppressions: drop unused parameter from type_is_suppressed
2019-04-16 Matthias Maennich... abg-reader: clarify boolean use of assignment
2019-04-16 Dodji SeketeliBug 24431 - ELF reader can't interpret ksymtab with...
2019-04-10 Dodji SeketeliBug 24430 - Fold away const for array types
2019-04-08 Dodji SeketeliPropagate private type diff category through refs/quali...
2019-04-08 Dodji SeketeliFix anonymous union constructed under the wrong context
2019-04-08 Dodji SeketeliInternal pretty repr of union cannot be flat representation
2019-04-08 Dodji SeketeliMisc comment fixes
2019-03-27 Dodji SeketeliAdd missing assignment operators
2019-03-25 Dodji SeketeliBug 24378 - DW_TAG_subroutine_type as a DIE scope cause...
2019-03-22 Dodji SeketeliMisc cleanups
2019-03-22 Dodji SeketeliBetter pointer name equality optimization in DIE de...
2019-03-21 Dodji SeketeliAdd ir::{lookup_data_member, get_function_parameter}
2019-03-21 Dodji SeketeliBetter detection of void* to something* change
2019-03-21 Dodji SeketeliPR24257 - Handle DW_TAG_typedef with no underlying...
2019-02-20 Dodji SeketeliDo not build DIE -> parent map just because we see...
2019-02-19 Dodji SeketeliAvoid over-suppressing fns & vars when analysing the...
2019-02-08 Dodji SeketeliBug 24188 - Assertion failed while analysing a Fortran...
2019-02-07 Dodji SeketeliBug 24157 - Wrong support of Ada ranges
2019-01-31 Dodji SeketeliSmall apidoc fix
2019-01-31 Dodji SeketeliBug 24139 - Support suppressing some enumerator changes
2019-01-25 Dodji SeketeliBetter comments in the comparison engine
2019-01-25 Dodji SeketeliBug 20175 - Classify CV qual changes in variable type...
2019-01-18 Dodji SeketeliOverhaul detection the DW_LANG_* enumerators from dwarf.h
2019-01-18 Dodji SeketeliFix a thinko
2019-01-17 Mark WielaardConditionalize the use of DW_LANG_C_plus_plus_03 and...
2019-01-17 Dodji SeketeliSupport some new DWARF language encoding for C and C++
2019-01-17 Dodji SeketeliAdd (very) basic support for Rust
2019-01-16 Dodji SeketeliSeparate public types of first binary from those of...
2019-01-09 Dodji SeketeliBug 23044 - Assertions with side effects
2019-01-07 Dodji SeketeliUpdate copyright for 2019
2018-11-29 Dodji SeketeliAdd basic support for Fortran binaries
2018-11-08 Dodji SeketeliSupport having several debuginfo search dirs for a...
2018-10-18 Dodji SeketeliBug rhbz1638554 - assertion failed in is_mostly_distinc...
2018-10-17 Dodji SeketeliDefine UINT64_MAX when it's not defined
2018-10-16 Dodji SeketeliBetter support array with unknown upper bound
2018-10-03 Dodji SeketeliMisc comment fix
2018-10-03 Dodji SeketeliBug 23708 - categorize void* to pointer change as harmless
2018-10-02 Dodji SeketeliCategorize CV qualifier changes on fn return types...
2018-10-01 Dodji SeketeliFix propagation of private type suppression category
2018-09-25 Dodji SeketeliPR23641 - confusion when a type definition DIE is match...
2018-09-21 Dodji SeketeliPR23641 - Type definition DIE matched by a supprspec...
2018-09-03 Dodji SeketeliAdd option to avoid walking abigail::ir nodes twice
2018-08-31 Dodji SeketeliFix apidoc of dwarf_reader::get_soname_of_elf_file
2018-08-30 Dodji SeketeliBug 23533 - Accept '=' in ini property values
2018-07-12 Dodji SeketeliAllow square brackets in ini property values
2018-06-29 Dodji SeketeliEnsure die_function_type_is_method_type returns a class...
2018-06-28 Dodji SeketeliMisc style adjustements
2018-06-28 Dodji SeketeliInitial basic support of union type in suppression...
2018-06-28 Dodji SeketeliFilter out changes like type to const type
2018-06-28 Dodji SeketeliFix redundancy detection through fn ptr and typedef...
2018-06-08 Dodji SeketeliIdentify a function using its symbol name and version
2018-06-06 Dodji SeketeliExplicitely detect anonymous data member changes
2018-06-04 Dodji SeketeliUse the flat representation for anonymous struct/unions
2018-06-01 Dodji SeketeliBetter detect when pointer and qualified types carry...
2018-05-24 Dodji SeketeliBetter detect when diff nodes only carry local type...
2018-05-24 Dodji SeketeliImprove detection of local *type* changes
2018-05-24 Dodji SeketeliRemove references, arrays and fn parms from leaf diff...
2018-05-17 Dodji SeketeliDon't bail because "rpm" issued an error
2018-05-14 Dodji SeketeliSort the output of the leaf reporter
2018-05-14 Dodji SeketeliShow data member offsets in bytes too
2018-05-14 Dodji SeketeliInitial support of anonymous data members
2018-04-30 Dodji SeketeliRepresent sizes and offsets in bytes and hexadecimal...
2018-04-16 Jonathan WakelyUse std::string::substr instead of appending single...
2018-04-16 Jonathan WakelyRename misleading remove_trailing_white_spaces functions
2018-04-16 Jonathan WakelyRemove unused local set<string> variables
2018-04-16 Jonathan WakelyRemove assertion with side-effects
2018-04-13 Dodji SeketeliMisc style changes
2018-04-13 Dodji SeketeliWhen we say an a change was reported earlier give its...
2018-04-13 Dodji SeketeliAvoid reporting an enum change if it has already been...
2018-04-13 Dodji SeketeliAlways show redundant changes in leaf mode
2018-04-13 Dodji SeketeliFix leaf report of class data member changes
2018-04-13 Dodji SeketeliOnly show leaf type changes in the leaf type changes...
2018-04-13 Dodji SeketeliDon't filter out typedef changes with redundant underly...
next