Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
1f606c43
Commit
1f606c43
authored
Feb 14, 2018
by
Maxime Perrotin
Browse files
Change version number to 2.0.0
V2 is depending on ASN1SCC V4
parent
982af650
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1f606c43
...
...
@@ -141,6 +141,10 @@ The background pattern was downloaded from www.subtlepatterns.com
Changelog
=========
2.
0.0 (02/2018)
-
V2 of Opengeode is based on ASN1SCC V4 and is not compatible with V3
-
Main changes concern support of unsigned numbers in ASN.1 types
1.
5.44 (01/2018)
-
Bugfix: Return error code when Ada generation fails
-
Tests: reorder arguments to asn1scc for v4 compatibility
...
...
opengeode/opengeode.py
View file @
1f606c43
...
...
@@ -139,7 +139,7 @@ except ImportError:
__all__
=
[
'opengeode'
,
'SDL_Scene'
,
'SDL_View'
,
'parse'
]
__version__
=
'
1.5.44
'
__version__
=
'
2.0.0
'
if
hasattr
(
sys
,
'frozen'
):
# Detect if we are running on Windows (py2exe-generated)
...
...
tests/regression/test-demo2callers/Makefile
View file @
1f606c43
...
...
@@ -10,7 +10,8 @@ test-parse:
test-ada
:
f1.ali
cp
check.ada check.adb
&&
cp
ris.ada ris.ads
&&
\
$(GNATMAKE)
-O
$(O)
-gnat2012
-g
-fprofile-arcs
-ftest-coverage
check.adb
&&
./check
$(GNATMAKE)
-O
$(O)
-gnat2012
-g
-fprofile-arcs
-ftest-coverage
check.adb
&&
\
./check | diff expected -
&&
echo
"[TEST] OK"
test-c
:
f1.c test_c.o dataview-uniq.o
$(CC)
f1.c
-c
-o
f1.o
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment