Commit d7f9e6d
macOS compatibility (#167)
* Enable arch optimizations on ARM
* Silence OpenGL deprecation warnings on macOS
* Fix OpenMP support for Clang on macOS
* Update definitions altered in Discregrid
* Fix getProgramPath on macOS
* Add Accelerate support to AVX math
* Port MiniGL to OpenGL 3.3 Core
- Properly destroy OpenGL objects
* Fix template lookup with Clang
* Fix type in pySPlisHSPlasH/UtilitiesModule
* Fix version inclusion with Clang
* Update CompactNSearch and Discregrid
* TMP: Use fork of CompactNSearch
---------
Co-authored-by: Jan Bender <bender@cs.rwth-aachen.de>1 parent c418045 commit d7f9e6d
File tree
27 files changed
+1378
-789
lines changed- CMake
- GUI/OpenGL
- SPlisHSPlasH
- Utilities
- Simulator
- GUI
- OpenGL
- imgui
- PositionBasedDynamicsWrapper
- Tests
- Tools
- MeshSkinning
- PartioViewer/GUI
- OpenGL
- imgui
- VolumeSampling
- Utilities
- data/shaders
- pySPlisHSPlasH
27 files changed
+1378
-789
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
26 | 39 | | |
27 | 40 | | |
28 | 41 | | |
29 | 42 | | |
30 | | - | |
| 43 | + | |
31 | 44 | | |
32 | 45 | | |
33 | 46 | | |
| |||
64 | 77 | | |
65 | 78 | | |
66 | 79 | | |
67 | | - | |
68 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
69 | 86 | | |
70 | 87 | | |
71 | 88 | | |
| |||
86 | 103 | | |
87 | 104 | | |
88 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
89 | 109 | | |
90 | 110 | | |
91 | 111 | | |
| |||
101 | 121 | | |
102 | 122 | | |
103 | 123 | | |
| 124 | + | |
104 | 125 | | |
105 | 126 | | |
106 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
0 commit comments