Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dune-uggrid
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • 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
  • staging
  • dune-uggrid
  • Merge requests
  • !66

all dim-indep objects should be only in one library

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ansgar Burchardt requested to merge bugfix/dim-indep-objects-should-only-be-in-one-library into master Aug 14, 2017
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

Variables from dim-indep objects would exist multiple times. Which copy gets used depends on linker details.

When I used dune-corepy on an old Ubuntu 14.04 installation, different copies of variables would be used in different places in the same program, causing the program to misbehave.

This change moves all dim-indep objects into a single library which should avoid such problems.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bugfix/dim-indep-objects-should-only-be-in-one-library