Wireshark-commits: [Wireshark-commits] master 6e5ba74: Remove ABI compliance checker code.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6e5ba74b31e5053c0ba0f3eaa79ff97d03eb5595
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6e5ba74 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Remove ABI compliance checker code.
It's broken, unmaintained, poorly implemented and obsoleted by saner
debug-info methods.
Note: To do the compliance check properly would require much more
extensive work to clearly define public and private interfaces (without
manual bookeeping of files or symbols either, of course, because who
would want that...).
Change-Id: Ib801f3c152ca2369f95ca1f4af4d37cd8cc7c47a
Reviewed-on: https://code.wireshark.org/review/33928
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from cdac470 Qt: Fix iconsize of info label
add 6e5ba74 Remove ABI compliance checker code.
Summary of changes:
CMakeLists.txt | 4 ----
abi-descriptor.template | 20 -----------------
cmake/modules/UseABICheck.cmake | 30 -------------------------
epan/CMakeLists.txt | 50 ++---------------------------------------
sharkd_daemon.c | 2 +-
tools/compare-abis.sh | 48 ---------------------------------------
tools/git-compare-abis.sh | 44 ------------------------------------
wiretap/CMakeLists.txt | 14 ------------
wsutil/CMakeLists.txt | 14 ------------
wsutil/win32-utils.h | 8 -------
10 files changed, 3 insertions(+), 231 deletions(-)
delete mode 100644 abi-descriptor.template
delete mode 100644 cmake/modules/UseABICheck.cmake
delete mode 100755 tools/compare-abis.sh
delete mode 100755 tools/git-compare-abis.sh