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 (Collapse)Author
2020-03-06Added test for libcurl https handling disabled on build server.tamasmeszaros
Linux docker image does not expose port 80
2019-12-22Fixed previous commit (change of CMake)version_2.2.0-alpha2bubnikv
2019-12-22Trying to fix unit tests when targeting OSX 10.9.bubnikv
2019-12-06Get ready to merge with master.tamasmeszaros
2019-12-05Test cpp17 features on the build server.tamasmeszaros
2019-10-30Make verboseconsole the default reporter.tamasmeszaros
2019-10-30Useful verbose test output on console with Catch2tamasmeszaros
2019-10-25Add catch2 extra args option to tests.tamasmeszaros
update example
2019-10-15Added test projects for libslic3r and fff_print.bubnikv
Added test_geometry.cpp from upstream slic3r, thanks @lordofhyphens Added circle_taubin_newton() for circle center calculation, thanks @lordofhyphens
2019-10-14Group test targets into logical "tests" directory. Disable DJDHeuristictamasmeszaros
2019-10-14Fix cmake with msvc generator.tamasmeszaros
* Remove unused libnest2d files. Make it use the global build script targets. * Modify FindTBB to address multi-config builds and take care of __TBB_NO_IMPLICIT_LINKAGE * Move FindNLopt to project common cmake module dir * Rename libnest.hpp to nester.hpp and libnest.h to libnest.hpp * Clean up common test suite build scripts
2019-10-07Extend libnest tests, remove some warnings, faster catch2 compilation.tamasmeszaros
Also, improve libnest2d::nest interface.
2019-10-07Don't require gtest anymore.tamasmeszaros
2019-10-04Merge branch 'tm_sla_tests'tamasmeszaros
2019-10-04Fix for data dir path on windowstamasmeszaros
2019-10-04Catch2 test framework integration into tm_sla_tests.tamasmeszaros
2019-10-04Remove automatic test subdir inclusion.tamasmeszaros
Too complex and might cause problems some day.
2019-10-04libnest2d test rewritten for catch2. Fine tuned catch2 integration.tamasmeszaros
2019-10-04Remove accidentally left cmake debug messagetamasmeszaros
2019-10-04Apply Mac specific caveats on the test build script. tamasmeszaros
2019-10-04Catch2 test framework integration.tamasmeszaros
2019-10-02Fix tests on all platformstamasmeszaros
Try to link tests on Mac. Fix inaccurate pad brim size fix build on mac (attempt 2) Fixes for support tree faults and race conditions in release mode. Fix crashing test executable on gcc 4.9 fix warning on msvc
2019-10-02Time conversion functions with tests.tamasmeszaros
Fixes issue with incorrect characters in time strings on UI. Fix platform dependency Fix return value with incorrect strings. Just use strptime and strftime on all platforms. Emulate strptime on msvc... because they don't have it and their get_time is buggy.
2019-10-01Add tests for sla support and pad creationtamasmeszaros
2018-11-02Importing the SLA computing module into the native source tree.tamasmeszaros