Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
titan.core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse Titan
titan.core
Graph
5bf0a9804e94edf903e401c6a9c1f72c010868c5
Select Git revision
Branches
3
bb_embedded_fields
ft
master
default
protected
Tags
20
11.0.0
10.1.2
10.1.1
10.1.0
10.0.0
9.0.0
8.3.0
8.2.0
8.1.1
8.1.0
8.0.0
7.2.2
7.2.1_final
7.2.0
7.1.1
7.1.0
6.6.1
6.6.0
6.5.2
6.5.1
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Nov
23
22
18
8
7
4
3
2
28
Oct
27
26
25
24
23
21
20
19
18
17
14
13
12
11
10
7
4
3
30
Sep
29
28
27
21
20
19
18
16
15
14
9
8
5
2
1
31
Aug
30
29
22
18
17
12
11
10
9
2
1
27
Jul
26
25
22
21
20
19
8
7
6
5
1
29
Jun
27
24
21
17
16
15
14
13
9
8
7
3
2
1
31
May
30
28
26
23
17
13
12
11
5
2
29
Apr
28
27
26
25
22
21
20
19
18
15
14
13
12
11
7
6
5
4
1
31
Mar
30
29
25
24
23
22
21
5
26
Feb
29
Jan
5
Dec
13
Nov
11
Aug
10
5
3
1
31
Jul
20
2
29
Jun
22
May
9
Apr
16
Mar
18
Feb
15
5
30
Jan
24
23
20
15
8
Sep
Merge "this way we can safely index with a size_t value"
Merge "the number of imports can not be negative within a module."
Merge changes I7ea41857,I72dafea7
Merge "minor simplification and bracketing for better readability."
Merge changes I0a45db26,I879f1cab
Merge "the get_next_token function should return size_t (unsigned value) ... and this also revealed some incorrect error handling in some parts of the code."
Merge "fixed code generation when field names clash with type names (artf503420)"
lets not report a negative index as overflow.
boolean harmomization in the generated code
minor refactoring so that we can always index with size_t values.
for some reason gcc prefers these numbers to be directly cast.
these parameters can be size_t
it is not really possible to have negative amount of lines in a file
check that these cast are safe as negative values drive execution on a different route.
this way we can safely index with a size_t value
the number of imports can not be negative within a module.
checked which parameters and return values are actually unsigned.
boolean correction
minor simplification and bracketing for better readability.
is_char should also return boolean
checked conversion to stay within limits.
the get_next_token function should return size_t (unsigned value) ... and this also revealed some incorrect error handling in some parts of the code.
more consistent boolean usage in the runtime parts
using negations in template ranges is now possible (artf780941)
xsd2ttcn: translation correction when minOccurs/maxOccurs and minLength/maxLength used to lists (Bug 507352)
XER: union fields are encoded correctly (Bug 506917)
Update README.md
6.1.0
6.1.0
Update README.linux
added default value to no-case parameter in charstring and universal charstring constructors for backward compatibility
fixed code generation when field names clash with type names (artf503420)
Merge branch 'master' of ssh://review.gerrithub.io:29418/eclipse/titan.core
PRI, release notes updated
compiler -J flag clarification
Added documentation about the initialisation of enum fields
Merge pull request #96 from eadrkir/master
Corrected paths in tpd
XER: AnyElement correction
XER: anyelement xmlns attribute added if it is surely known (Bug 506877)
Semantic testcase fix (enum initialization)
solaris strtol fix
Loading