Commit Graph

  • 006539b945 Clean up/simplify build Ryan Pavlik 2021-12-22 11:53:03 -0600
  • 06137e83f1
    Merge 9095142429 into a1e18b83cb Ryan A. Pavlik 2021-12-27 03:52:40 +0000
  • 9095142429 should work but segfaults Ryan Pavlik 2021-12-23 12:57:31 -0600
  • 42bac09a87 Initial work Ryan Pavlik 2021-12-23 12:44:19 -0600
  • faf8b92cdf Replace Vector::DistanceToLine internal implementation with Eigen one. Ryan Pavlik 2018-01-03 15:21:15 -0600
  • 1552e0ba3d Modify SSurface::TangentsAt to use an Eigen-based implementation. Ryan Pavlik 2018-01-03 15:17:01 -0600
  • 91e7e1ca3e Modify STriangle::MinAltitude() to use an Eigen-based implementation. Ryan Pavlik 2018-01-03 15:16:35 -0600
  • 679533f91f Add utileigen header Ryan Pavlik 2018-01-03 15:15:48 -0600
  • 6d85a62363 Small simplifications Ryan Pavlik 2021-12-23 11:47:50 -0600
  • 7927e1c354 Fix formatting Ryan Pavlik 2021-12-23 11:47:02 -0600
  • 02247bb06f Don't hold the sparse matrices in a pointer at all. Ryan Pavlik 2021-12-23 11:37:33 -0600
  • 703736a2b6 Banish an unneeded use of our custom containers. Ryan Pavlik 2021-12-23 11:17:40 -0600
  • 405cd5d04b Fix loop type Koen Schmeets 2021-05-24 22:38:18 +0200
  • f9d12d966b Use unique_ptr in main system jacobian. Ryan Pavlik 2021-08-08 15:13:30 -0500
  • 82574ae727 Eigen library integration into solver. EvilSpirit 2017-05-14 11:23:04 +0700
  • 01a3d18dde Add missing eigen submodule in some scripts Koen Schmeets 2021-06-24 12:10:31 +0200
  • 29152a8a86 Add eigen extlib to install command Koen Schmeets 2020-12-13 16:28:02 +0100
  • 1997c4f762 Add Eigen to build. Ryan Pavlik 2018-01-02 14:35:27 -0600
  • 382de0fb28 Add Eigen submodule at 3.4.0 tag Ryan Pavlik 2019-12-09 12:09:41 -0600
  • 7b03bd66c0 Add an early out in writing jacobian. EvilSpirit 2021-12-23 10:14:27 -0600
  • fb497f8c12 Add a method to Expr. EvilSpirit 2021-06-24 11:29:24 -0500
  • c85faa85f9 Some optimization EvilSpirit 2017-05-12 10:02:33 +0700
  • 7e002b71e4 Decrease WriteJacobian complexity EvilSpirit 2017-05-12 09:39:07 +0700
  • 5e297471cc Suppress dof calculation flag EvilSpirit 2017-05-11 20:55:41 +0700
  • 0439f8e7b7 Dof calculation when redundant is allowed. EvilSpirit 2017-05-11 20:53:12 +0700
  • 905a71684a SolveBySubstitution of linear complexity. EvilSpirit 2017-04-12 23:29:41 +0700
  • 45ce7210e8 Fix CMake warnings Ryan Pavlik 2021-12-22 12:53:28 -0600
  • 5af0dd860d Clean up/simplify build Ryan Pavlik 2021-12-22 11:53:03 -0600
  • 1398f74289
    Merge branch 'solvespace:master' into master Yuan Chang 2021-12-27 09:36:41 +0800
  • a1e18b83cb Normalize namespaces: includes all at global/root namespace. Ryan Pavlik 2021-12-22 17:06:28 -0600
  • 6d40eface2 importidf: Fix uninitialized variable Ryan Pavlik 2021-12-22 14:00:53 -0600
  • 0063a1dee2 Remove two more memset for cleanliness. Ryan Pavlik 2021-12-23 16:43:49 -0600
  • 0e8d49b93c Add a static_asssert Ryan Pavlik 2021-12-23 16:34:48 -0600
  • 3a665e13fa Additional simplification now possible for TextWindow Ryan Pavlik 2021-12-23 16:34:33 -0600
  • 83ee15080b Move large TextWindow data to the heap. Ryan Pavlik 2021-12-23 16:30:10 -0600
  • 7b623b3757 Don't duplicate calls to ClearScreen. Ryan Pavlik 2021-12-23 16:27:14 -0600
  • a1c22346c4
    Merge 1e67683db1 into 71c6492d6d Ryan A. Pavlik 2021-12-22 16:49:41 -0900
  • 7dd3360a3e Normalize namespaces: includes all at global/root namespace. Ryan Pavlik 2021-12-22 17:06:28 -0600
  • 5ccef43aed importidf: Fix uninitialized variable Ryan Pavlik 2021-12-22 14:00:53 -0600
  • 71c6492d6d readme: Clean up, fix nearly all markdownlint complaints Ryan Pavlik 2021-12-22 11:07:09 -0600
  • b86e0dec84 readme: remove outdated build instructions Ryan Pavlik 2021-12-22 10:58:25 -0600
  • 7c2571f765 Add missing libeigen submodule in some scripts Koen Schmeets 2021-06-24 12:10:31 +0200
  • b895f1189f Add eigen extlib to install command Koen Schmeets 2020-12-13 16:28:02 +0100
  • c117874a4a Replace Vector::DistanceToLine internal implementation with Eigen one. Ryan Pavlik 2018-01-03 15:21:15 -0600
  • e4c05b90ba Replace a matrix mult in System::SolveLeastSquares() with Eigen call. Ryan Pavlik 2018-01-03 15:19:38 -0600
  • a69f60bcf4 Modify SSurface::TangentsAt to use an Eigen-based implementation. Ryan Pavlik 2018-01-03 15:17:01 -0600
  • d4a2cf917b Modify STriangle::MinAltitude() to use an Eigen-based implementation. Ryan Pavlik 2018-01-03 15:16:35 -0600
  • c96566b153 Add utileigen header Ryan Pavlik 2018-01-03 15:15:48 -0600
  • 6a4de1861c Add Eigen to build. Ryan Pavlik 2018-01-02 14:35:27 -0600
  • f53ea048e0 Add Eigen submodule at 3.4.0 tag Ryan Pavlik 2019-12-09 12:09:41 -0600
  • f8012a6d31 Fix CMake warnings Ryan Pavlik 2021-12-22 12:53:28 -0600
  • e9e6202b10 Clean up/simplify build Ryan Pavlik 2021-12-22 11:53:03 -0600
  • 910c3be83a readme: Clean up, fix nearly all markdownlint complaints Ryan Pavlik 2021-12-22 11:07:09 -0600
  • da4025dfe2 readme: remove outdated build instructions Ryan Pavlik 2021-12-22 10:58:25 -0600
  • e07b082eb8 Fix hang when trying to display characters missing from the embedded font ruevs 2021-12-16 18:51:27 +0200
  • f9a1187772 Fix hang when trying to display characters missing from the embedded font ruevs 2021-12-16 18:51:27 +0200
  • 97f5ee928a Bump version and update Python support. KmolYuan 2021-12-20 17:10:21 +0800
  • e5ff420c83 Calculate mirrored normal exprs the same way an numeric values phkahler 2021-12-19 12:07:17 -0500
  • a4652f0324 Hide copy API. KmolYuan 2021-12-14 09:37:51 +0800
  • 2450010bbf
    Update REAMDE.md - point IRC to Libera chat. ruevs 2021-12-12 20:12:20 +0200
  • 3d498223f5 Add missing docstring. KmolYuan 2021-12-12 14:58:10 +0800
  • d9b3acc218 Update readme. KmolYuan 2021-12-12 14:21:12 +0800
  • 613545eba5 Add a method to generate entity handle. KmolYuan 2021-12-12 14:15:06 +0800
  • c28f124e9a
    Update readme. Yuan Chang 2021-12-12 12:37:05 +0800
  • bd98749195 Remove the dangling pointer. KmolYuan 2021-12-12 10:51:01 +0800
  • 94e1db6ab2 Adjust unit test. KmolYuan 2021-12-11 21:06:33 +0800
  • cba265d340 Codebase improvement. KmolYuan 2021-12-11 20:53:13 +0800
  • 35fed04b63 Change the type of parameter list. KmolYuan 2021-12-11 20:26:36 +0800
  • b7d192129d Update stubs. KmolYuan 2021-12-11 19:51:55 +0800
  • 64fb127195 Make solver copyable and implement its serialization. KmolYuan 2021-12-11 18:49:15 +0800
  • 3c98d4d270 Bump version. KmolYuan 2021-12-11 17:46:28 +0800
  • 91db627a81 mac: Don't interpret single-touch scroll events as pan gestures Tom Sutcliffe 2021-09-05 13:59:45 +0100
  • ba07e95c0e Simplify CI scripts. KmolYuan 2021-12-03 18:04:19 +0800
  • 84f30699dd Remove old CI badges. KmolYuan 2021-12-03 12:18:40 +0800
  • dd13e3a222 Add workflow for Python. KmolYuan 2021-12-02 23:47:25 +0800
  • 7774cc6e84 Bump version. KmolYuan 2021-12-02 12:11:42 +0800
  • b2ed699d01
    Merge branch 'solvespace:master' into master Yuan Chang 2021-12-02 09:18:55 +0800
  • 91d3477314
    Merge branch 'solvespace:master' into python Yuan Chang 2021-12-02 09:18:36 +0800
  • 85f6ec4144 fix STL linking issue. Model was disappearing after the link group. phkahler 2021-11-20 16:13:03 -0500
  • 38f48f982c fix STL linking issue. Model was disappearing after the link group. phkahler 2021-11-20 16:13:03 -0500
  • f59ce224d8 small changes phkahler 2021-11-20 15:39:27 -0500
  • 2ffc9df61a
    Fix description app4soft 2021-11-05 05:47:46 +0200
  • 989108589c
    Fix markup app4soft 2021-11-05 05:45:32 +0200
  • c6889e77df
    Add IRC on LiberaChat app4soft 2021-11-05 05:42:39 +0200
  • eabc16631e
    Add Reddit community, Remove Freenode, Fix HTTPS app4soft 2021-11-05 05:32:38 +0200
  • df3ef2ab0e GUI: Flexible vertical space above the toolbar ruevs 2021-11-04 17:52:25 +0200
  • f08f435254 GUI: Flexible vertical space above the toolbar ruevs 2021-11-04 17:52:25 +0200
  • eb17248bd5 CI: Replace edge releases with links to artifacts Maximilian Federle 2021-10-29 21:06:42 +0200
  • 9076e56b1c CI: Replace edge releases with links to artifacts Maximilian Federle 2021-10-29 21:06:42 +0200
  • 2a722c16b8 add gdk.h for GDK_WINDOWING_ defines Simon Wells 2021-10-24 13:29:51 +1300
  • 267c002975 modify the spaceware code to also work on wayland Simon Wells 2021-10-23 00:38:37 +1300
  • 6eebff0549 add gdk.h for GDK_WINDOWING_ defines Simon Wells 2021-10-24 13:29:51 +1300
  • a45e84a2ff + safe height gcode parameter MX_Master 2021-10-13 23:16:55 +0600
  • d84b7568b8 modify the spaceware code to also work on wayland Simon Wells 2021-10-23 00:38:37 +1300
  • 92259b9cf3 + safe height gcode parameter MX_Master 2021-10-13 23:16:55 +0600
  • d0a656e3a7
    + safeHeight MX_Master 2021-10-13 17:52:45 +0600
  • f5397e9da3
    + safeHeight MX_Master 2021-10-13 17:51:11 +0600
  • af680093dc
    + safeHeight MX_Master 2021-10-13 17:50:55 +0600
  • 611b12838a
    + safeHeight MX_Master 2021-10-13 17:50:34 +0600
  • fd7420ea46
    + safeHeight MX_Master 2021-10-13 17:49:50 +0600