Searched refs:abignore (Results 1 – 11 of 11) sorted by relevance
/external/libabigail/ |
D | Makefile.am | 12 dist_noinst_DATA = default.abignore 14 abigaillib_DATA = default.abignore
|
D | default.abignore | 17 # ~/.abignore file.
|
D | ChangeLog | 3211 * default.abignore: Likewise. 3389 * default.abignore: Likewise. 4363 * tests/data/test-diff-suppr/test38-char-class-in-ini.abignore: 4390 * tests/data/test-ini/test01-equal-in-property-string.abignore: 4934 * tests/data/test-abidiff-exit/test-net-change.abignore: This 10733 * default.abignore: Suppress changes on functions with symbol 10739 * default.abignore: Ignore changes about functions starting with 10946 * tests/data/test-ini/test01-equal-in-property-string.{abignore, 10947 abignore.expected}: New test inputs. 10994 * tests/data/test-diff-suppr/test38-char-class-in-ini.abignore: [all …]
|
/external/libabigail/tests/ |
D | runtestdefaultsupprs.py.in | 186 cmd = [abipkgdiff, '--no-abignore', pkg1, pkg2]
|
/external/libabigail/doc/manuals/ |
D | abipkgdiff.rst | 46 $libdir/libabigail/libabigail-default.abignore. If that file is not 55 $HOME/.abignore. If that file is not present, then no default user 60 sees a file that ends with the extension ``.abignore``, then it will 310 * ``--no-abignore``
|
D | fedabipkgdiff.rst | 45 suppression file $libdir/libabigail/libabigail-default.abignore. If 54 suppression file $HOME/.abignore. If that file is not present, then
|
D | abidiff.rst | 45 $libdir/libabigail/libabigail-default.abignore. If that file is not 54 $HOME/.abignore. If that file is not present, then no default user
|
/external/libabigail/relicensing-scripts/ |
D | files-with-lgplv3.txt | 135 ./default.abignore
|
D | file-licenses.orig.txt | 136 ./default.abignore:1:# SPDX-License-Identifier: LGPL-3.0-or-later
|
/external/libabigail/tests/data/ |
D | Makefile.am | 32 test-read-write/test28-drop-std-fns.abignore \ 35 test-read-write/test28-drop-std-vars.abignore \ 118 test-abidiff-exit/test1-voffset-change.abignore \ 129 test-abidiff-exit/test2-filtered-removed-fns.abignore \ 192 test-abidiff-exit/test-net-change.abignore \ 1565 test-diff-suppr/test38-char-class-in-ini.abignore \ 1808 test-diff-pkg/dirpkg-0-dir1/dir.abignore \ 1816 test-diff-pkg/dirpkg-1-dir2/dir.abignore \ 1823 test-diff-pkg/dirpkg-2-dir2/.abignore \ 1824 test-diff-pkg/dirpkg-2-dir2/dir.abignore \ [all …]
|
/external/libabigail/tools/ |
D | abipkgdiff.cc | 176 bool abignore; member in options 225 abignore(true), in options() 2240 else if (opts.abignore && string_ends_with(path, ".abignore")) in maybe_update_package_content() 3358 opts.abignore = false; in parse_command_line()
|