Wanderer Fan
|
28c5890bc9
|
[TD] avoid memory leaks by using shared_ptr
TD geometry objects are sometimes double deleted. This
change uses shared_ptr instead of raw pointers to manage
deletions.
|
2022-01-07 13:34:20 -05:00 |
|
asapelkin
|
ced8100ab9
|
use emplace_back instead of push_back where justified
|
2019-11-21 14:48:09 +01:00 |
|
wandererfan
|
fbfdb69c20
|
[TD]Py Cosmetic Vertex, Line, Circle Arc
|
2019-07-15 12:36:48 -04:00 |
|
wmayer
|
d7ec2b1368
|
Replace Base::Exception with appropriate subclass
|
2018-11-14 19:42:10 +01:00 |
|
wmayer
|
2d8e70085e
|
rename 2d tool classes to be consistent with 3d classes
|
2016-11-21 14:29:51 +01:00 |
|
WandererFan
|
27aafada9c
|
Include file cleanup per cppclean analysis
|
2016-07-14 14:39:06 +02:00 |
|
WandererFan
|
2fbc4025cd
|
ProjectionAlgo & DrawingExport renames
|
2016-07-11 15:32:16 +02:00 |
|
WandererFan
|
d24e9be1bf
|
Add Mod/TechDraw/App
|
2016-07-11 15:32:16 +02:00 |
|