Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
caosdb-cpplib
Merge requests
!33
Release 0.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release 0.1
dev
into
main
Overview
0
Commits
59
Pipelines
1
Changes
45
Merged
Timm Fitschen
requested to merge
dev
into
main
3 years ago
Overview
0
Commits
59
Pipelines
1
Changes
45
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
097623e3
59 commits,
3 years ago
45 files
+
554
−
510
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
.docker/Dockerfile
+
2
−
2
Options
FROM
debian:bu
ster-backports
FROM
debian:bu
llseye
RUN
apt-get update
RUN
apt-get
install
-y
cmake
/buster-backports
RUN
apt-get
install
-y
cmake
RUN
apt-get
install
-y
lcov
RUN
apt-get
install
-y
doxygen graphviz
RUN
apt-get
install
-y
clang-format-11 clang-tidy-11
Loading