v6.0.0 #729

Merged
mohr merged 668 commits from development into master 2023-02-23 13:42:49 +01:00
Owner

Pre-Release

  • Create new release section in CHANGELOG.md and add the date in ISO format
  • Bump version in CMakeLists.txt
  • format code
  • Run tests
  • Wait for CI/CD results

Post-Release

  • Create release on EGit (also creates the tag)
  • Close milestone and create next
### Pre-Release - [x] Create new release section in `CHANGELOG.md` and add the date in ISO format - [x] Bump version in `CMakeLists.txt` - [x] format code - [x] Run tests - [x] Wait for CI/CD results ### Post-Release - [x] Create release on EGit (also creates the tag) - [x] Close milestone and create next
muellerr added 599 commits 2023-02-06 14:14:29 +01:00
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d7a2eada94
add space packet creator class
fsfw/fsfw/pipeline/head This commit looks good Details
0c5f623780
additional ctor for space packet creator
fsfw/fsfw/pipeline/head This commit looks good Details
3c72a42ce1
added basic sp creator test
fsfw/fsfw/pipeline/head There was a failure building this commit Details
7e2fdc06cd
hmm this is problematic
fsfw/fsfw/pipeline/head There was a failure building this commit Details
e4d7182d93
update changelog
fsfw/fsfw/pipeline/head This commit looks good Details
ddf38b65c3
apply auto-formatter
fsfw/fsfw/pipeline/head This commit looks good Details
3d2af203f2
finished creator unittests
fsfw/fsfw/pipeline/head There was a failure building this commit Details
5fffbd4a90
start PUS TC refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit Details
6c636661b6
a lot of refactoring
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d80941514f
start refactoring PUS TM handling
fsfw/fsfw/pipeline/head There was a failure building this commit Details
9860061fc6
create new TmSendHelper
fsfw/fsfw/pipeline/head There was a failure building this commit Details
be35bd53a6
switched to new tmtc stack API
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d8b6cb39ac
various bugfixes and improvements
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
e5ee96259d
some fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
23f264096c
delete a few old classes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
08e0b0f1a0
added sp reader unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5af3138e81
fnished PUS TC creator unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
61bc867bed
delete code which is not used anymore
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
0981ee6f7e
minor changes, virtual dtors added
fsfw/fsfw/pipeline/pr-development This commit looks good Details
affde6bad5
rename namespace
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0dfaba81f9
finished basic TC unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bfee4fd90a
add empty test files
fsfw/fsfw/pipeline/pr-development This commit looks good Details
67776241de
verify successfull TM serialization
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9275ccb79b
added some missing implementations
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f28b9ea61b
APID getter bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cecaec6007
PUS TM creator tests done
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2dfbce6174
start TM reader unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b350018cad
completed basic test set
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cb05329dd9
completed baseline PUS TM unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
133894f4ba
add basic CCSDS tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f0c8fd2688
some renaming
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4921527022
replace c include
fsfw/fsfw/pipeline/pr-development This commit looks good Details
63ee88af17
added base for tm store test
fsfw/fsfw/pipeline/pr-development This commit looks good Details
832367fb30
replace some API components with references
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4989bd0f02
fixes for Linux OSAL clock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
899d021e00
using uint32_t as store_address requires explicit cast
fsfw/fsfw/pipeline/pr-development This commit looks good Details
973d4ee8a5
some more ref replacements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e2ad37e3e6
more ref replacements
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2a34c831b1
use Be instead of Ne, which could be confused
fsfw/fsfw/pipeline/pr-development This commit looks good Details
180210dc38
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
36e3956efb
finished tm store helper tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
1a7d7b172b
set up new internal error reporter mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
380f1d0206
remove obsolete returns
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f3af88ae40
add [[nodiscard]] and const specifiers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f80be9e9fa
run afmt
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5fd5d488ff
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8f07133e2c
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
6d0fa36f8a
cleaning up message queue mock and subscription API
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
935e135f1c
normal queue sufficient
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a88f767cca
all tests running again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
586993c081
completed send helper tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c83f75c515
some more tests using TM send helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7d87274844
add old api but mark it deprecated
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
6d00fc65c0
fix memory leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c12669fe50
this should fix the mmeory leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
db33f9cc7e
maybe this teardown fixes the leak
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
747243684d
more leaks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e48b6f1432
possible double delete
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
bdf71d4e66
add new HasReturnvaluesIF features
fsfw/fsfw/pipeline/head There was a failure building this commit Details
b827bd8370
update HasReturnvaluesIF
1. Add new retval namespace which contains OK and FAIL returnvalue
2. Also contains makeCode constexpr function
3. Mark HasReturnvaluesIF::makeReturnCode deprecated

