User story #243
Linux file implementation
0%
Description
Implement the File stream based on the previous MARTe implementation.
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: 12/11/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: 12/11/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:
- Need to add an unit test to verify ALL possible combinations of opening flags
Associated revisions
#243 Linux File WPI
Make files updated to compile the new BasicFile.x
Merge remote-tracking branch 'origin/#249_BufferedStreamGenerator' into
#243_Linux_File
Conflicts:
Source/Core/FileSystem/L1Portability/Environment/Linux/Makefile.inc
#243 WPI
Merge remote-tracking branch 'origin/#244_Windows_File' into
#243_Linux_File
Conflicts:
Source/Core/FileSystem/L1Portability/BasicFile.h
Source/Core/FileSystem/L1Portability/Makefile.inc
Source/Core/FileSystem/L1Portability/Makefile.msc
Source/Core/FileSystem/Makefile.inc
Source/Core/FileSystem/Makefile.msc
#243 Linux File.
Deleted obsolete files.
#243 Linux File.
Linux implementation for the BasicFile.
Unit tests done.
#243 Linux File
Deleted iostream include
#243 Linux File
GTest/Makefile.inc modified to run all tests
#243 Linux File
Documentation corrected
#243 Linux File
GTest/Makefile.inc errors corrected
#243 Linux File
Header synchronization with the Windows File
Cross-merged bugfix from #243
#244 - Import changes from #243_Linux_File branch and improve FileSystem
implementation for Windows.
- Import constants for integer limits on CompilerTypes from
#243_Linux_File branch.
- Import BasicFileTest and BasicFileGTest from #243_Linux_File branch.
- Update Makefile.inc files on all folders related with FileSystem.
- Add Makefile.msc files on all folders related with FileSystem.
- Fix bugs on implementation of BasicFile for Windows detected after
executing unit tests.
#243 - Fix names of test files used on BasicFile unit testing.
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 Llorenc Capella over 9 years ago
- Assignee set to Llorenc Capella
#5 Updated by André Neto over 9 years ago
- Status changed from Code: Impl to Code: Rev
#6 Updated by André Neto over 9 years ago
- Assignee changed from Llorenc Capella to André Neto
#7 Updated by André Neto over 9 years ago
- Target version changed from 0.7 to 0.8
#8 Updated by Riccardo Vitelli over 9 years ago
- Assignee changed from André Neto to Riccardo Vitelli
#9 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#10 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Code: Rev to Unit: Impl
#11 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Impl to Closed
#12 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Closed to Unit: Impl
#13 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
#14 Updated by Riccardo Vitelli over 9 years ago
- Description updated (diff)
- Assignee deleted (
Riccardo Vitelli)
#15 Updated by Riccardo Vitelli over 9 years ago
- Status changed from Unit: Impl to Closed
#243 Linux file. WPI
The following files were imported from the MARTe: * BasicATMSocket.cpp * BasicATMSocket.h * BasicConsole.cpp * BasicConsole.h * BasicFile.h * BasicSocket.cpp * BasicSocket.h * BasicTCPSocket.h * BasicUDPSocket.h * Directory.h