Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TEC ApplicationModule
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
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
MSK-SW
Infrastructure and Support
TEC
TEC ApplicationModule
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
d061bd4d124643520f053d363ea46d4bf896c129
Select Git revision
Branches
1
master
default
protected
Tags
11
02.01.08
02.01.07
02.01.06
02.01.05
02.01.04
02.01.02
02.01.01
02.01.00
02.00.00
01.00.01
01.00.00
12 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Jul
12
23
Jun
7
Apr
15
Mar
16
Feb
9
Dec
3
18
Nov
22
Oct
31
Aug
26
25
18
11
31
Jul
30
24
18
Jun
3
29
May
28
27
8
24
Apr
3
1
31
Mar
30
28
27
26
25
24
23
20
19
18
13
7
Feb
30
Jan
28
27
8
14
Oct
27
Sep
25
24
22
May
16
29
Apr
22
Mar
13
7
4
20
Feb
18
14
5
26
Nov
19
12
8
8
Oct
4
1
30
Aug
8
18
Jul
7
May
25
Apr
23
12
16
Mar
13
19
Feb
30
Mar
2
10
Feb
12
Dec
9
24
Nov
3
13
Oct
20
Sep
16
14
6
2
19
Aug
18
17
27
Jul
26
21
8
4
1
30
Jun
2
31
May
27
project-template: link against tine explicitly
project-template: FindDOOCS now links clientlib first
Make the coverage script build-system agnostic
Add work around for broken DOOCS pkg-config files breaking linkage
config generator: fix not copying TestFacility from scripts project to build directory
added helper macros for (boost) python bindings
added support for pkgconfig
Removed compiler limitiation of FindGccAtomic.cmake. It's also needed/used for llvm/clang.
add macro to find gcc's atomic library
Merge branch 'master' of github.com:ChimeraTK/project-template
fix ${@PROJECTNAME@_LIBRARIES} being unusable for header-only libraries
Make coverage on Debug opt-out
Removed libtine linking workaround from FindDOOCS. Doocs libraries now are themselves linked correctly against tine.
Revert "Set CMAKE_CXX_STANDARD in enable_latest_cxx_support only if cmake version supports it."
Set CMAKE_CXX_STANDARD in enable_latest_cxx_support only if cmake version supports it.
remove CMAKE_CXX_STANDARD since cmake 3.5.1 (Ubuntu 16.04) does not support "17" as a value yet
enable_latest_cxx_support also sets CMAKE_CXX_STANDARD (needed for Qt projects)
Make tsan/asan dedicated cmake build types
renamed flag USE_TSAN to ENABLE_TSAN
Add -g flag to default flag for Debug builds.
Add support for USE_TSAN flag according to https://github.com/ChimeraTK/project-template/issues/13
FindDOOCS: Remove accidental duplication
FindDOOCS: More work-around for dev-libtine
FindDOOCS: Fix typo time -> tine
FindDOOCS: Force linking against libtinemt
doxygen: Bump DOT_GRAPH_MAX_NODES (needed at least in AC)
remove tests from exclude pattern
fix dep. for daqreader
FindDOOCS: add thread library (required by DOOCS but not mentioned through pkg-config)
FindDOOCS: extend PKG_CONFIG_PATH by directory set via DOOCS_DIR (if set) and the hardcoded default in /export/doocs/...
FindDOOCS: fix wrong linking order e.g. in case of the doocs adapter
use pkg_config to find doocs
adjust to new tec lib
Corrected install directory in FindConfigGenerator.cmake
More code cleanup.
Start code clean up after focus.
Merge branch 'wip/varghese_6571_handle_errors'
Moved error checking into seperate methods
Changes to TecModule::doTecCommunication
TecModule::writeGroupInternal modified
Loading