public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
Buildbot failure in Wildebeest Builder on whole buildset
 2020-04-23 13:09 UTC 

[RFC PATCH 0/2] Incomplete enum support
 2020-04-23 13:03 UTC  (3+ messages)
` [RFC PATCH 1/2] Support declaration-only enums
` [RFC PATCH 2/2] Add tests for "

[PATCH 1/3] Add tests for declaration-only struct diffs
 2020-04-22 21:20 UTC  (3+ messages)
` [PATCH 2/3] abidiff: Blank line after declaration-only diff
` [PATCH 3/3] abidiff: Omit declaration-only type size 0 diffs

[PATCH 1/3] test-diff-suppr: Improve regexes in tests
 2020-04-22 19:11 UTC  (13+ messages)
` [PATCH 2/3] test35-leaf.suppr: fix regex typo
` [PATCH 3/3] test24-soname-suppr*txt: Fix suppression syntax
    ` [PATCH 3/3 v2] "

[PATCH] make: add distcheck-fast target
 2020-04-22 11:19 UTC  (3+ messages)

[PATCH 0/8] Refactor dwarf-reader: split out ELF helpers
 2020-04-22  9:57 UTC  (37+ messages)
` [PATCH 1/8] abg-dwarf-reader split: create abg-elf-helpers.{h, cc} and test case
` [PATCH 2/8] abg-elf-helpers: move some elf helpers from abg-dwarf-reader
` [PATCH 3/8] abg-elf-helpers: move some versioning "
` [PATCH 4/8] abg-elf-helpers: move some kernel "
` [PATCH 5/8] abg-elf-helpers: consolidate the is_linux_kernel* helpers
` [PATCH 6/8] abg-dwarf-reader: migrate more ELF helpers to elf-helpers
` [PATCH 7/8] abg-elf-helpers: migrate more elf helpers (architecture specific helpers)
` [PATCH 8/8] abg-elf-helpers: migrate maybe_adjust_et_rel_sym_addr_to_abs_addr
` [PATCH v2 0/8] Refactor dwarf-reader: split out ELF helpers
  ` [PATCH v2 1/8] abg-dwarf-reader split: create abg-elf-helpers.{h, cc} and test case
  ` [PATCH v2 2/8] abg-elf-helpers: move some elf helpers from abg-dwarf-reader
  ` [PATCH v2 3/8] abg-elf-helpers: move some versioning "
  ` [PATCH v2 4/8] abg-elf-helpers: move some kernel "
  ` [PATCH v2 5/8] abg-elf-helpers: consolidate the is_linux_kernel* helpers
  ` [PATCH v2 6/8] abg-dwarf-reader: migrate more ELF helpers to elf-helpers
  ` [PATCH v2 7/8] abg-elf-helpers: migrate more elf helpers (architecture specific helpers)
  ` [PATCH v2 8/8] abg-elf-helpers: migrate maybe_adjust_et_rel_sym_addr_to_abs_addr

More simplifications of abi XML file
 2020-04-21 12:28 UTC  (5+ messages)
` [PATCH 1/4] Add named-types-ids to use name ids after the type name instead of numbers
` [PATCH 2/4] Add no-parameter-names to drop function parameter names
` [PATCH 3/4] Add --no-elf-needed option to drop DT_NEEDED list from corpus
` [PATCH 4/4] Add --merge-translation-units option

[PATCH] tests: parallelize diff-suppr test
 2020-04-20 13:06 UTC  (2+ messages)

[PATCH] abg-dwarf-reader: simplify symbol map update
 2020-04-20 12:53 UTC  (3+ messages)

[Bug default/25855] New: runtestabidiffexit test fails when configuring with --prefix
 2020-04-19 21:21 UTC  (2+ messages)
` [Bug default/25855] "

[PATCH] Fix variable suppression name_not_regex
 2020-04-15 13:08 UTC  (3+ messages)

How to drop all non-global/defined function declarations?
 2020-04-15 12:48 UTC  (7+ messages)
        ` [PATCH] Add --drop-undefined-syms to abidw

Surprising behavior of suppress_type drop = yes
 2020-04-14 15:37 UTC  (9+ messages)
        ` [PATCH 1/2] Add --header-file option to add individual public header files
          ` [PATCH 2/2] Add --drop-private-types to abidw

[PATCH 1/2] Improve readability of represent helper function
 2020-04-14 11:24 UTC  (10+ messages)
` [PATCH 2/2] abidiff: Document and refresh tests
        ` [PATCH v2 1/2] Improve readability of represent helper function

