summaryrefslogtreecommitdiffstats
path: root/eng (follow)
Commit message (Collapse)AuthorAgeFilesLines
* eng: Clarify how-to for action requirementsSebastian Huber2021-03-111-9/+9
| | | | | | Bring how-to in line with current action requirements. Update #3715.
* eng: Clarify how-to for action requirementsSebastian Huber2021-03-111-1/+41
| | | | Update #3715.
* eng: Clarify how-to for action requirementsSebastian Huber2021-03-081-2/+3
| | | | Update #3715.
* eng: Add how-to for action requirementsSebastian Huber2021-03-081-1/+178
| | | | Update #3715.
* eng: Fix typoSebastian Huber2021-03-021-1/+1
| | | | Update #3715.
* eng: Update test case itemSebastian Huber2021-02-081-26/+31
| | | | Update #3715.
* Improve file header comment in generated filesSebastian Huber2021-01-251-3/+7
|
* eng: Add design group requirement item typeSebastian Huber2021-01-151-0/+24
| | | | Update #3715.
* eng: Add performance specification itemsSebastian Huber2020-11-271-113/+502
| | | | | | Add items to specify runtime performance requirements. Update #3715.
* eng: Rework and clarify Doxygen GuidelinesSebastian Huber2020-11-202-63/+149
|
* eng: Fix typoSebastian Huber2020-11-191-102/+103
| | | | Update #3715.
* eng: Simplify "Load" environment reportingSebastian Huber2020-11-131-14/+7
| | | | | | | Report all runtime measurement environments with a name only and encode the worker count of the "Load" environment in the name. Update #3199.
* eng: Rename ValidCache environment in FullCacheSebastian Huber2020-11-131-7/+8
| | | | | | | This name better reflects the execution envirnoment in which the cache is fully loaded with valid data unrelated to the body request handler. Update #3199.
* Improve automatically generated warningSebastian Huber2020-11-121-5/+4
|
* eng: Move code formatting rules into one sectionSebastian Huber2020-11-114-181/+197
| | | | | Clarify the 80 character limit. Change the line continuation indent level.
* eng: Clarify "Coding Conventions" introductionSebastian Huber2020-11-111-5/+5
|
* eng: Clarify "Source Documentation" sectionSebastian Huber2020-11-112-10/+19
|
* eng: Add header file conventionsSebastian Huber2020-11-113-0/+41
|
* eng: Remove "Generating a Tools Patch"Sebastian Huber2020-11-112-36/+0
| | | | | This section is probably some left over stuff from CVS times. The topic is already covered by the "Software Development (Git Users)" section.
* eng: Add function attributesSebastian Huber2020-11-091-0/+7
| | | | Update #3715.
* eng: Replace spec2doc.py with spec2modules.pySebastian Huber2020-10-241-7/+7
| | | | Update #3715.
* eng: Add placement link roleSebastian Huber2020-10-111-0/+12
| | | | Update #3715.
* eng: Move index-entries to all interfacesSebastian Huber2020-10-111-6/+5
| | | | Update #3715.
* Improve file header comment in generated filesSebastian Huber2020-10-111-4/+9
|
* eng: Remove explicit figure classSebastian Huber2020-10-091-2/+0
| | | | This makes the legend left justified.
* eng: Add proper figure titlesSebastian Huber2020-10-081-0/+4
| | | | The first paragraph of a figure directive block is the figure title.
* eng: Clarify stlib build attributeSebastian Huber2020-10-011-13/+32
| | | | Update #4107.
* eng: Fix typoSebastian Huber2020-09-281-1/+1
|
* eng/test-framework.rst -- Fix typoFrank Kühndel2020-09-181-3/+3
|
* eng: Remove double blank lineSebastian Huber2020-09-181-1/+0
|
* eng: Update release processSebastian Huber2020-09-181-2/+6
|
* eng: Add BSP build system chapterSebastian Huber2020-09-132-0/+490
| | | | Update #3818.
* eng: Update the python template, add a shell templateChris Johns2020-09-011-4/+59
|
* eng: Add automatically generated warningSebastian Huber2020-08-191-0/+7
| | | | Update #3715.
* eng: Unify test attribute keysSebastian Huber2020-08-191-19/+19
| | | | Update #3715.
* eng: Add test header to test caseSebastian Huber2020-08-191-77/+82
| | | | Update #3715.
* eng: Remove test name attributeSebastian Huber2020-08-191-28/+0
| | | | | | Derive the test name from the item UID. Update #3715.
* eng: Add test case attributesSebastian Huber2020-08-191-0/+18
| | | | Update #3715.
* eng: Add Doxyfile update to release processSebastian Huber2020-08-101-0/+2
|
* eng: Add reference to unspecified interfacesSebastian Huber2020-08-071-0/+4
| | | | Update #3715.
* eng: Add more variants of unspecified interfacesSebastian Huber2020-08-071-4/+16
| | | | Update #3715.
* eng: Add application config options how-toSebastian Huber2020-08-071-0/+119
| | | | Update #3715.
* eng: Refer to the rtems-central repositorySebastian Huber2020-08-071-7/+6
| | | | Close #4043.
* eng: Partially revert previous commitSebastian Huber2020-08-061-18/+0
| | | | | | | The previous commit contained more than just a typo fix. Remove this part. Update #3715.
* eng: Fix typoSebastian Huber2020-08-061-2/+19
| | | | Update #3715.
* eng/release: Add libbsd version updateChristian Mauderer2020-07-291-0/+9
|
* eng: Fix format of regular expressionsSebastian Huber2020-07-281-9/+9
| | | | Update #3715.
* eng: Add ability to skip action transitionsSebastian Huber2020-07-281-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.
* eng: Support N/A in the action transitionsSebastian Huber2020-07-281-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.
* eng: Add brief description to header file itemsSebastian Huber2020-07-281-1/+7
| | | | Update #3715.