summaryrefslogtreecommitdiff
path: root/contrib/generate-version-script.py
Commit message (Collapse)AuthorAgeFilesLines
* trivial: Sync map generator changes from libxmlbRichard Hughes2020-04-031-2/+2
|
* generate-version-script: Don't hard-code the path of python3Ting-Wei Lan2020-03-241-1/+0
| | | | | | Python can be installed in different directories on different operating systems, so we can't hard-code the path of it. Instead, use meson to find it to avoid 'no such file or directory' error on the bad path.
* generate-version-script: Don't skip methods on plain structsSimon McVittie2020-03-041-3/+4
| | | | | | | This resulted in losing g_usb_source_set_callback@LIBGUSB_0.1.0 from the ABI in version 0.3.4. Signed-off-by: Simon McVittie <smcv@debian.org>
* Validate the exported symbol list during checkRichard Hughes2020-02-201-0/+118
This is the same script used by fwupd, and would have caught both recent issues with the exported symbol versions being incorrect.