User story #253
Windows console
0%
Description
Implement the Windows console based on the previous MARTe implementation (note that BasicConsole already exists).
Source code files modified¶
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: 18/11/2015
Person who did the review: Andre Neto
Result of review: PASS
List of non-conformities: N/A.
- There are several warnings that should be fixed in a dedicated user-stories.
- The following tests (already working for Linux) had to be commented:
- BasicFileGTest.x
- InternetHostGTest.x
- InternetServiceGTest.x
- BasicSocketGTest.x
- BasicTCPSocketGTest.x
- BasicUDPSocketGTest.x
Unit test review¶
Date of the review: 18/11/2015
Person who did the review: Andre Neto
Result of coverage tests review: N/A
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities:
Associated revisions
Merge remote-tracking branch
'origin/#276_Refactor_String_To_StringStream' into #253_Basic_Console
Conflicts:
Source/Core/BareMetal/L3Streams/Makefile.inc
Source/Core/BareMetal/L3Streams/StreamString.h
Source/Core/BareMetal/L3Streams/StringIOBuffer.h
Source/Core/FileSystem/L1Portability/BasicFile.h
Source/Core/FileSystem/L1Portability/Environment/Linux/BasicFile.cpp
Source/Core/FileSystem/L1Portability/Environment/Linux/BasicFileProperties.h
Test/Core/BareMetal/L3Streams/StringTest.cpp
Test/Core/BareMetal/L3Streams/StringTest.h
Test/Core/FileSystem/L1Portability/BasicFileTest.h
Test/Core/FileSystem/L1Portability/InternetHostTest.cpp
Test/GTest/Makefile.inc
#253 Merged with develop. Removed dependencies with Directory user-story
Merged Windows BasicConsole #253 with develop.
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 set to 0.7
#4 Updated by André Neto over 9 years ago
- Target version changed from 0.7 to 0.8
#5 Updated by Riccardo Vitelli over 9 years ago
- Assignee set to Frank Perez
#6 Updated by Frank Perez over 9 years ago
- Status changed from Code: Impl to Code: Rev
#7 Updated by Frank Perez over 9 years ago
- Assignee deleted (
Frank Perez)
#8 Updated by André Neto over 9 years ago
- Description updated (diff)
- Assignee set to André Neto
#9 Updated by André Neto over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#10 Updated by André Neto over 9 years ago
- Assignee changed from André Neto to Frank Perez
#11 Updated by André Neto over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#12 Updated by André Neto over 9 years ago
- Assignee changed from Frank Perez to André Neto
#13 Updated by André Neto over 9 years ago
- Description updated (diff)
#14 Updated by André Neto over 9 years ago
- Assignee deleted (
André Neto)
#15 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Rev to Closed
#16 Updated by Frank Perez over 9 years ago
- Status changed from Closed to Code: Impl
#17 Updated by Ivan Herrero over 9 years ago
- Status changed from Code: Impl to Closed
This user story used the branch #253_Basic_Console, which has been deleted.
#253 committing to merge with develop.