Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • tapasco tapasco
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tapascotapasco
  • tapascotapasco
  • Merge requests
  • !22

Simplfiy existing CMake scripts by using CMake 3+ features

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Jaco Hofmann requested to merge CMake3 into 2018.1 May 04, 2018
  • Overview 1
  • Commits 18
  • Pipelines 0
  • Changes 29

This merge request includes the following features:

  • Replace all CMake scripts with simplified versions
  • Use CMake variables instead of redefining the wheel (e.g. for C++ compiler parameters)
  • Generated CMake target scripts for the end user
  • Separate Debug and Non-Debug versions of the libraries
  • Add paths to the CMake configs to setup.sh so the user can simply find the libraries. See examples/memcheck/CMakeLists.txt for examples on how to use Tapasco.
  • Remove duplication from platform specific CMakeLists.
  • Add --shared flag to tapasco-build-libs. By default the static version of the library is build.

All in all this hopefully should reduce clutter by introducing true out-of-tree builds and help the end-user by providing CMake configurations. Additionally, the CMake provided build types like Debug and Release or Shared Library Yes/No are working now.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: CMake3