-
-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Alternate branch) Maybe fix spdlog for npm package. #2215
base: main
Are you sure you want to change the base?
Conversation
CURA-12438 This avoids doing very long pre-calculations for support generation when the mesh actually has no single overhang
CURA-12450 This is done be de-registering flooring areas once the briding mask has been calculated, and registering them as being classic skin areas.
CURA-12463 Shape::findInside is supposed to return NO_INDEX if there is no point inside, but when empty it was returning 0, which is definitely not a valid polygon index.
Should hopefully fix our problems with the NPM package building failing. CURA-12490
Found out it wouldn't compile in debug mode anymore otherwise -- at least on Windows. done as part of CURA-12490 -- but mostly unrelated to it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50
.
Benchmark suite | Current: c77d22e | Previous: 2c3d4e7 | Ratio |
---|---|---|---|
SimplifyTestFixture/simplify_slot_noplugin |
1.8663804021838906 ns/iter |
1.243924324123529 ns/iter |
1.50 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @nallath @jellespijker @wawanbreton @casperlamboo @saumyaj3 @HellAholic
… of spdlog to resolve. CURA-12470
It's inconvinient to do these on the buildserver, sorry for the commit spam! CURA-12470
...