Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
schaapcommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
ResearchAndDevelopment
schaapcommon
Merge requests
!6
CMakeLists refactoring related to unittests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CMakeLists refactoring related to unittests
cmake-unittests
into
master
Overview
5
Commits
3
Pipelines
2
Changes
11
Merged
Maik Nijhuis
requested to merge
cmake-unittests
into
master
4 years ago
Overview
5
Commits
3
Pipelines
2
Changes
11
Expand
Use a common function for defining unit tests.
Remove all download scripts etc around foursources.reg: Simply put it inside the repository.
Let each module install its own public headers.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
375fa96f
3 commits,
4 years ago
11 files
+
120
−
172
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
cmake/config.h.in deleted
100644 → 0
+
0
−
9
Options
// Copyright (C) 2020 ASTRON (Netherlands Institute for Radio Astronomy)
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef SCHAAPCOMMON_CONFIG_H_
#define SCHAAPCOMMON_CONFIG_H_
#define DS9_REGIONS_FILE_MOCK "@DS9_REGIONS_FILE_MOCK@"
#endif
Loading