[PATCH 1/2] abidiff: More compact references to prior diffs
 2020-04-14 10:42 UTC  (13+ messages)
` [PATCH 2/2] abidiff: Fix anonymous member size change reports
` [PATCH v2 1/2] abidiff: More compact references to prior diffs
  ` [PATCH v2 2/2] abidiff: Fix anonymous member size change reports

[PATCH 1/2] Rename test-abidiff-exit/test-leaf[0-3] files
 2020-04-07 13:22 UTC  (6+ messages)
` [PATCH 2/2] test-abidiff-exit.cc: Drop redundant --redundant

[PATCH RFC] Allow variable suppression to be refined by scope
 2020-04-07  8:40 UTC  (2+ messages)

[Bug default/25795] New: Filter out appending data member to a class if it doesn't change its size
 2020-04-06 18:03 UTC 

[Bug default/25763] New: Plague dowload
 2020-04-02  9:40 UTC  (2+ messages)
` [Bug spam/25763] "

[PATCH] abg-dwarf-reader.cc: Avoid division by zero
 2020-04-01 17:45 UTC  (2+ messages)

[PATCH 1/3] abidiff: Remove blank line after typedef changes
 2020-04-01 17:31 UTC  (9+ messages)
` [PATCH 2/3] test-diff-suppr.cc: Add missing tests
` [PATCH 3/3] abidiffpkg: Remove stray test report file

[Bug default/25753] New: Add note to add/removed functions that are in comdat sections
 2020-03-31 12:17 UTC 

[PATCH 0/7] Mostly whitespace changes and fixes
 2020-03-31 10:37 UTC  (13+ messages)
` [PATCH 1/7] abidiff: Clean up new lines between sections
` [PATCH 2/7] abidiff: Remove blank line after base class diffs
` [PATCH 3/7] abidiff: Fix enum impacted interfaces blank line
` [PATCH 4/7] abidiff: Remove member function diff blank lines
` [PATCH 5/7] abidiff: Fix variable declaration formatting
` [PATCH 6/7] abidiff: Eliminate leaf mode double blank lines
` [PATCH 7/7] abidiff: Remove new lines after parameter diffs

[PATCH] abg-ir.cc: Add types_have_similar_structure tests
 2020-03-30 10:36 UTC  (3+ messages)

[PATCH] abg-reader.cc: Fix code indentation and tabify
 2020-03-30  9:53 UTC  (3+ messages)

[RFC] Fix has_net_changes for leaf-changes-only mode
 2020-03-30  9:17 UTC  (8+ messages)
` [PATCH v2] Fix has_net_changes for --leaf-changes-only mode

[PATCH] Fix size calculations for multidimensional arrays
 2020-03-28 20:09 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] abidiff: Remove some more unnecessary blank lines
 2020-03-26 18:03 UTC  (4+ messages)

Buildbot failure in Wildebeest Builder on whole buildset
 2020-03-26 15:47 UTC 

[PATCH] Update tests/data/test-abidiff-exit/test-leaf-peeling-report.txt
 2020-03-26 15:40 UTC 

[PATCH] abg-ir.cc: Improve types_have_similar_structure
 2020-03-26 13:36 UTC  (7+ messages)
` [PATCH v2] "

[Bug default/20299] New: abipkgdiff reports "cpio: Malformed number ..." when unpacking RPMs
 2020-03-23  9:33 UTC  (2+ messages)
` [Bug default/20299] "

[PATCH 1/2] configure: add support for thread sanitizer (--enable-tsan)
 2020-03-22 22:45 UTC  (3+ messages)

[PATCH] abg-ir.cc: Remove always-true check
 2020-03-20 23:39 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] abg-ir.cc: Fix peel_typedef_type(const type_base*)
 2020-03-20 23:30 UTC  (3+ messages)

[PATCH 1/2] Ensure change_kind enum values are used consistently
 2020-03-20 22:49 UTC  (3+ messages)
` [PATCH 2/2] Eliminate redundancy in representation of local change kinds

Buildbot failure in Wildebeest Builder on whole buildset
 2020-03-20 22:23 UTC  (3+ messages)

abg-dwarf-reader.cc - trouble with GNU hash tables
 2020-03-20 22:22 UTC  (2+ messages)

[PATCH] dwarf-reader: Fix bloom filter access in GNU_HASH section
 2020-03-20 22:19 UTC 

[PATCH] dwarf-reader: Use high bits of Bloom filter words
 2020-03-19 15:17 UTC  (6+ messages)
` [PATCH v2] dwarf-reader: Use all "

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).