Commit History

Author SHA1 Message Date
  Joseph Lenox 1568a11e0c Remove -std=c++11 to use the build options in cmake properly. 6 years ago
  Joseph Lenox 2a9ebce2c5 Stubbing tests for evaluation #4486 6 years ago
  Joseph Lenox d862d5f574 Move git commit out of the wx blocked areas. 6 years ago
  Joseph Lenox 02acbd625a Port several rectilinear infill tests from perl. 6 years ago
  Joseph Lenox 4d257930da Ensured that template is instantiated for int types for Flow::solid_spacing 6 years ago
  Joseph Lenox 88e03c0b2c added constructors for building ExPolygon from Points array and a pair of Points arrays (used in tests) 6 years ago
  Joseph Lenox 60bd9b4707 finish implementing include guard 6 years ago
  Joseph Lenox 081c08153c Set flags the CMAKE way, not manipulating CXX_FLAGS directly 6 years ago
  Joseph Lenox f0253fe498 Set the large Z as shouldfail, added normal range tests. 6 years ago
  Joseph Lenox 99f6a5455a Adjust requirement as unlift() won't emit gcode if already there. 6 years ago
  Joseph Lenox b647bc49c8 Use .values[0] 6 years ago
  Joseph Lenox fd865af408 Use .value 6 years ago
  Joseph Lenox e68bc06a3d Forgot {} for the GIVEN structure. 6 years ago
  Joseph Lenox 2610218b0e Fixed typo, don't need dynamic memory for test harness. 6 years ago
  Joseph Lenox ee0bac47bc Fall back to not using make::unique for now 6 years ago
  Joseph Lenox d514d7adb6 Added test case to cover https://github.com/slic3r/Slic3r/issues/4497 6 years ago
  Joseph Lenox adc126067d Cleaned up warnings with unused variables and casting to cover signed/unsigned 6 years ago
  Joseph Lenox 5b80fa4a55 Adjust code formatting so that -Wmisleading-indentation doesn't trip over the lines. 6 years ago
  Joseph Lenox 51fbe8ad6e Added parens to declare intent and quiet compiler warnings. 6 years ago
  Joseph Lenox 7180c2e8d5 Initialize e_per_mm to make the compiler not freak out 6 years ago
  Joseph Lenox cd4bc328a1 Wrong location of Fill.hpp 6 years ago
  Joseph Lenox 35966bf46c Added stub for testing infill. 6 years ago
  Joseph Lenox e81e19cbc1 Fix int (#4495) 6 years ago
  Joseph Lenox a2d24fece7 Merge branch 'cppgui' 6 years ago
  Joseph Lenox d5a2e1b1a3 Added implementation of Taubin fit cribbed from "Circular and Linear Regression: Fitting circles and lines by least squares", p126 by Nikolai Chernov for both Pointf and Points, 6 years ago
  Joseph Lenox b43b0a1a82 Added implementation of Taubin fit cribbed from "Circular and Linear Regression: Fitting circles and lines by least squares", p126 by Nikolai Chernov for both Pointf and Points, 6 years ago
  Joseph Lenox 5e86e74bc6 fixing path for replacement buildscript 6 years ago
  Joseph Lenox eb31601762 Build server stops trying to update cpanm modules. 6 years ago
  Joseph Lenox 4451fc424c Renamed interface -> _interface to avoid reserved word under Windows. 6 years ago
  Joseph Lenox f391e17aa4 On MinGW, set for big object support. 6 years ago
  Joseph Lenox 5aa0539a76 removing guards 6 years ago
  Joseph Lenox 0373496baa Include guard around SupportMaterial so that it isn't built by the Perl side. 6 years ago
  Joseph Lenox fe492f818a Added std::map and Slic3r::Polygon to include list, sorted includes. 6 years ago
  Joseph Lenox 44d145d986 Merge pull request #4491 from lordofhyphens/cppgui 6 years ago
  Joseph Lenox ac6642ed18 removed some debug prints. 6 years ago
  Joseph Lenox f6cbd4fd72 Using xcode 9.4 instead of 8.3 (hopefully will avoid hang?) 6 years ago
  Joseph Lenox 60286bb032 Actually make brim, and fix tests so that math is correct. 6 years ago
  Joseph Lenox c94a168a5e Fix test to properly check that we're "close enough" and remove _equiv (use Catch's Approx instead) 6 years ago
  Joseph Lenox 1ea86dcb5d Use approx with a margin instead of trying for exact floating point matches. 6 years ago
  Joseph Lenox 5b06201e18 Changed calling convention to get gcc49 to not mis-parse as an initializer list 6 years ago
  Joseph Lenox d11f623ca5 Trying to avoid an issue with gcc4.9 6 years ago
  Joseph Lenox 8e84041153 added simplistic check for raft. 6 years ago
  Joseph Lenox ec5a409ecc added tests to check for height reset and that one object is printed before another. 6 years ago
  Joseph Lenox 80d7f80734 Implemented printing complete_objects 6 years ago
  Joseph Lenox f625c69f41 Forgot to handle multiple objects at the same time when bucket sorting. Fixed. 6 years ago
  Joseph Lenox 71009d8c90 Actually implement layer change. It's somewhat important. 6 years ago
  Joseph Lenox a66ae6ac26 Moved regular expression definitions to header (for reuse) 6 years ago
  Joseph Lenox eb4e727f74 Added test to check for two-object systems. 6 years ago
  Joseph Lenox 80b59f66fa Revert "actually remove gcc-4.9 refs" 6 years ago
  Joseph Lenox 549e1dace1 Revert "remove gcc 4.9 from package install list" 6 years ago