summaryrefslogtreecommitdiffstats
path: root/eng/req/items.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-08eng: Update test case itemSebastian Huber1-26/+31
Update #3715.
2021-01-25Improve file header comment in generated filesSebastian Huber1-3/+7
2021-01-15eng: Add design group requirement item typeSebastian Huber1-0/+24
Update #3715.
2020-11-27eng: Add performance specification itemsSebastian Huber1-113/+502
Add items to specify runtime performance requirements. Update #3715.
2020-11-19eng: Fix typoSebastian Huber1-102/+103
Update #3715.
2020-11-12Improve automatically generated warningSebastian Huber1-5/+4
2020-11-09eng: Add function attributesSebastian Huber1-0/+7
Update #3715.
2020-10-11eng: Add placement link roleSebastian Huber1-0/+12
Update #3715.
2020-10-11eng: Move index-entries to all interfacesSebastian Huber1-6/+5
Update #3715.
2020-10-11Improve file header comment in generated filesSebastian Huber1-4/+9
2020-10-01eng: Clarify stlib build attributeSebastian Huber1-13/+32
Update #4107.
2020-09-28eng: Fix typoSebastian Huber1-1/+1
2020-09-18eng: Remove double blank lineSebastian Huber1-1/+0
2020-08-19eng: Add automatically generated warningSebastian Huber1-0/+7
Update #3715.
2020-08-19eng: Unify test attribute keysSebastian Huber1-19/+19
Update #3715.
2020-08-19eng: Add test header to test caseSebastian Huber1-77/+82
Update #3715.
2020-08-19eng: Remove test name attributeSebastian Huber1-28/+0
Derive the test name from the item UID. Update #3715.
2020-08-19eng: Add test case attributesSebastian Huber1-0/+18
Update #3715.
2020-08-07eng: Add reference to unspecified interfacesSebastian Huber1-0/+4
Update #3715.
2020-08-07eng: Add more variants of unspecified interfacesSebastian Huber1-4/+16
Update #3715.
2020-08-06eng: Partially revert previous commitSebastian Huber1-18/+0
The previous commit contained more than just a typo fix. Remove this part. Update #3715.
2020-08-06eng: Fix typoSebastian Huber1-2/+19
Update #3715.
2020-07-28eng: Fix format of regular expressionsSebastian Huber1-9/+9
Update #3715.
2020-07-28eng: Add ability to skip action transitionsSebastian Huber1-8/+43
Sometimes the pre-conditions in an action requirement are not independent and it is necessary skip a certain set of pre-condition states. This should be used with care since no test code is run in these cases. There shall be a reason given why skipping a transition is justified. Update #3715.
2020-07-28eng: Support N/A in the action transitionsSebastian Huber1-4/+13
Sometimes the pre-conditions in an action requirement are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition. Update #3715.
2020-07-28eng: Add brief description to header file itemsSebastian Huber1-1/+7
Update #3715.
2020-07-28eng: Add requirement text to interface groupsSebastian Huber1-0/+6
This allows to state the requirement for an interface group directly in the item. Update #3715.
2020-07-03eng: Fix typoSebastian Huber1-1/+1
Update #3715.
2020-07-03eng: Reformat to maximize the text widthSebastian Huber1-72/+69
Remove extra "X" character in some labels. Update #3715.
2020-06-17eng: Clarify action requirement specificationSebastian Huber1-6/+136
Update #3715.
2020-06-10eng: Update action requirement specificationSebastian Huber1-1/+80
Update #3715.
2020-06-08eng: Add a specification type for actionsSebastian Huber1-24/+377
Add support to specify functional requirements for actions (functions or macros) via a transition map of pre-conditions to post-conditions. This will be the work horse for functional requirements. Generation of corresponding validation tests is supported. Update #3715.
2020-06-04eng: Add generic attribute key typesSebastian Huber1-26/+37
Update #3715.
2020-06-04eng: Simplify wording for specification itemsSebastian Huber1-247/+217
Update #3715.
2020-05-29eng: Add generated documentation of spec itemsSebastian Huber1-343/+4191
The documentation of the specification items is generated by an RTEMS qualification tool from a specification of specification items. Move non-generated content to "req-for-req.rst". Update #3715.
2020-05-29eng: Split up requirements engineering chapterSebastian Huber1-0/+520
This allows to more easily generate the specification item section with a script using specification items. Update #3715.