Commit c020fc2
authored
Coding - Clang-Tidy apply with refactoring (#965)
- Replacing empty constructor/destructor implementations with `= default`
- Removing redundant `virtual` keywords from override methods
- Replacing `NULL` and `0` with `nullptr`
- Replacing C headers with C++ equivalents (`<cstdio>`, `<cstring>`, etc.)
- Marking copy constructors/assignment operators as `= delete` for non-copyable classes
- Converting `void` parameter lists to empty parameter lists
- Replacing integer literals with appropriate boolean values1 parent 14d4e91 commit c020fc2
4,823 files changed
Lines changed: 15746 additions & 16565 deletions
File tree
- src
- ApplicationFramework
- TKBinL
- BinLDrivers
- BinMDF
- BinMDataStd
- BinMDocStd
- BinMFunction
- BinObjMgt
- TKBinTObj/BinTObjDrivers
- TKBin
- BinDrivers
- BinMDataXtd
- BinMNaming
- TKCAF
- TDataXtd
- TNaming
- TKCDF
- CDF
- CDM
- LDOM
- PCDM
- TKLCAF
- TDF
- TDataStd
- TDocStd
- TFunction
- TKStdL
- StdLDrivers
- StdLPersistent
- StdObjMgt
- TKStd
- ShapePersistent
- StdDrivers
- StdPersistent
- StdStorage
- TKTObj/TObj
- TKVCAF/TPrsStd
- TKXmlL
- XmlLDrivers
- XmlMDF
- XmlMDataStd
- XmlMDocStd
- XmlMFunction
- XmlObjMgt
- TKXmlTObj/XmlTObjDrivers
- TKXml
- XmlDrivers
- XmlMDataXtd
- XmlMNaming
- DataExchange
- TKBinXCAF
- BinMXCAFDoc
- BinXCAFDrivers
- TKDECascade
- DEBREP
- DEXCAF
- TKDEGLTF
- DEGLTF
- RWGltf
- TKDEIGES
- BRepToIGESBRep
- BRepToIGES
- DEIGES
- Geom2dToIGES
- GeomToIGES
- IGESAppli
- IGESBasic
- IGESCAFControl
- IGESControl
- IGESData
- IGESDefs
- IGESDimen
- IGESDraw
- IGESFile
- IGESGeom
- IGESGraph
- IGESSelect
- IGESSolid
- IGESToBRep
- TKDEOBJ
- DEOBJ
- RWObj
- TKDEPLY
- DEPLY
- RWPly
- TKDESTEP
- APIHeaderSection
- DESTEP
- HeaderSection
- RWHeaderSection
- RWStepAP203
- RWStepAP214
- RWStepAP242
- RWStepBasic
- RWStepDimTol
- RWStepElement
- RWStepFEA
- RWStepGeom
- RWStepKinematics
- RWStepRepr
- RWStepShape
- RWStepVisual
- STEPCAFControl
- STEPConstruct
- STEPControl
- STEPSelections
- StepAP203
- StepAP209
- StepAP214
- StepAP242
- StepBasic
- StepData
- StepDimTol
- StepElement
- StepFEA
- StepFile
- StepGeom
- StepKinematics
- StepRepr
- StepSelect
- StepShape
- StepTidy
- StepToGeom
- StepToTopoDS
- StepVisual
- TopoDSToStep
- TKDESTL
- DESTL
- RWStl
- TKDEVRML
- DEVRML
- VrmlAPI
- VrmlConverter
- VrmlData
- Vrml
- TKDE/DE
- TKRWMesh/RWMesh
- TKXCAF
- XCAFApp
- XCAFDoc
- XCAFPrs
- XCAFView
- TKXSBase
- IFGraph
- IFSelect
- Interface
- MoniTool
- TransferBRep
- Transfer
- XSAlgo
- XSControl
- TKXmlXCAF
- XmlMXCAFDoc
- XmlXCAFDrivers
- Draw
- TKDCAF
- DDF
- DDataStd
- DDocStd
- DNaming
- DrawDim
- TKDraw
- DBRep
- DrawTrSurf
- Draw
- TKIVtkDraw/IVtkDraw
- TKOpenGlTest/OpenGlTest
- TKQADraw
- QABugs
- QADNaming
- QADraw
- TKTObjDRAW/TObjDRAW
- TKTopTest
- BOPTest
- BRepTest
- DrawFairCurve
- GeometryTest
- GeomliteTest
- HLRTest
- MeshTest
- SWDRAW
- TKViewerTest/ViewerTest
- TKXDEDRAW/XDEDRAW
- TKXSDRAWIGES/XSDRAWIGES
- TKXSDRAWPLY/XSDRAWPLY
- TKXSDRAW/XSDRAW
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments