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
f6abf506e744bd0b8a5c358d55af33925d79a535
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
25
Nov
24
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
make char casts explicit
it is not really possible to generate an indentation of negative amount
somehow these were overwritten during previous commit
add TODO as type/value description for this field is missing
unsigned correction
temporal_variable_index is always used as a size_t
this exer thing is confusing.
XERdescriptor_t.xer_bits is actually unsigned long
p_td.ns_index can be safely cast to size_t in these cases as the -1 case was already checked at the time.
fix indentation in generated code
fix bools and indentation
return to original code for safety reasons
Merge "lets not report a negative index as overflow."
Merge "boolean harmomization in the generated code"
Merge "minor refactoring so that we can always index with size_t values."
Merge "for some reason gcc prefers these numbers to be directly cast."
Merge "these parameters can be size_t"
Merge "it is not really possible to have negative amount of lines in a file"
Merge "check that these cast are safe as negative values drive execution on a different route."
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.
Loading