aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/UseMakeTaps.cmake
AgeCommit message (Collapse)AuthorFilesLines
2018-06-11Rewrite make-{dissectors,taps} in PythonJoão Valverde1-2/+2
Having these build tools in machine code poses problems when cross-compiling. The most significant being that we need to find the host and build GLiB dependencies at compile-time. There is no noticeable speed difference between the Python and C implementation. Ping-Bug: 14622 Change-Id: Id13f823c7f4abf51edfa291e703028873748989f Reviewed-on: https://code.wireshark.org/review/28130 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde1-0/+15
Change-Id: Ief5b1fffecc9712c01ff10292c403b7c84a5908a Reviewed-on: https://code.wireshark.org/review/24756 Reviewed-by: João Valverde <j@v6e.pt>