Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
DPsim
DPsim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 11
    • Merge Requests 11
  • Requirements
    • Requirements
    • List
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • ACS
    • P
      Public
    • P
      Power System Simulation and Optimization
  • DPsim
  • DPsimDPsim
  • Merge Requests
  • !236

Merged
Opened Jan 14, 2021 by Philipp Fensch@philipp.fenschDeveloper

Pass cppcheck

  • Overview 0
  • Commits 3
  • Changes 49

Cpp-Check passes with the following checks enabled:

  • warning
  • performance
  • portability
  • information
  • missingInclude

Disabled checks are:

  • unusedFunction
  • style: this check reports mostly constructors not marked as explicit

The changes made by this branch are mostly changing post- to prefixincrement, initializing in initializerlist instead of constructor-body and making function-parameter const-references.

Edited Jan 21, 2021 by Philipp Fensch
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: acs/public/simulation/dpsim/dpsim!236
Source branch: pass-cppcheck