This prevents from having to implement an interface just to use a shorter
version of the general returnvalues. A namespace is better suited for this
I think
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
88ebb67c8d
fix deprecation warnings
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4ed028000d
Merge branch 'mueller/expand-retval-if' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
500a5602bd
added additional TM store and send helper
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f1c37203a4
some more API improvements and replacements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
75c824ec80
add new VerificationReporterIF
fsfw/fsfw/pipeline/pr-development This commit looks good Details
146a0e3828
created PSB mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f14c812aff
removed some obsolete code
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
d98b79cf5e
adapt PSB so it can be unittested properly
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1954ce0ea4
default PUS receiver set automatically now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8bf0fb9885
test auto-initializers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
152c01b2ec
psb unittests almost complete
fsfw/fsfw/pipeline/pr-development This commit looks good Details
681738dcc6
PSB unittests complete
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e7d9979078
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9eb652e585
some printout fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
18ee2ab903
example compiles again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
064b195c75
some of the deprecation warnings run amok
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
86692e202d
this gets rid of some warnings
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
059fb10558
add helper methods to disable crc calculation
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
740644f2c8
updates for PusDistributor
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c5ad9b5fa9
switch off debugging switches
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
f591b9793c
pass timeReader to Pus ZC writer
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
234ccdf764
send time stampers properly now
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
0a38d2e22d
small bugfix
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
356d778743
afmt
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4e571e5082
some more minor fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
d641d63531
set queue of tm send helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
f03b7cd660
another bugfix in CSB
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7e8afcc12f
remove nullptr check
fsfw/fsfw/pipeline/pr-development This commit looks good Details
93acac02f5
tests running again
fsfw/fsfw/pipeline/pr-development This commit looks good Details
85dbef20b0
update serialize IF
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5bb7023ff3
improvements for creator API
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b485afea57
Simple SerializeIF adaptions
- Returns serialized or deserialized size
dc31358d52
adaption for SerializeIF
- Returns serialized and deserialized size now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b11cdf6184
update unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5355e63711
use result instead of retval
fsfw/fsfw/pipeline/pr-development This commit looks good Details
30ba9ab916
some more fixes
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
cb118176a0
completed ZcWriter unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1b5fa2a8fa
test no crc generation
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8f6f0e1d45
some more fail tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fc3412fa35
set sec header flag and add unit test for it
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
da106fd96f
do not use TC info for failed TC retrieval
fsfw/fsfw/pipeline/head This commit looks good Details
6c5bbfa080
some renaming
fsfw/fsfw/pipeline/head There was a failure building this commit Details
c9bec03f00
Merge branch 'mueller/expand-serialize-if' into mueller/new-object-id-type
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
47e148af8f
decoupling
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4a4d23573d
verify correct key behaviour
fsfw/fsfw/pipeline/pr-development This commit looks good Details
96f092ef75
type correction
fsfw/fsfw/pipeline/head This commit looks good Details
f4beef8c9f
run auto-formatter
fsfw/fsfw/pipeline/head There was a failure building this commit Details
458fe460eb
TMTC Routing Refactoring
1. Make TcDistributor less powerful / more flexible and rename it to TcDistributorBase
2. Require AcceptsTelecommandsIF to have an abstract function returning the name
3. Allows the CCSDS distributor to remove the CCSDS header before rerouting. This is useful
for protocols like CFDP which are CCSDS agnostic.

