This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Lev Walkin's asn1 compiler".
The branch, aper-prefix has been updated
discards 47b917d8360ebca42dbdab20d285b6b92446eecb (commit)
via d02b4a79f4311c3d94dc200392ab37c6aef9fdf0 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (47b917d8360ebca42dbdab20d285b6b92446eecb)
\
N -- N -- N (d02b4a79f4311c3d94dc200392ab37c6aef9fdf0)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/asn1c/commit/?id=d02b4a79f4311c3d94dc200392ab37c6ae…
commit d02b4a79f4311c3d94dc200392ab37c6aef9fdf0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Sep 10 09:31:18 2015 +0200
prefixing of generated types using a ASN1C_PREFIX environment variable
When generating code for multiple ASN.1 syntaxes that have clashing
names, we need to add a prefix in order to prevent clashes in the global
C symbol namespace. Using the ASN1C_PREFIX environment variable and
this patch serves as a work-around to that. All non-basic type names
as well as references to that type and source code + header file names
will be pre-fixed accordingly.
-----------------------------------------------------------------------
Summary of changes:
libasn1fix/asn1fix.c | 9 +++++++++
1 file changed, 9 insertions(+)
hooks/post-receive
--
Lev Walkin's asn1 compiler