Ensure a consistent C++ standard use
[platform/upstream/libabigail.git] / src /
2019-07-22 Matthias MaennichEnsure a consistent C++ standard use
2019-07-19 Dodji SeketeliBug 24787 - Filter out enum changes into compatible...
2019-07-19 Dodji SeketeliAdd timing to the verbose logs of abidw
2019-07-18 Dodji Seketeli[ir] Fix indentation and add comments
2019-07-17 Dodji SeketeliImplement fast comparison of Linux Kernel types when...
2019-07-09 Matthias MaennichAdd compatibility layer for C++11 mode
2019-07-09 Matthias MaennichDrop requirement to compile with GNU extensions
2019-07-09 Dodji SeketeliMisc indent cleanup
2019-07-08 Dodji Seketeli[xml-writer] Remove a useless kludge
2019-07-08 Dodji Seketeli[xml-writter] Speedup function_type::get_cached_name
2019-07-08 Dodji Seketeli[xml-writter] Avoid using RTTI when dynamically hashing...
2019-07-08 Dodji SeketeliImplement a poor-man's RTTI for performance
2019-07-08 Dodji Seketeli[dwarf-reader] Make sure to canonicalize anonymous...
2019-07-08 Dodji Seketeli[dwarf-reader] Constify the first parameter of maybe_ca...
2019-06-26 Dodji SeketeliMake abidiff --harmless show harmless changes in unions
2019-06-26 Dodji SeketeliBug 24731 - Wrongly reporting union members order change
2019-06-21 Dodji SeketeliFully account for anonymous-ness of scopes when compari...
2019-06-17 Dodji Seketeli[dwarf-reader] Fix indentation in compare_dies_string_a...
2019-06-17 Dodji Seketeli[dwarf-reader] Optimize speed of compare_as_decl_dies
2019-06-13 Dodji Seketeli[dwarf-reader] Better use of linkage name for fn decl...
2019-06-13 Dodji Seketeli[dwarf-reader] Re-use function types inside a given TU
2019-06-13 Dodji Seketeli[dwarf-reader] const-ify Dwarf_Die* use in many places
2019-06-13 Dodji SeketeliTake anonymous scopes into account when comparing decls
2019-05-22 Matthias Maennichabg-writer: drop deprecated API
2019-05-22 Matthias Maennichabidw: add option to only emit file names (--short...
2019-05-22 Matthias Maennichabidw: add option to omit the compilation directory
2019-05-22 Matthias MaennichMake write_architecture and write_corpus_path flags...
2019-05-22 Matthias Maennichwrite_context: allow mutating the ostream used
2019-05-22 Matthias Maennichabg-writer: Refactor write_corpus_group API
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
next