WIP: Still need to implement the removal of the CCSDS header
fsfw/fsfw/pipeline/head There was a failure building this commit Details
4334106ad1
applied auto-formatter
fsfw/fsfw/pipeline/pr-development This commit looks good Details
52ee50ba8c
Fixed cmake variable for tests in README.md
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
902a4bfa9c
unittests for TC and CCSDS distributor
1db04cf20c Update 'docs/getting_started.rst'
Update for new recommended build folder and cmake define name
fsfw/fsfw/pipeline/pr-development This commit looks good Details
19817bd3a5
Update 'docs/getting_started.rst'
Actually, this version still uses old folder names
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a426aef7c7
add some more tests for CCSDS distributor
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b0c479cab9
remove some shadowing warnings
fsfw/fsfw/pipeline/pr-development This commit looks good Details
df690b9628
some re-ordering
fsfw/fsfw/pipeline/pr-development This commit looks good Details
60ea9a9a7c
clean up a few tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cc98512caf
use tags properly
fsfw/fsfw/pipeline/pr-development This commit looks good Details
29bcaee196
some tests for new var len field
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b20e8a9679
continue new cfdp router
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7fb9e14555
better names for CFDP components
fsfw/fsfw/pipeline/pr-development This commit looks good Details
acf5c2a56d
better names
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c6a7a0fec8
use distributor instead of router
fsfw/fsfw/pipeline/pr-development This commit looks good Details
269a3052ca
added stubs for source and dest handler
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cc56b00df3
Merge branch 'development' into mueller/expand-serialize-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e6957de166
Merge branch 'development' into mueller/expand-retval-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fdb0cc0e44
tweaks for CFDP distributor
fsfw/fsfw/pipeline/pr-development This commit looks good Details
65a47c7c57
add distributor test stub
fsfw/fsfw/pipeline/pr-development This commit looks good Details
43fb6ef5cb
some tag replacements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
37c60d1dd0
add source and dest test stubs
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
202d9341d8
add CFDP unit tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
904abfba28
clean up CFDP stack a bit
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4f1fe39182
fix unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
06bea2f621
test inNull and bool operator
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2f8020baac
move parsing steps into parse function
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c832bffdb0
clean up header test
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1c0b778848
continue CFDP distrib unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bddf5bded1
move some storage manager impl to IF
- Add StorageManagerMock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
22e1555f50
basic storage manager mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
192956c2c7
use new storage manager mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0d26a0f54b
fnish CFDP distributor unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
9796abfc7d
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7fb906a0ac
add first fault handler base class
fsfw/fsfw/pipeline/pr-development This commit looks good Details
eccb629ba8
fnished fault handler base
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dba3f9960e
add CFDP fault handler mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7f9401cf63
some bugfixes
fsfw/fsfw/pipeline/pr-development This commit looks good Details
4ee01e395b
finished fault handler unit tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
dce1ebcf65
add CFDP user base
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7a20412305
add user base documentation
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
bba2d883b6
added some documentation
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5bea92d2a4
some doc updates
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8c059f8f32
new filesystem module
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d45108e3c2
add remote config table provider class
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0cb15e901e
new cfdp mock folder, added additional cfdp mocks
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
507c6ddff1
added some param structs
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
96dfe46e25
added string LV tests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
e45a99143c
added const char* test
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
3e1fd15613
completed all indication parameters
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
28c8248f26
add FS mock and improve HasFilesystemIF
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a2e0646ed4
fix duplicate naming error
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c86adf8e10
Merge branch 'development' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3df1161560
this should do the job
fsfw/fsfw/pipeline/pr-development This commit looks good Details
aca8b53a59
start host FS impl
fsfw/fsfw/pipeline/pr-development This commit looks good Details
20eee2c469
finished host FS impl
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e796e025b6
continue host fs unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8aaabc5d73
basic host FS unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c12492df03
continued host FS test
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8b4253bc46
update cmakelists.txt
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b28c26b288
group MGM data in local pool vectors
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8efe85cb15
Merge branch 'development' into mueller/new-object-id-class
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d3cabd8984
afmt
fsfw/fsfw/pipeline/pr-development This commit looks good Details
deeeef553b
remove implicit machine endianness variants
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3b000d924a
Merge branch 'development' into mueller/expand-retval-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9d64b96e9a
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7ac4f1c64d
Merge branch 'development' into mueller/new-object-id-class
fsfw/fsfw/pipeline/pr-development This commit looks good Details
71ed95b09a
Merge branch 'development' into mueller/group-mgm-data
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
d7ec04bf4b
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
2339c48756
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9e064fe800
fix unittests
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4224c3d009
bump changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
7f9269b387
fix for def cfg
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
221361eb9c
Merge remote-tracking branch 'origin/development' into mueller/expand-retval-if
fsfw/fsfw/pipeline/head This commit looks good Details
1037102349
merge retval refactoring
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fc34d56239
cicd fix
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f63f3fa564
more occurences in comments
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d2ac3603a5
some more occurences
fsfw/fsfw/pipeline/pr-development This commit looks good Details
217276d50c
renamed returnvalue header
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8fd8a37f59
flip verif reporter ctor arguments
fsfw/fsfw/pipeline/pr-development This commit looks good Details
875174c4ad
better name for global object
fsfw/fsfw/pipeline/pr-development This commit looks good Details
239d053562
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
23f514039a
host filesystem continued
fsfw/fsfw/pipeline/pr-development This commit looks good Details
12c452e7ce
finished host FS unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0bb82e0da2
add fs mock feed function
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6930656d4e
added some more basic tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
11a699c3ce
a list should do the job
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
ff6de8e378
important bugfix for verif reporter
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
3b33b429e6
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
2a4ab0af7b
Merge branch 'mueller/refactor-tmtc-stack' into mueller/refactor-tmtc-stack-with-retval-refactoring
fsfw/fsfw/pipeline/head This commit looks good Details
8c8d1cfa84
apply auto-formatter
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
fsfw/fsfw/pipeline/head There was a failure building this commit Details
dab1b1d067
apply auto-formatter
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
10f34e5a48
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack-with-retval-refactoring
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
52f8c5038b
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ba5c6410d6
tests running again
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
9e5dddf79c
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d12c59c8ac
all retval replacements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a46d8c34d9
small changelog update
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9441b4a70e
continue dest handler
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b1bd631322
implemented metadata handler
fsfw/fsfw/pipeline/pr-development This commit looks good Details
26ea6606bf
metadata recvd indication
fsfw/fsfw/pipeline/pr-development This commit looks good Details
eb29b79467
some more docs
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2c730c8632
use const struct ref instead
fsfw/fsfw/pipeline/pr-development This commit looks good Details
267466be9d
pass const references to user handler now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
81a7c21cd1
continued router component
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ff4cbea571
improvements for auto-formatter script
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fd278e410b
additional safety check
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6605ffb6b1
Fixing check in Srv 11 Filer
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6bcb208968
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b499dedd76
remove TODO
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cb23911ccd
default initialization of CDS short struct
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2cab73d972
avoid duplicate code
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9fedd03ed8
use cfg struct for local pool API
fsfw/fsfw/pipeline/pr-development This commit looks good Details
aea9db75cb
better name
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a9277622ce
move data wrapper
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
20d42add03
add new data wrapper helper type
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0f27c7e7e7
extend data wrapper
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c756297e5c
data wrapper update
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
8e6cee7761
Merge branch 'mueller/data-wrapper' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
9131ca688b
make two helper functions protected
fsfw/fsfw/pipeline/pr-development This commit looks good Details
64a7fde301
this is annoying
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ab719a3e59
alternative solution
fsfw/fsfw/pipeline/pr-development This commit looks good Details
158007fa7f
const correct API
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
0de7b66218
new retval for permission errors
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7345c18b04
small fix which allows sending action reply immediately
fsfw/fsfw/pipeline/pr-development This commit looks good Details
28ecd0e5c6
bugfix for SP parser
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7ae82a5cb4
do not cache previous recipient
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c7f300671f
update header
fsfw/fsfw/pipeline/pr-development This commit looks good Details
01651f0521
more simplfications
fsfw/fsfw/pipeline/pr-development This commit looks good Details
67980cb592
Merge branch 'development' into mueller/fixes-tmtc-server-sp-parser
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2b01e86f9c
one small additional precaution
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5c20cc804e
Merge remote-tracking branch 'origin/development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development This commit looks good Details
04bff7a522
test fix
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ebc02673dd
provide a weak print char impl
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1e85cdadfd
remove user includes
fsfw/fsfw/pipeline/pr-development This commit looks good Details
04800df31e
another user-level-include
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
80355910ee
better warning
fsfw/fsfw/pipeline/pr-development This commit looks good Details
db84dcd3ce
afmt
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dc79b7ba00
delete metadata after processing
fsfw/fsfw/pipeline/pr-development This commit looks good Details
eae75b29e7
start file data pdu processing
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c90d1c8071
continue dest handler impl
fsfw/fsfw/pipeline/pr-development This commit looks good Details
108e7737e2
continued dest handler
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3147f67fbd
basic dest handler framework almost complete
fsfw/fsfw/pipeline/pr-development This commit looks good Details
134d5a1411
basic impl which allows naked no closure file transfer
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b984128de5
stub for creating finished PDU
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3dfc882226
impl finish PDU sending
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0dd2b5ddd4
need an event reporter proxy
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d2c4d546c3
first dest handler unittests
- Add new mock class for event reporting proxies
- Add basic setup for unittesting the CFDP destination handler
fsfw/fsfw/pipeline/pr-development This commit looks good Details
52802f127b
basic test stubs
fsfw/fsfw/pipeline/pr-development This commit looks good Details
26bc80964e
Merge branch 'development' into mueller/provide-weak-print-char
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
5ce1e76723
init dest handler unittests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d64ad71529
Some improvements for time stamper API
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ee93f4a4ca
Merge branch 'development' into mueller/refactor-tmtc-stack
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
fb96250e36
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b7a1f79d5b
update FSFWCnfig.h
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
4c3f9feb93
explicit include
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f5421e9abd
refactor tm helper
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a5d1c38b22
Merge branch 'mueller/refactor-tmtc-stack' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
afc48726b9
comment out check
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1e395dc402
set buffer expects const pointer now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3583e30ee6
rename const buf setter
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development Build started... Details
16688316a8
rename setBuffer to setConstBuffer
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5a3f05fa79
return struct ref instead of code
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2e4cdb7366
additional filesystem abstractions
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7b97c8a182
continue tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
806ae9b41a
check that indication was called
fsfw/fsfw/pipeline/pr-development This commit looks good Details
428da017ba
empty file transfer unittest almost done
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ba046cebd9
empty file unittest complete
fsfw/fsfw/pipeline/pr-development This commit looks good Details
94c9800fae
refactored out generic metadata part
fsfw/fsfw/pipeline/pr-development This commit looks good Details
af851165b4
continue basic small file transfer unittest
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development Build queued... Details
07ef9a0ec3
bump catch2 version
fsfw/fsfw/pipeline/pr-development This commit looks good Details
67439b4285
refactor away some duplication
fsfw/fsfw/pipeline/pr-development This commit looks good Details
aebd401d5b
start segmentes file unittest
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c54caf134a
segmented file transfer working
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8971eb386e
retval replacement
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
282704e0fd
remove bsp specific code
fsfw/fsfw/pipeline/pr-development This commit looks good Details
04b619a15c
update header as well
fsfw/fsfw/pipeline/pr-development This commit looks good Details
770463e618
remove old code
fsfw/fsfw/pipeline/pr-development This commit looks good Details
11a4b27642
allow deferred init
fsfw/fsfw/pipeline/pr-development This commit looks good Details
683cf8a047
some additional tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c87667c03f
some API improvements
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development Build started... Details
d52f335455
sif::buffer: if disabeld do not print
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ec1e07b466
some more returncodes
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b73754dfd6
implemented basic PDU forwarding
fsfw/fsfw/pipeline/pr-development This commit looks good Details
34dd478848
helper class OneRemoteConfigProvider
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6ae709acc3
Merge branch 'development' into mueller/remove-user-includes
fsfw/fsfw/pipeline/pr-development Build queued... Details
6a6aa7fdd6
Merge branch 'development' into mohr/enableDisable
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3e9b47d3a2
update docs release in conf.py
fsfw/fsfw/pipeline/pr-development This commit looks good Details
26b3e5a013
fix misc def config
fsfw/fsfw/pipeline/head This commit looks good Details
003a6d00fa
Documentation build tools in docker
fsfw/fsfw/pipeline/head There was a failure building this commit Details
92e3ab04f3
testing Jenkinsfile
fsfw/fsfw/pipeline/head There was a failure building this commit Details
d79b5348d8
testing Jenkinsfile
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit Details
8bbde05413
add jenkins user in docker so that ssh will work
fsfw/fsfw/pipeline/head There was a failure building this commit Details
ecf51b2913
testing Jenkinsfile
fsfw/fsfw/pipeline/head This commit looks good Details
9c7248e78e
typo in Dockerfile
fsfw/fsfw/pipeline/head There was a failure building this commit Details
9bd600c488
testing Jenkinsfile
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit Details
8e835be55f
testing Jenkinsfile
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a1ea671e2f
header include update
fsfw/fsfw/pipeline/head There was a failure building this commit Details
fa5605c959
testing Jenkinsfile
fsfw/fsfw/pipeline/pr-development This commit looks good Details
382543fc59
important bugfix
fsfw/fsfw/pipeline/head There was a failure building this commit Details
6451a16888
fixing scp command
fsfw/fsfw/pipeline/head This commit looks good Details
24ecf125a3
fixing scp command again
fsfw/fsfw/pipeline/head This commit looks good Details
f34cf9095d
fixing scp yet again
fsfw/fsfw/pipeline/head This commit looks good Details
3257935150
fixing scp yet again again
fsfw/fsfw/pipeline/head This commit looks good Details
21a9d89fb3
pushing code coverage report to documentation server
fsfw/fsfw/pipeline/head This commit looks good Details
af282c7d3e
reverting to only publish development
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6970068d56
small fix in README
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
44615c150b
add printout capabilities
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
389d804735
Merge remote-tracking branch 'origin/development' into mueller/cfdp-routers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fsfw/fsfw/pipeline/head This commit looks good Details
ac7dc55fc1
fix unittest
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3a52454949
removed handlers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
73f1917c81
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2e27a85c95
finished renaming operation
fsfw/fsfw/pipeline/pr-development This commit looks good Details
723f8749d4
bump changelog
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9d626e0a5d
include correction
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
237e29cc59
all necessary modifications
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b3c0e24611
bump changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
e063b44899
add link to PR
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
1efc0d2855
update changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
75ddfdc65d
Merge branch 'mueller/refactor-accepts-tc-tm-if' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/head This commit looks good Details
37390dfc74
add missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good Details
2e310fca8d
add another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good Details
655c944c0e
another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good Details
9a181aa6a8
another missing changelog entry
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
8501477a78
Merge remote-tracking branch 'origin/development' into mueller/refactor-accepts-tc-tm-if
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
1db77753e3
Merge remote-tracking branch 'origin/development' into mueller/local-pool-update
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
36cf59cc8e
Merge branch 'mueller/refactor-accepts-tc-tm-if' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/head This commit looks good Details
5363868120
added another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good Details
8df6d934d7
another missing changelog entry
fsfw/fsfw/pipeline/head This commit looks good Details
1a833e2d45
another missing changelog entry
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a681a4a797
better error printout
fsfw/fsfw/pipeline/pr-development This commit looks good Details
ce7146e468
printout tweak
fsfw/fsfw/pipeline/head This commit looks good Details
423a9540ed
doc corrections
fsfw/fsfw/pipeline/head This commit looks good Details
131e3ff1e3
Revert "doc corrections"
This reverts commit 423a9540ed.
fsfw/fsfw/pipeline/head Build queued... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0f027d29d2
doc corrections
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8dea13742f
update rst file
fsfw/fsfw/pipeline/head Build queued... Details
fsfw/fsfw/pipeline/pr-development Build started... Details
0042372cb6
now that doc server is up, remove markdown files
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bcbbc9763a
markdown update not required, will be removed
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
954c749de0
additional docs
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2fee2fdff5
unittest which would have caught this
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
54762232a4
refactoring and condition code to strin converter
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
67f1cd0b5f
Merge branch 'development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
6f8ccf83e7
use singular enum names
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
72172a972b
update changelog
fsfw/fsfw/pipeline/pr-development Build queued... Details
558550ecb9
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/head This commit looks good Details
3b8ca09299
prepared docker for documentation rsync
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit Details
5488ee715f
testing deployment of documentation
fsfw/fsfw/pipeline/head There was a failure building this commit Details
c0000a8635
testing deployment of both development and master doc
fsfw/fsfw/pipeline/head There was a failure building this commit Details
33530f2819
adding Impressum and Datenschutz to lcov output
fsfw/fsfw/pipeline/head This commit looks good Details
292fe3e5e4
forgot epilog file
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
12d0c23c13
Revert "testing deployment of documentation"
This reverts commit 5488ee715f.
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fsfw/fsfw/pipeline/head There was a failure building this commit Details
9e6c1d60e5
another ci check
fsfw/fsfw/pipeline/head There was a failure building this commit Details
4f3361eb2b
another ci check
fsfw/fsfw/pipeline/head This commit looks good Details
775d5632de
update to ssh connection to doc server
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c54d9d7ba6
add some tests
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0bdd780f82
Merge branch 'development' into mueller/doc-corrections
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e6a877f048
Merge branch 'development' into mueller/doc-corrections
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bd64591f30
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/head There was a failure building this commit Details
62f638a3d2
Merge pull request 'doc corrections' (#687) from mueller/doc-corrections into development
Reviewed-on: #687
fsfw/fsfw/pipeline/pr-development This commit looks good Details
95ac53c417
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e0c780f21c
better comment
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3de0ae5a48
DHB bug
fsfw/fsfw/pipeline/head Something is wrong with the build of this commit Details
7877776e24
one last check
fsfw/fsfw/pipeline/head This commit looks good Details
8e362a000c
Revert "one last check"
This reverts commit 7877776e24.
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7b5ae6a445
done?
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fsfw/fsfw/pipeline/head This commit looks good Details
d964fa2107
Merge branch 'development' into mohr/documentation_ci
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6f562e5f3e
missing retval conv
fsfw/fsfw/pipeline/pr-development Build started... Details
2316728d74
Merge branch 'development' into mueller/dhb-countdown-bug
fsfw/fsfw/pipeline/head Build started... Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
448d20f3bd
small fix for helper
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c283e0c988
okay this is correct
fsfw/fsfw/pipeline/pr-development This commit looks good Details
337cb0d6c9
hotfix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
df06064df0
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6b991045f7
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3e9acf476e
Merge branch 'development' into mueller/small-helper-script-fix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
cd0cb43412
Merge branch 'development' into mueller/missing-retval-conversion
fsfw/fsfw/pipeline/pr-development Build started... Details
518dcdef4b
Merge branch 'development' into mueller/smaller-tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f3e9277e59
Merge branch 'development' into mueller/refactor-accepts-tc-tm-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3349fc36f8
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dd636b186b
size check bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bfe120636c
this should have the same effect
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
652c31a683
missing validity check
fsfw/fsfw/pipeline/pr-development This commit looks good Details
77b1a85b47
important bugfix for i2c device com IF
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1164c21ddd
iter not a member anymore, more bugfixes
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d8a4675842
bump changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dd2f42d22b
Merge branch 'development' into mueller/local-pool-update
fsfw/fsfw/pipeline/pr-development This commit looks good Details
73e313c35b
Merge branch 'development' into mueller/local-pool-update
fsfw/fsfw/pipeline/pr-development This commit looks good Details
955579c856
Merge branch 'development' into mueller/refactor-accepts-tc-tm-if
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d26f230bee
builds
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
81a7de2814
make dtor virtual
fsfw/fsfw/pipeline/pr-development This commit looks good Details
dc1583c932
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
11a22577be
defaultconfig did not build anymore
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
c11af63015
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
bee33526a1
missing include
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c913fe40bf
tweaks
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
83c2c4825c
fix compiler error for fixed array list copy ctor
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5c84f12440
this not crash
fsfw/fsfw/pipeline/pr-development This commit looks good Details
16246d6ece
replace other memcpy
fsfw/fsfw/pipeline/pr-development This commit looks good Details
819a298b19
refactoring of serial drivers for linux
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5b352978c5
rename cookie class
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b6a3c206cc
smaller include tweaks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a9c6c088f2
remove leftover debugging code
fsfw/fsfw/pipeline/pr-development This commit looks good Details
83a6f0b5f8
reenable setup function call
fsfw/fsfw/pipeline/pr-development This commit looks good Details
6021d897b8
Merge branch 'development' into windows-tweaks-upstream
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1bea2344f6
remove using declaraction
fsfw/fsfw/pipeline/pr-development This commit looks good Details
1d084ee22f
Merge branch 'development' into mueller/fixed_array_list_copy_ctor
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
b48e0fdc0d
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
7b0db08962
Merge branch 'development' into mueller/refactor_serial_linux
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
ab9b6c8c89
Merge remote-tracking branch 'origin/development' into mueller/cfdp-update-without-handlers
fsfw/fsfw/pipeline/pr-development This commit looks good Details
72d7c43445
updates for storage manager mock
fsfw/fsfw/pipeline/pr-development This commit looks good Details
c013fcc1f5
move container retvals to namespace
fsfw/fsfw/pipeline/pr-development This commit looks good Details
2a842666d5
SP reader getPacketData is const now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fe3d6bd432
uio able to resolve symlinks now
fsfw/fsfw/pipeline/pr-development This commit looks good Details
9483c2809d
DLE parser
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8fe8d810e9
only delete table if not nullptr
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d31a5306f0
fix mock
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
cbc8dbcdd4
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8199b8f359
bump changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f8c07ec9cf
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3bc3da5a8d
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b85ca64690
update changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f05295bada
small fix to allow teardown handling
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0129783e34
Merge branch 'development' into mueller/sp_reader_const_get_data
fsfw/fsfw/pipeline/pr-development This commit looks good Details
65a5abab49
move free call
fsfw/fsfw/pipeline/pr-development This commit looks good Details
23d3812fe3
this is actually important
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3b0fed733f
Merge branch 'development' into mueller/uio_mapper_handle_symlinks
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0958c3a00e
Merge branch 'development' into mueller/health_helper_bugfix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
14c681c93a
Merge branch 'development' into mueller/uio_mapper_handle_symlinks
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
16ffa00155
Merge branch 'development' into mueller/dle_parser
fsfw/fsfw/pipeline/pr-development This commit looks good Details
742152b28e
Merge branch 'development' into mueller/accepts_tm_if_adaptions
fsfw/fsfw/pipeline/pr-development Build started... Details
ecde164f68
updates for source sequence counter
fsfw/fsfw/pipeline/pr-development This commit looks good Details
d0e322d7e2
printout handling improvements
fsfw/fsfw/pipeline/pr-development This commit looks good Details
b13453f46b
vec getter, reset for content
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fc24c9b5d8
Merge branch 'development' into get_cmd_exec_read_buf
fsfw/fsfw/pipeline/pr-development This commit looks good Details
5557d95994
Merge branch 'development' into i2c_printout_improvements
fsfw/fsfw/pipeline/pr-development Build queued... Details
ca80589233
make get const
fsfw/fsfw/pipeline/head This commit looks good Details
97c629ad84
update changelog
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-development This commit looks good Details
a4531e4ced
typo
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fsfw/fsfw/pipeline/head Build queued... Details
d16c5024dc
small include improvement
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0f811777a7
changelog update
fsfw/fsfw/pipeline/head This commit looks good Details
fsfw/fsfw/pipeline/pr-master This commit looks good Details
e300490b93
Merge pull request 'Bugfix PUS packet creators Sequence flags' (#727) from eive/fsfw:bugfix_pus_packets_seq_flags into development
Reviewed-on: #727
gaisser added 2 commits 2023-02-06 14:37:28 +01:00
fsfw/fsfw/pipeline/pr-development Build started... Details
fe71978467
improve srv20 error messages
gaisser added 3 commits 2023-02-06 16:30:40 +01:00
mohr added 2 commits 2023-02-09 11:39:56 +01:00
mohr added 4 commits 2023-02-09 12:15:49 +01:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
000df85556
bump changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details
f1b0ca7cff
add PR link
mohr added 5 commits 2023-02-09 15:29:51 +01:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
0a23f2c85a
correction for printout, add prefix
fsfw/fsfw/pipeline/pr-development This commit looks good Details
539d7aac9e
suppress error if ETL is not found
fsfw/fsfw/pipeline/pr-development This commit looks good Details
8c712441ab
Making fetch Catch2 quiet as well.
fsfw/fsfw/pipeline/pr-development This commit looks good Details
010509efb4
removed unneeded find_package parameter for etl
mohr added 3 commits 2023-02-09 15:37:38 +01:00
mohr added 6 commits 2023-02-09 15:56:29 +01:00
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
6445debfa1
bump changelog
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details
a419806a05
Merge remote-tracking branch 'upstream/development' into mode_service_fixes
fsfw/fsfw/pipeline/pr-development Something is wrong with the build of this commit Details
dfb1633f00
Merge branch 'development' into mode_service_fixes
fsfw/fsfw/pipeline/pr-development This commit looks good Details
3a2393885f
more style
mohr added 3 commits 2023-02-10 11:08:20 +01:00
mohr added 2 commits 2023-02-20 13:40:57 +01:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
94e5f62331
add allowed subservice
mohr added 1 commit 2023-02-23 13:38:20 +01:00
fsfw/fsfw/pipeline/pr-master This commit looks good Details
fsfw/fsfw/pipeline/head There was a failure building this commit Details
dc7afc5415
Version bump, CHANGELOG update, format
mohr merged commit e73b9ff72c into master 2023-02-23 13:42:49 +01:00
Sign in to join this conversation.
No description provided.