public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Tidy get_pretty_representation qualified_name
 2020-05-14 14:34 UTC  (3+ messages)

[PATCH 0/3] Add an option to give finer-grained control of offset reporting
 2020-05-14 13:21 UTC  (15+ messages)
` [PATCH 1/3] abidiff.cc: tidy using directives and declarations
` [PATCH 2/3] Allow offset changes to be considered harmless
` [PATCH 3/3] Add abidiff --offset-changes-are-harmless tests

[Bug default/19608] New: Need basic semantic checks for suppression files
 2020-05-14 13:11 UTC  (2+ messages)
` [Bug default/19608] "

[PATCH] configure: add ABIGAIL_DEBUG options
 2020-05-14  8:19 UTC  (13+ messages)

[PATCH 0/4] Fix incomplete function type bug in abg-reader
 2020-05-14  8:14 UTC  (10+ messages)
` [PATCH 1/4] Add XML reader test for incomplete function types
` [PATCH 2/4] abg-reader.cc: Late canonicalise all types
` [PATCH 3/4] abg-reader.cc: Strip out WIP type tracking
` [PATCH 4/4] Pass bind_function_type_life_time a complete type

[Bug default/25986] New: Wrong name of function type used in change report
 2020-05-14  8:06 UTC  (3+ messages)
` [Bug default/25986] "

[PATCH] Bug 25986 - Wrong name of function type used in change report
 2020-05-14  8:04 UTC 

[Bug default/25990] New: Segfault comparing RPMs with abipkgdiff
 2020-05-13 23:16 UTC 

[Bug default/25989] New: abg-ir: type_topo_comp doesn't meet irreflexive requirements
 2020-05-13 20:09 UTC 

[PATCH 00/21] Simplify regex and suppression parsing
 2020-05-13 15:36 UTC  (91+ messages)
` [PATCH v3 00/21]Simplify "
  ` [PATCH v3 01/21] Move regex definitions to own files
  ` [PATCH v3 02/21] Move libxml bits out of abg-sptr-utils.h
  ` [PATCH v3 03/21] Simplify generation of symbol whitelist regex
  ` [PATCH v3 04/21] Escape names used in symbol whitelisting regex
  ` [PATCH v3 05/21] abg-suppression.cc: More uniform variable naming
  ` [PATCH v3 07/21] Add POSIX regex wrapper functions
  ` [PATCH v3 08/21] Use regex::compile wrapper instead of regcomp
  ` [PATCH v3 09/21] Use regex::match wrapper instead of regexec
  ` [PATCH v3 12/21] Reduce direct access to suppression priv_ members
  ` [PATCH v3 13/21] Move match methods from priv to suppression_base
  ` [PATCH v3 14/21] Remove suppression types' priv class methods
  ` [PATCH v3 15/21] abg-suppression.cc: More consistent regex matching
  ` [PATCH v3 16/21] abg-tools-utils.cc: Assert generated regexes OK
  ` [PATCH v3 17/21] Refactor suppression property string parsing
  ` [PATCH v3 18/21] Refactor suppression property regex parsing
  ` [PATCH v3 19/21] Warn if user-supplied regexes fail to compile
  ` [PATCH v3 20/21] Default construct suppression types
  ` [PATCH v3 21/21] Remove unused suppression type priv constructors
  ` [PATCH v4 00/15] Simplify regex and suppression parsing
    ` [PATCH v4 01/15] Tidy #includes in a few files
    ` [PATCH v4 02/15] Document ^_^ regex in generate_from_strings
    ` [PATCH v4 03/15] Escape names used in symbol whitelisting regex
        ` [PATCH v5 "
    ` [PATCH v4 04/15] abg-suppression.cc: More uniform variable naming
    ` [PATCH v4 05/15] diff suppression: Fix handling of change kinds
              ` [PATCH v5 05/15] Tidy checks for sufficient suppression properties
    ` [PATCH v4 06/15] Add POSIX regex wrapper functions
    ` [PATCH v4 07/15] Use regex::compile wrapper instead of regcomp
    ` [PATCH v4 08/15] Use regex::match wrapper instead of regexec
    ` [PATCH v4 09/15] Refactor read_parameter_spec_from_string logic
    ` [PATCH v4 10/15] Compile suppression regexes earlier
    ` [PATCH v4 11/15] Reduce direct access to suppression priv_ members
    ` [PATCH v4 12/15] Move match methods from priv to suppression_base
    ` [PATCH v4 13/15] Remove suppression type priv class methods
    ` [PATCH v4 14/15] abg-suppression.cc: More consistent regex matching
    ` [PATCH v4 15/15] abg-tools-utils.cc: Assert generated regexes OK

[PATCH] doc: Fix sufficient suppression property lists
 2020-05-13 10:12 UTC  (2+ messages)

[PATCH] cxx-compat: add test suite for cxx-compat
 2020-05-13 10:09 UTC  (2+ messages)

[PATCH] dwarf-reader: read_context: drop some unused accessor methods
 2020-05-13  9:53 UTC  (2+ messages)

[PATCH] configure: set -Wno-error-overloaded-virtual for clang builds
 2020-05-13  9:43 UTC  (4+ messages)

[PATCH] tests/.gitignore: ignore all files starting with runtest*
 2020-05-13  9:28 UTC  (2+ messages)

[Bug default/25982] New: clang build: address -Woverloaded-virtual
 2020-05-13  9:18 UTC 

[PATCH] Let std::unordered_map::operator[] insert keys
 2020-05-13  8:54 UTC  (3+ messages)

[PATCH] abg-reader.cc: Remove key_replacement_type_map
 2020-05-13  8:15 UTC  (3+ messages)

[Bug default/25977] New: Test suite regression when running runtestabidiffexit on EL7
 2020-05-12 15:53 UTC  (4+ messages)
` [Bug default/25977] "

[PATCH] Bug 25977 - runtestabidiffexit regression on EL7
 2020-05-12 15:50 UTC 

[RFC PATCH 0/2] Incomplete enum support
 2020-05-12 14:05 UTC  (5+ messages)
` [RFC PATCH 1/2] Support declaration-only enums
` [RFC PATCH 2/2] Add tests for "

[PATCH 0/6] Clean-ups
 2020-05-11 13:12 UTC  (22+ messages)
` [PATCH 1/6] Tabify code indentation
` [PATCH 2/6] Remove excess whitespace
` [PATCH 3/6] Remove stray semicolons
` [PATCH 4/6] Eliminate redundant conditional operators
` [PATCH 5/6] Make set_drops_artifact_from_ir non-const
` [PATCH 6/6] Hoist some common expressions evaluating offsets
` [PATCH v2 0/5] Clean-ups
  ` [PATCH v2 1/5] Remove excess whitespace
  ` [PATCH v2 2/5] Remove stray semicolons
  ` [PATCH v2 3/5] Eliminate redundant conditional operators
  ` [PATCH v2 4/5] Make set_drops_artifact_from_ir non-const
  ` [PATCH v2 5/5] Hoist some common expressions evaluating offsets

More simplifications of abi XML file
 2020-05-07 12:27 UTC  (8+ messages)
` [PATCH 1/4] Add named-types-ids to use name ids after the type name instead of numbers
` [PATCH 4/4] Add --merge-translation-units option

[RESEND PATCH] corpus/writer: sort emitted translation units by path name
 2020-05-05 11:30 UTC  (4+ messages)

libabigail - suppression parsing proposal
 2020-05-05  9:30 UTC 

[RESEND PATCH] reader context: do not reuse current corpus and corpus_group
 2020-05-04 18:03 UTC  (5+ messages)

[PATCH 1/2] test-types-stability: parallelize test case alternatives
 2020-05-04 13:36 UTC  (5+ messages)
` [PATCH 2/2] tests: reorder test execution to optimize 'make check' runtime

[PATCH] Fix compilation with g++ 4.8.5 on el7
 2020-05-04 11:15 UTC 

Buildbot failure in Wildebeest Builder on whole buildset
 2020-05-04  9:36 UTC 

[PATCH 1/3] test-diff-suppr: Improve regexes in tests
 2020-05-01 15:56 UTC  (4+ messages)

[Bug default/25661] New: [libabigail] incorrect handling of anonymous struct/union fields
 2020-04-29 16:37 UTC  (5+ messages)
` [Bug default/25661] "

[PATCH] Add --no-write-default-sizes option
 2020-04-29 10:39 UTC  (2+ messages)

[PATCH] Rename read_elf_symbol_binding to read_elf_symbol_visibility
 2020-04-27 15:22 UTC  (3+ messages)

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

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