Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
trunk
trunk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 60
    • Issues 60
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 9
    • Merge Requests 9
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • yade-dev
  • trunktrunk
  • Merge Requests
  • !376

Merged
Opened Jan 13, 2020 by Janek Kozicki@cosurgiOwner

The last remaining double to Real changes (1/2)

  • Overview 0
  • Commits 20
  • Pipelines 10
  • Changes 33

All high precision code is working now. The pipeline in !366 (closed) is fully working and passes all checks and tests. I have even launched a full address sanitizer check on all high-precision types in the pipeline to be 100% sure that all is good (I start them manually one by one; but they could run in parallel with lower jobsnum ;).

So now I am writing documentation and splitting !366 (closed) into manageable and easy to verify parts. The part in this merge request is the simplest of them all: the last remaining double → Real changes. We have been doing those quite regularly in past few months. This merge request finishes these changes. There are also a couple changes MatrixXd → MatrixXr and Vector3d → Vector3r.

It is ready and can be safely merged.

Edited Jan 25, 2020 by Janek Kozicki
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: yade-dev/trunk!376
Source branch: doubleToReal