summaryrefslogtreecommitdiff
path: root/tools/make-version-script.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the code generation tools work under either Python 2 or 3Simon McVittie2013-01-031-16/+16
| | | | | | | | They have been verified to produce identical output in _gen. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=56758 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* make-version-script.py: remove deprecated import of 'sets' moduleSimon McVittie2010-06-221-2/+1
| | | | | | | The built-in type 'set' is available in Python 2.5, which is the oldest version we support. The sets module was deprecated in 2.6. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* make-version-script.py: fail if a symbol is said to be new in more than one ↵Simon McVittie2009-01-201-0/+4
| | | | version
* Add documentation to make-version-script.pySimon McVittie2008-06-061-2/+4
| | | | 20080606141739-53eee-87033d260655408ba32729fcdfa5625ff690dd83.gz
* Enhance make-version-script.py to produce dpkg symbols files tooSimon McVittie2008-06-061-21/+67
| | | | 20080606140226-53eee-d4fc7b63551218e38214902963e625204be0fc7e.gz
* tools/make-version-script.py: allow and ignore a "release" headerSimon McVittie2008-06-061-0/+3
| | | | 20080606134033-53eee-56ff4f9b2da4d0bc4dc3f81a064301f33472685a.gz
* Add a script to generate a GNU ld version script from versions/*.abiSimon McVittie2008-04-141-0/+154
20080414154720-53eee-da345415953b913ada28f7b539be9c6b025dab5c.gz