User story #242
Bitset for 64 bit integers
0%
Description
Finish the implementation of bit set for 64 bit integers.
Source code files modified¶
BareMetal/L0Types/DoubleInteger.h
BareMetal/L0Types/Shift.h
BareMetal/L3Streams/IOBufferIntegerPrint.h
Architecture & design review¶
Date of the review: 23/10/2015
Person who did the review: André Neto
Version of architecture & design document: N/A. As per the original MARTe implementation, this is a support function and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 27/10/2015
Person who did the review: R. Vitelli
Result of review: PASS
List of non-conformities: N/A
Unit test review¶
Date of the review: 27/10/2015
Person who did the review: R. Vitelli
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Few incarnations of the templated functions are not tested due to escessive nesting.
Associated revisions
#242 Added Tests for streams and bitset with int64.
Added shift tests for double integer
#242
Added a Test for 100% coverage of DoubleInteger
#242
#242 Solved lint false-warnings.
History
#1 Updated by André Neto over 9 years ago
- Status changed from New to Code: Impl
#2 Updated by André Neto over 9 years ago
- Description updated (diff)
#3 Updated by André Neto over 9 years ago
- Target version changed from Backlog to 0.7
#4 Updated by André Neto over 9 years ago
- Assignee set to Giuseppe Ferro
#5 Updated by Giuseppe Ferro over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by Giuseppe Ferro over 9 years ago
- Description updated (diff)
code implementation done: 456acb9
#7 Updated by Riccardo Vitelli over 9 years ago
- Assignee changed from Giuseppe Ferro to Riccardo Vitelli
#8 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Riccardo Vitelli)
#9 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#10 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#11 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Riccardo Vitelli
#12 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Riccardo Vitelli)
#13 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
#14 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Closed to Unit: Rev
#15 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to André Neto
#16 Updated by André Neto over 9 years ago
- Description updated (diff)
- Status changed from Unit: Rev to Closed
Solved the false linting warning regarding the external effects with templates using the general rule:-estring(1960,"*MARTe::DoubleInteger<<1>>*")
#17 Updated by André Neto over 9 years ago
- Assignee deleted (
André Neto)
#18 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
#242 Tests DoubleInteger done.