Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23Initial version of sl1 import with sla::Raster refactor.tamasmeszaros
2020-02-09Fixed unit tests broken with the previous commit (Spiral Vase fix).bubnikv
2020-01-31[refactor] Move remaining utility functions into sla_test_utilstamasmeszaros
2020-01-17Fixed a bug in the hole-aware raycasterLukas Matena
2020-01-16Fixed unit test (sla_print_tests - random number generator seeding)Lukas Matena
2020-01-15Remove wrapper around std::mt19937 tamasmeszaros
2020-01-14Test sla support point generation determinism with seed parametertamasmeszaros
2020-01-14Remove test restriction for on-model supports pierce testtamasmeszaros
2020-01-14Make sla support pierce tests repeatabletamasmeszaros
2020-01-09more raycaster tests, without repeating the hollowing every timetamasmeszaros
2020-01-09Fixed a raycaster problem with handling duplicate hits from iglLukas Matena
2020-01-08Add tests for EigenMesh3D raycaster with hole support.tamasmeszaros
2019-11-11Merge branch 'tm_openvdb_integration' into lm_tm_hollowingtamasmeszaros
2019-11-04SLA Contour3D expanded with conversions supporting quads.tamasmeszaros
2019-10-29Useful verbose test output on console with Catch2tamasmeszaros
2019-10-25Add catch2 extra args option to tests.tamasmeszaros
2019-10-14Group test targets into logical "tests" directory. Disable DJDHeuristictamasmeszaros
2019-10-14Fix cmake with msvc generator.tamasmeszaros
2019-10-09Fix concave hull having holes.tamasmeszaros
2019-10-07Fix test outputs on buildbot. Also fix pairhash test.tamasmeszaros
2019-10-04Disable on-model supports for pierce tests.tamasmeszaros
2019-10-04Port sla tests to catch2tamasmeszaros
2019-10-04Catch2 test framework integration into tm_sla_tests.tamasmeszaros
2019-10-03Fix endless loop in pinhead creation.tamasmeszaros
2019-10-03Add an additional sla test object for support generation.tamasmeszaros
2019-10-03Add test obj and address for support under ground level if no elevationtamasmeszaros
2019-10-03Eliminate some race conditions in sla support treetamasmeszaros
2019-10-02Fix tests on all platformstamasmeszaros
2019-10-01sla::Raster interface clarified and covered with tests.tamasmeszaros
2019-10-01Deeper test coverage for support tree generation.tamasmeszaros
2019-10-01Add tests for sla support and pad creationtamasmeszaros