solvespace/src
Maximilian Federle 24720a0024 Revert "CMake: use sanitizer flags for internal targets only"
This reverts commit 68b1abf77f.

The warnings are valuable and shouldn't be cast aside.
As of 8f509f1, we special case macOS and don't set -fno-sanitize-recover
to allow CI to succeed.
In the future, this could be made stricter again by only suppressing
known bugs, which ideally should also be fixed or reported upstream.
2020-10-24 17:10:47 +02:00
..
platform macOS: add NSOpenGLPFADoubleBuffer to NSOpenGLPixelFormatAttribute 2020-10-20 10:59:58 -04:00
render Fix two trivial implicit double to int conversion warnings. NFC 2020-03-08 16:33:55 +00:00
srf Add OpenMP parallel for to SShell::CopyCurvesSplitAgainst 2020-10-23 12:53:54 -04:00
CMakeLists.txt Revert "CMake: use sanitizer flags for internal targets only" 2020-10-24 17:10:47 +02:00
bsp.cpp Intersection boolen in triangle mesh mode is properly implemented 2020-05-10 17:11:19 -04:00
clipboard.cpp Add and use IdList::IsEmpty. NFC. 2019-08-20 15:57:11 +00:00
config.h.in Drop backtrace generation. 2020-07-28 14:56:55 +00:00
confscreen.cpp Make the redundant constraint timeout a configuration value and add the config UI elements to edit that value. 2020-09-16 16:39:43 -04:00
constraint.cpp Make "Toggle Reference" remember undo state. 2020-07-28 13:12:14 +00:00
constrainteq.cpp Improve text screen for a selected constraint. 2020-08-07 18:06:42 +00:00
describescreen.cpp Improve text screen for a selected entity. 2020-08-07 18:06:42 +00:00
draw.cpp Fix crash in solvespace-cli 2020-10-16 17:44:58 -04:00
drawconstraint.cpp Reimplement DivPivoting as DivProjected. 2019-09-20 01:09:25 +00:00
drawentity.cpp Travis: Build improvements and fixes (#751) 2020-10-20 09:39:26 +02:00
dsc.h Performance optimization of the Vector class 2020-10-23 20:08:43 -04:00
entity.cpp Fix issue659 - Problems constraining to ends of Helix. 2020-08-07 15:16:47 -04:00
export.cpp Flip sign of exportCanvas dx and dy. Fixes issue #523 2020-09-20 19:54:26 -04:00
exportstep.cpp STEP Export: include colors and alpha 2020-10-22 09:59:35 +03:00
exportvector.cpp Export backgrounds in vector files 2020-09-05 20:58:07 -04:00
expr.cpp Use the new equality/inequality operators of handles to reduce references to .v. NFC. 2019-07-10 15:40:21 +00:00
expr.h Clean up virtual, override, default, and void params. NFC. 2019-09-11 10:31:07 +00:00
file.cpp IDF file Linking. 2020-09-30 14:20:35 -04:00
generate.cpp Make the redundant constraint timeout a configuration value and add the config UI elements to edit that value. 2020-09-16 16:39:43 -04:00
graphicswin.cpp Fix 197 Update the state of checkboxes in menus after failed workplace activation. 2020-09-17 11:34:22 -04:00
group.cpp IDF file Linking. 2020-09-30 14:20:35 -04:00
groupmesh.cpp NFC: Performance. For step-and-repeat groups, create the copies first (in parallel) and then combine them using unions of equal size shells to reduce the total time spent on booleans. 2020-09-22 16:30:03 -04:00
importdxf.cpp Allow DXF import of 3D arcs and circles 2020-10-01 12:59:43 -04:00
importidf.cpp initial support (disabled) for keepout regions in IDF files. 2020-10-19 18:26:45 -04:00
lib.cpp Use a thread-safe temporary arena on every platform. 2020-05-22 18:06:22 +00:00
mesh.cpp Fix #696. Account for multiple coincident edges when looking for naked edges. 2020-09-14 12:07:17 -04:00
modify.cpp Rename our isnan() function to IsReasonable(). 2020-05-12 14:08:21 +00:00
mouse.cpp Travis: Build improvements and fixes (#751) 2020-10-20 09:39:26 +02:00
polygon.cpp Less work in AssembleContour 2020-05-06 18:38:58 -04:00
polygon.h Add a pass in triangulation to create convex triangle fans. These triangles will have smaller bounding boxes and look better. 2020-08-07 15:47:01 -04:00
polyline.cpp Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
request.cpp Use the new equality/inequality operators of handles to reduce references to .v. NFC. 2019-07-10 15:40:21 +00:00
resource.cpp Make some arguments const/const references, where possible. NFC. 2019-11-23 14:07:31 +00:00
resource.h Various header cleanups. NFC. 2020-05-10 09:24:12 +00:00
sketch.h Make the redundant constraint timeout a configuration value and add the config UI elements to edit that value. 2020-09-16 16:39:43 -04:00
solvespace.cpp Make the redundant constraint timeout a configuration value and add the config UI elements to edit that value. 2020-09-16 16:39:43 -04:00
solvespace.h Travis: Build improvements and fixes (#751) 2020-10-20 09:39:26 +02:00
style.cpp Improve text screen for a selected entity. 2020-08-07 18:06:42 +00:00
system.cpp Make the redundant constraint timeout a configuration value and add the config UI elements to edit that value. 2020-09-16 16:39:43 -04:00
textscreens.cpp Fix #131. Prevent UI freeze by having a timeout when finding which constraints can be removed to fix jacobian. 2020-09-16 16:39:43 -04:00
textwin.cpp Freeze the scrollbar while editor is open in property browser. 2019-11-23 15:34:52 +00:00
toolbar.cpp Fix eight trivial "implicit conversion 'double' to 'int'" warnings. NFC. 2019-12-17 19:35:44 +00:00
ttf.cpp Don't show unusable fonts in font selector. 2019-11-23 16:17:01 +00:00
ttf.h Don't show unusable fonts in font selector. 2019-11-23 16:17:01 +00:00
ui.h Make the redundant constraint timeout a configuration value and add the config UI elements to edit that value. 2020-09-16 16:39:43 -04:00
undoredo.cpp Convert many loops to range-for or std algorithms. NFC. 2019-08-20 15:57:11 +00:00
util.cpp Performance optimization of the Vector class 2020-10-23 20:08:43 -04:00
view.cpp Implement a platform abstraction for windows. 2018-07-17 13:31:17 +00:00