1 / 16

CppDepend Benefits

CppDepend Benefits. b y CoderGears. www.cppdepend.com. What is CppDepend ?. CppDepend is a static analyzer based on Clang , that simplifies managing complex C/C++ code base. With CppDepend , software quality can be: Measured using Code Metrics, Visualized using Graphs and Treemaps ,

warnert
Download Presentation

CppDepend Benefits

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CppDependBenefits by CoderGears www.cppdepend.com

  2. WhatisCppDepend? • CppDependis a static analyzer based onClang, that simplifies managing complex C/C++ code base. • With CppDepend, software quality can be: • Measured using Code Metrics, • Visualized using Graphs and Treemaps, • Enforced using standard and custom Rules. Bad Quality High Quality + = www.cppdepend.com

  3. CQLinq – Code Query Language • CppDependhas innovative code query language named CQLinq, which is used to create and customize easily your own code rules. • Fromm inApplication.Methodswherem.NbLinesOfCode > 30 select m • FromninNamespacesn.Level= nullselect n • Fromtin Types wheret.IsClassselectt • Writing CQLinq queries and constraints is straightforward because CppDepend provides a CQLinq editor which supports: • Code completion / intellisense, • Live compile error description, • Integrated tooltip documentation. www.cppdepend.com

  4. Interactive Guis • Exploration and Architecture Compliance categories are represented best via interactive graphs: • Dependency Graph, • Dependency Matrix, • Metrics View, • Abstracnessvs Instability. www.cppdepend.com

  5. Dependency graph The CppDepend dependency graph panel displays the graph of dependencies between projects. www.cppdepend.com

  6. Dependency Structure Matrix The DSM (Dependency Structure Matrix) is a compact way to represent and navigate across dependencies between components. www.cppdepend.com

  7. MetricsView In the Metric View, the code base is represented through a Treemap. Treemapping is a method for displaying tree-structured data by using nested rectangles. www.cppdepend.com

  8. Abstracness vs. Instability In any software system particularly large ones, balance is critical. In this case, a system should balance abstractness with stability in order to be "good”. www.cppdepend.com

  9. More than 80 Code Metrics • CppDependcomes with more than 80 code metrics some of them are related to: • Your code organization (the number of classes, the number of methods declared in a class...), • Code quality (complexity, percentage of comments, number of parameters, cohesion of classes, stability of Projects...), • The structure of code (which types are the most used, depth of inheritance...) www.cppdepend.com

  10. Plugins CppDepend support out of the box the XML files from CppCheck and CPD, however you can integrate another analysis tool by providing to CppDepend an XML file with this following format: www.cppdepend.com

  11. Buildscomparison • In software development, products are constantly evolving. Hence, developers and architects must pay attention to modifications in code bases. Modern source code repositories handle incremental development. • CppDepend can tell you what has been changed between 2 builds but it does more than simple text comparison. It can distinguish between: • Comment change, • Code change, • what has been added/removed • what has just been modified. www.cppdepend.com

  12. Customizable reports CppDepend can analyze source code and C/C++ Projects through CppDepend Console. Each time it analyzes a code base, CppDepend yields a report that can inform you about the status of your development. You can customize sections shown in the report and you can even provide your own XSL sheet for full customization. You can also build your own set of CQLinq constraints that will be checked at each analysis. Sample Report made by CppDepend. www.cppdepend.com

  13. Rich Code Searchfacilities • Contrary to other tools, CppDepend Code Search supports numerous criterias including Searching by: • Name, • Size, • Complexity, • Coupling, • Popularity, • Coverage, • Visibility, • Mutability, • Purity, • Change and Coverage of Changes. www.cppdepend.com

  14. CppDependfeatures • Analysis of Application Projects, Code Source and Third-Party Projects, • Facilities to Create and Customize CppDepend Project, • Dashboard reflecting the status of the code base, • Automatic HTML Report Production through CppDepend console, • Possible Integration into the Build Process, • Warnings about the Health of the Build Process, • Plugins Integration (CppCheck, CPD), • Clang diagnostics, • Interactive UI: Dependency Graph, Dependency Matrix, Metrics Visualization, • Build Comparison / Code Diff • Edition of custom CQLinq Queries and Rules • Support for Trend charts and Trend metrics www.cppdepend.com

  15. Related links CQlinq syntax: http://www.cppdepend.com/Doc_CQLinq_Syntax.aspx CQLinq features: http://www.cppdepend.com/Doc_CQLinq_Features.aspx CQLinq performance: http://www.cppdepend.com/Doc_CQLinq_Perf.aspx Dependency graph: http://www.cppdepend.com/Doc_VS_Arch.aspx Dependency Structure Matrix: http://www.cppdepend.com/Doc_Matrix.aspx Metrics view: http://www.cppdepend.com/Doc_Treemap.aspx Code metrics: http://www.cppdepend.com/Metrics.aspx Plugins: http://www.cppdepend.com/plugins.aspx Clang diagnostics: http://www.cppdepend.com/Doc_Diagnostics.aspx Build comparison: http://www.cppdepend.com/Doc_VS_Diff.aspx Reports: http://www.cppdepend.com/Doc_CI_Report.aspx Rich code search: http://www.cppdepend.com/Doc_VS_Search.aspx www.cppdepend.com

  16. Our contacts Our teams atCoderGearswillbe more than happy to assistyou! Support Team support@codergears.com Sales Team sales@codergears.com www.cppdepend.com

More Related