Skip to content
GitLab
Explore
Sign in
convert the sequencer to C++
Code
Review changes
Check out branch
Download
Patches
Plain diff
Jonathan Hanks
requested to merge
jonathan-hanks/advligorts:epics_seq_cxx
into
master
Mar 30, 2022
Overview
4
Commits
18
Pipelines
0
Changes
35
Expand
goal:
increase abstraction and make code easier to read
take advantage of stronger type system
increase memory safety.
Move to bounded ranges
Move to strings that know their max capacity to avoid overflow.
Merge request reports
Loading