glib/gio/gdbus-2.0/codegen
Philip Withnall 15b315b472 gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments
Previously, this would not work, as it would result in comparing the
order of a string and an integer. Make it work, and make 'UNRELEASED'
compare higher than other versions so it's always treated as the latest
version.

'UNRELEASED' is commonly used by maintainers to highlight new API while
it's being prototyped, until they know which version it will actually
be released in. At the time of release, they replace all 'UNRELEASED'
strings in git with the new version number.

An example of this usage is here:
d380ac6a2a (9208ee267cb05db1afd3a5c323d71e51db489447_7619_7656)

https://bugzilla.gnome.org/show_bug.cgi?id=769995
2016-08-16 22:36:53 +02:00
..
__init__.py Updated FSF's address 2014-01-31 14:31:55 +01:00
.gitignore Avoid using - (hyphen) in gdbus-codegen directory name 2011-08-25 16:55:46 -04:00
codegen_docbook.py Updated FSF's address 2014-01-31 14:31:55 +01:00
codegen_main.py gdbus-codegen: Only generate autocleanup when instructed to 2016-05-05 06:13:16 -04:00
codegen.py gdbus-codegen: Only generate autocleanup when instructed to 2016-05-05 06:13:16 -04:00
config.py.in Updated FSF's address 2014-01-31 14:31:55 +01:00
dbustypes.py Updated FSF's address 2014-01-31 14:31:55 +01:00
gdbus-codegen.in Updated FSF's address 2014-01-31 14:31:55 +01:00
Makefile.am Rework the build system for a new tests approach 2013-05-31 23:12:15 -04:00
parser.py Updated FSF's address 2014-01-31 14:31:55 +01:00
utils.py gdbus-codegen: Allow '@since: UNRELEASED' in documentation comments 2016-08-16 22:36:53 +02:00