Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clapp
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
libclapp
clapp
Graph
62b71f7b0fe24e108225daef909e703536a5d11f
Select Git revision
Branches
5
master
default
protected
master-gsl3
protected
master-martinw-gitlab-ci
master-martinw-template-parameter-rework
master-next
protected
Tags
16
v.0.6.0
protected
v.0.5.0
protected
done
old
v.0.4.0
protected
v.0.3.1
protected
v.0.3.0
protected
v.0.2.5-gsl3
protected
v.0.2.5
protected
v.0.2.4
protected
v.0.2.3
protected
v.0.2.2
protected
v.0.2.1
protected
v.0.2.0
protected
v.0.0.0
protected
v.0.1.0
protected
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Sep
18
17
16
7
30
Aug
7
May
26
Sep
9
Feb
16
Jan
15
13
12
27
Dec
11
5
29
Nov
25
14
Sep
17
Aug
16
5
27
Jul
24
13
12
10
17
Jan
12
11
20
Dec
3
Nov
1
22
Jun
14
May
6
4
12
Apr
25
Feb
23
Jan
src/include/clapp/argument.h: changed template parameters to CamelCase
master-martinw-…
master-martinw-template-parameter-rework
src/include/clapp/option.h: changed template parameters to CamelCase
.gitlab-ci: introduced arm32 and arm64 pipelines
master
master
CMakeLists.txt: bump to version 0.6.0
v.0.6.0
v.0.6.0
.ci/format/apply_cmake_format.sh: introduced file
.gitlab-ci/format.yml: updated clang-format from 11 to 18
.clang-format: switched to based on style
.gitlab-ci/usage.yml: introduced usage pipeline
.gitlab-ci/install.yml: introduced file
.gitlab-ci/test.yml: introduced test pipelines
.ci/test/test.sh: introduced file
.gitlab-ci/build.yml: introduced build pipelines
.ci/build/build.sh: introduced file
.gitlab-ci/check.yml: introduced check pipelines
.ci/check/shellcheck.sh: introduced file
.ci/check/check.sh: introduced file
.gitlab-ci/format.yml: introduced formatting pipelines
.ci/format/apply_clang_format.sh: introduced file
.ci/format/apply_shfmt_bats.sh: introduced file
.ci/format/apply_shfmt.sh: introduced file
.ci/format/apply_format.sh: introduced file
cmake/compiler_flags.cmake: disabled warning for weak-vtables in clang
examples/test_*.sh: renamed to examples/test_*.bats
src/include/clapp/filesystem.h: removed file
cmake/clang_tidy.cmake: whitelisted additional checks, get rid of old clang-tidy versions
src/clapp/CMakeLists.txt: get rid of tabs
src/include/clapp/value.hpp: updated implementation of value::to_string to use less std::stringstreams
tests/parser.cpp: get rid of std::endl
doc/doc.md: get rid of std::endl
examples/sub_parser_example.cpp: get rid of std::endl
examples/short_example.cpp: get rid of std::endl
examples/large_example.cpp: get rid of std::endl
examples/container_example.cpp: get rid of std::endl
tests/option.cpp: replaced static functions by functions in anonymous namespace
tests/argument.cpp: replaced static functions by functions in anonymous namespace
examples/large_example.cpp: replaced static functions by functions in anonymous namespace
src/clapp/value.cpp: replaced static functions by functions in anonymous namespace
src/clapp/parser.cpp: replaced static functions by functions in anonymous namespace
src/include/clapp/parser.hpp: optimized config value in basic_parser_t::reg()
src/include/clapp/parser.h: changed function parameter of basic_parser_t::reg from rvalue reference to value
Loading