jean-pierre charras
|
51a128e323
|
pcb_calculator: code rework: rename "tand" member to "m_tand" and m_name to m_Name
|
2018-08-24 10:26:05 +02:00 |
jean-pierre charras
|
da0f956ca5
|
pcb_calculator: code rework: rename "murC" member by "m_murC"
|
2018-08-24 10:26:04 +02:00 |
jean-pierre charras
|
77477e4f10
|
pcb_calculator: code rework: rename "sigma" member by "m_sigma", and "skindepth" by "m_skindepth"
|
2018-08-24 10:26:04 +02:00 |
jean-pierre charras
|
884dc1c3e8
|
pcb_calculator: code rework: rename "f" member by "m_freq"
|
2018-08-24 10:26:04 +02:00 |
jean-pierre charras
|
fde2cfee27
|
Minor changes: remove a few local shadowed local variables detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) and fix minor coding style issues.
|
2016-04-18 20:15:44 +02:00 |
jean-pierre charras
|
f16e083ecf
|
Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code)
|
2015-03-11 14:59:43 +01:00 |
jean-pierre charras
|
a550ff84db
|
Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables)
|
2015-03-04 10:26:00 +01:00 |
Felix Morgner
|
24f95c66db
|
resaved some files as UTF-8 to silence clangs warnings about illegal character encodings.
|
2013-04-25 18:31:14 -04:00 |
Dick Hollenbeck
|
210a7036db
|
switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
|
2012-09-21 12:02:54 -05:00 |
Dick Hollenbeck
|
b8a0ab4c52
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
jean-pierre charras
|
9cc4f5d0a6
|
Eeschema: add compil option in sch_field.cpp to go back to old behavior for field texts justifications (this option is not activated)
Note: only vertical texts have a modified behavior.
Minor other changes.
|
2012-01-06 20:00:59 +01:00 |
jean-pierre charras
|
1275240759
|
Add a new utility: pcb_calculator (need of course wore work)
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
|
2011-08-05 21:53:42 +02:00 |