public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/21] Simplify regex and suppression parsing
 2020-05-11 14:04 UTC  (108+ messages)
` [PATCH 01/21] Move regex definitions to own files
` [PATCH 02/21] Move libxml bits out of abg-sptr-utils.h
` [PATCH 03/21] Simplify generation of symbol whitelist regex
` [PATCH 04/21] Escape names used in symbol whitelisting regex
` [PATCH 05/21] abg-suppression.cc: More uniform variable naming
` [PATCH 06/21] diff suppression: Fix handling of change kinds
` [PATCH 07/21] Add POSIX regex wrapper functions
  ` [PATCH v2 "
` [PATCH 08/21] Use regex::compile wrapper instead of regcomp
` [PATCH 09/21] Use regex::match wrapper instead of regexec
  ` [PATCH v2 "
` [PATCH 10/21] Refactor read_parameter_spec_from_string logic
` [PATCH 11/21] Compile suppression regexes earlier
` [PATCH 12/21] Reduce direct access to suppression priv_ members
` [PATCH 13/21] Move match methods from priv to suppression_base
` [PATCH 14/21] Remove suppression types' priv class methods
` [PATCH 15/21] abg-suppression.cc: More consistent regex matching
` [PATCH 16/21] abg-tools-utils.cc: Assert generated regexes OK
` [PATCH 17/21] Refactor suppression property string parsing
` [PATCH 18/21] Refactor suppression property regex parsing
` [PATCH 19/21] Warn if user-supplied regexes fail to compile
  ` [PATCH v2 "
` [PATCH 20/21] Default construct suppression types
` [PATCH 21/21] Remove unused suppression type priv constructors
` [PATCH v3 00/21]Simplify regex and suppression parsing
  ` [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 06/21] diff suppression: Fix handling of change kinds
  ` [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 10/21] Refactor read_parameter_spec_from_string logic
  ` [PATCH v3 11/21] Compile suppression regexes earlier
  ` [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 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 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  (13+ 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] Tidy get_pretty_representation qualified_name
 2020-05-05 18:17 UTC 

[PATCH] Let std::unordered_map::operator[] insert keys
 2020-05-05 18:16 UTC 

[PATCH] abg-reader.cc: Remove key_replacement_type_map
 2020-05-05 18:14 UTC 

[PATCH 0/4] Fix incomplete function type bug in abg-reader
 2020-05-05 18:06 UTC  (5+ 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

[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 0/3] Add an option to give finer-grained control of offset reporting
 2020-05-04 16:24 UTC  (4+ 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

[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  (6+ messages)
` [PATCH 2/3] test35-leaf.suppr: fix regex typo

[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

[PATCH] abipkgdiff: Fix race condition while using private types suppr specs
 2020-04-24 12:58 UTC 

Buildbot failure in Wildebeest Builder on whole buildset
 2020-04-23 13:32 UTC  (2+ messages)

[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 3/3] test24-soname-suppr*txt: Fix suppression syntax
 2020-04-22 15:05 UTC  (3+ messages)
` [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  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/8] abg-elf-helpers: move some kernel helpers from abg-dwarf-reader
  ` [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

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