public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
[Bug default/26591] New: detect pathologically redundant types in abixml
 2020-09-10 13:56 UTC  (3+ messages)
` [Bug default/26591] "

[PATCH 0/9] Relicensing Libabigail to Apache 2.0 + LLVM Exception
 2020-09-10  9:23 UTC  (10+ messages)

[PATCH 1/2] Use flat representation to canonicalize anonymous classes and unions
 2020-09-09 10:23 UTC  (2+ messages)

[PATCH 2/2] writer: Avoid using dynamic hashing in type maps
 2020-09-09  8:50 UTC 

[Bug default/26182] New: type equality trouble with Linux kernel
 2020-09-08 17:21 UTC  (3+ messages)
` [Bug default/26182] "

[PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception
 2020-09-03 14:47 UTC  (23+ messages)
` [PATCH 1/9 v2] Replace individual license references with SPDX Identifiers
` [PATCH 2/9 v2] Add missing SPDX headers to source files not specifying any license
` [PATCH 3/9 v2] Add has-spdx-header.sh script
` [PATCH 4/9 v2] Add replace-spdx-license.sh script
` [PATCH 5/9 v2] Add helper files to perform the re-licensing
` [PATCH 6/9 v2] Re-license the project to Apache v2 With LLVM Exception
` [PATCH 7/9 v2] Add the LICENSE.txt file
` [PATCH 8/9 v2] Delete COPYING* files
` [PATCH 9/9 v2] Add a license-change-2020.txt file

Please signoff libabigail relicensing. Was "[PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception"
 2020-09-03 14:40 UTC  (5+ messages)
  ` [PATCH 0/9 v2] Relicensing Libabigail to Apache 2.0 + LLVM Exception

[PATCH 0/3] clang-tidy error and warning fixes
 2020-09-03 13:22 UTC  (4+ messages)
` [PATCH 1/3] abg-corpus-priv.h: include abg-corpus.h
` [PATCH 2/3] Fix readability-redundant-smartptr-get warnings
` [PATCH 3/3] Fix performance-unnecessary-copy-initialization warnings

[Bug default/26571] New: get_vmlinux_path_from_kernel_dist contains useless code
 2020-09-03 11:31 UTC  (2+ messages)
` [Bug default/26571] "

[Bug default/26568] New: abidw lost anonymous member
 2020-09-02 18:51 UTC  (4+ messages)
` [Bug default/26568] "

[Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff
 2020-09-02  7:03 UTC  (3+ messages)
` [Bug default/26565] "

[PATCH 0/7] Suppression parsing - preparatory work
 2020-08-17  9:38 UTC  (8+ messages)
` [PATCH 1/7] Add missing newlines to end of test files
` [PATCH 2/7] Fix two wrongs in test suppression regex
` [PATCH 3/7] Better suppression section parsing delegation
` [PATCH 4/7] Add read_*_suppression success/failure plumbing
` [PATCH 5/7] Add error handling to read_suppressions
` [PATCH 6/7] Default construct suppression types
` [PATCH 7/7] Refresh getter/setter comments

[Bug default/26297] New: Possible misinterpretation of DW_AT_declaration via DW_AT_specification
 2020-08-06 16:48 UTC  (7+ messages)
` [Bug default/26297] "

[PATCH 0/2] Fix determination of DIE declaration-only status
 2020-08-06 16:47 UTC  (5+ messages)
` [PATCH 1/2] DWARF: look up DW_AT_declaration non-recursively
` [PATCH 2/2] DWARF: track chained DIE declaration-only status

[PATCH 0/1] XML writer type equality fixes
 2020-08-05 13:30 UTC  (5+ messages)
` [PATCH 1/1] abg-writer.cc: Track types by plain address

[RFC PATCH 0/1] Fix decl_base comparison
 2020-08-04 17:16 UTC  (5+ messages)
` [RFC PATCH 1/1] Fix decl_base comparison function

[PATCH] Improve documentation of abidiff --type-id-style
 2020-08-04 16:43 UTC  (2+ messages)

[PATCH] Fix maybe_report_data_members_replaced_by_anon_dm
 2020-08-04 16:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Make decl_names_equal more accurate
 2020-08-04 12:57 UTC  (2+ messages)

[Bug default/26261] New: compare_dies contains some useless code
 2020-08-03  9:52 UTC  (4+ messages)
` [Bug default/26261] "
` [Bug default/26261] unfinished handling of comparing DW_TAG_subroutine_type DIEs in compare_dies

[PATCH] Bug 26261 - Fix logic for canonicalizing DW_TAG_subroutine_type DIEs
 2020-08-03  9:51 UTC 

Buildbot failure in Wildebeest Builder on whole buildset
 2020-07-30 15:38 UTC  (2+ messages)

[PATCH] dwarf-reader: re-indent a block of code
 2020-07-30 15:14 UTC 

[Bug default/26315] New: abidiff segfaults from 9a113ce but works in 1.7
 2020-07-29 18:23 UTC  (5+ messages)
` [Bug default/26315] "

[PATCH] abg-ir.cc: Remove duplicated line of code
 2020-07-28 16:53 UTC  (2+ messages)

[Bug default/26309] New: abidiff --leaf-changes-only asserts on typedef change
 2020-07-28 16:05 UTC 

[PATCH 1/2] Remove ABI XML test data file blank lines
 2020-07-28 15:08 UTC  (4+ messages)
` [PATCH 2/2] abg-writer.cc: Fix indentation of XML output

Buildbot failure in Wildebeest Builder on whole buildset
 2020-07-28 14:41 UTC  (2+ messages)

[PATCH] abg-ir.cc: Fix incorrect pop of compared types
 2020-07-28 13:32 UTC  (2+ messages)

[PATCH] Drop traversable_base::traverse method
 2020-07-27 16:27 UTC  (13+ messages)
` [PATCH 0/3] Bug 21485 - problems compiling with clang
  ` [PATCH 1/3] Drop traversable_base::traverse method
  ` [PATCH 2/3] Fix inheritance of scope_decl::insert_member_decl
  ` [PATCH 3/3] Enable Clang's -Werror-overloaded-virtual
    ` [PATCH v2 "

[PATCH 0/3] Type equality refactor and instrumentation
 2020-07-27 16:12 UTC  (8+ messages)
` [PATCH 2/3] abg-ir.cc: Refactor operator== methods with helper
` [PATCH 3/3] Add some type equality paranoia

[PATCH 0/3] Tidy some peeling code
 2020-07-27 13:28 UTC  (10+ messages)
` [PATCH 1/3] abg-comparison.h: Remove stray declaration
` [PATCH 2/3] Remove unused is_reference_or_pointer_diff
` [PATCH 3/3] Simplify peel_typedef_pointer_or_reference_type

[PATCH] abg-comparison.cc: Tidy some corpus_diff code
 2020-07-27  9:59 UTC  (3+ messages)

[PATCH] Fix --type-id-style hash for empty internal names
 2020-07-27  9:48 UTC  (3+ messages)

[PATCH v2] Fix has_net_changes for --leaf-changes-only mode
 2020-07-21  6:28 UTC  (6+ messages)
` [PATCH v3 0/1] Fix abidiff exit code when diffs are suppressed
  ` [PATCH v3 1/1] Fix has_net_changes for --leaf-changes-only mode

[PATCH v1 00/16] Refactor (k)symtab reader
 2020-07-20 15:39 UTC  (5+ messages)
` [PATCH v2 00/21] "
  ` [PATCH v2 06/21] Refactor ELF symbol table reading by adding a new symtab reader

[Bug default/26135] New: Possible issue with type equality
 2020-07-16 18:32 UTC  (3+ messages)
` [Bug default/26135] Wrong linkage name causes anonymous classes miscomparison

[PATCH 6/9] Re-license the project to Apache v2 With LLVM Exception
 2020-07-15 14:19 UTC  (3+ messages)

[PATCH 1/9] Replace individual license references with SPDX Identifiers
 2020-07-15 14:04 UTC  (5+ messages)

[PATCH 1/7] Simplify type equality infinite recursion logic
 2020-07-15  8:17 UTC  (2+ messages)

[PATCH 9/9] Add a license-change-2020.txt file
 2020-07-13 15:37 UTC  (2+ messages)

[PATCH 8/9] Delete COPYING* files
 2020-07-13 15:36 UTC  (2+ messages)

[PATCH 7/9] Add the LICENSE.txt file
 2020-07-13 15:35 UTC  (4+ messages)

[PATCH 3/9] Add has-spdx-header.sh script
 2020-07-13 15:29 UTC  (4+ messages)

[PATCH 2/9] Add missing SPDX headers to source files not specifying any license
 2020-07-13 15:26 UTC  (4+ messages)

[PATCH 4/9] Add replace-spdx-license.sh script
 2020-07-13 11:21 UTC  (3+ messages)

[PATCH 5/9] Add helper files to perform the re-licensing
 2020-07-10 14:09 UTC 

[PATCH] abidiff: Fix report whitespace typos
 2020-07-10 13:22 UTC  (2+ messages)

[PATCH] abg-writer.cc: Clean up new line emission
 2020-07-09 17:34 UTC  (2+ messages)

[Bug default/25998] New: Support incomplete enum types
 2020-07-09 13:20 UTC  (4+ messages)
` [Bug default/25998] "

[PATCH] reader: Remove useless support for WIP types
 2020-07-09 13:17 UTC 

[PATCH] abg-reader.cc: track WIP types by pointer not name
 2020-07-09 12:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] Type identity clean-ups
 2020-07-09  9:19 UTC  (3+ messages)
` [PATCH 2/2] Use pointers not strings in type graph comparison

[PATCH 00/11] Add incomplete enum support
 2020-07-08 15:30 UTC  (6+ messages)
` [PATCH 06/11] Support incomplete enums in core and diff code

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).