Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ECSS Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AcubeSat-OBC
ECSS Services
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
eb65591d2aa8c4096b283132f7db41f808404c48
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
2
Apr
1
31
Mar
30
29
26
25
23
22
21
20
19
18
17
16
15
16
15
14
13
12
11
10
9
8
6
4
2
28
Feb
26
25
29
Jan
28
24
23
16
15
11
10
9
8
7
3
1
31
Dec
27
26
25
24
23
22
20
18
16
14
13
12
11
10
8
7
6
5
4
3
2
1
30
Nov
29
28
27
26
25
23
22
21
22
21
20
19
18
15
13
12
11
10
Add a couple of extra newlines in the end of output
Commit for saving the current state in order to hunt down a last-minute bug
Start work on report parsing and prettyprinting
Add machine-readable report capability
Change the blue used to be more bright for visibility
Delegate the cppcheck jobs to gitlab runners since ours is offline
Delegate the cppcheck jobs to gitlab runners since ours is offline
Split MISRA checking into its own job to avoid clutter
Lock the addon files to this specific commit in order to avoid breaking stuff if cppcheck updates without prior creation of a package by Debian
Add MISRA support to cppcheck - test #1
Update ci/cppcheck.sh, .gitlab-ci.yml files
Merge branch 'clang-format' into 'master'
Clang format
Merge branch 'ECSS_ST13_large_packet_transfer' into 'master'
Merge branch 'master' of gitlab.com:acubesat/obc/ecss-services into ECSS_ST13_large_packet_transfer
Merge branch 'ECSS_ST-11' into 'master'
Merge branch 'master' into 'ECSS_ST-11'
Merge branch 'ECSS_ST-08' into master
Fix bug in include() and update its test
Implement (most of) the TODOS. Serious bug spotted, do not merge yet.
Fix tests to use the new constant names
Merge branch 'master' into ECSS_ST-08
Add missing underscores
Add code review suggestions
Convert call-by-value to call-by-reference
Amend a todo for clarification
Add important todos before merging
Replace assert() statements with proper error handler call
Fix tilde-negation hack used to pacify Vera
Style fix: opening bracket right next to function name
Remove another reference to catch's default main
Remove unnecessary #define CATCH_CONFIG_MAIN to comply with the Catch2 tutorial, credits to @thodkatz for the catch (no pun intended :P)
Update FunctionManagementService.hpp
Update CMakeLists.txt to prevent merge conflicts
Doxygenate the examples for include() usage
Remove a redundant reference to FunctionManagementService from CMakeLists.txt
Correct ambiguous test names. Never mind about the CRC helper, I only correct a typo there.
Change MAXFUNCNAMELENGTH to FUNCNAMELENGTH to reflect its hard-coded nature better
Fix unnecessary code duplication at call()
Fix missing inheritance from the Service class
Loading