summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-interpolate_points.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-5/+5
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2017-12-02Remobing bspline interpolatorJabier Arraiza1-2/+1
2017-12-01Working on BSpline interpolatorJabier Arraiza1-1/+2
2017-12-01CleaninngJabier Arraiza1-2/+1
2017-12-01Remobe BSPline interpolator, a non success code and remove showhandles codeJabiertxo Arraiza Cenoz1-2/+1
2017-11-29Add BSPLine interpolatorJabier Arraiza1-1/+2
2017-11-28Working on BSPline interpolatorJabier Arraiza1-1/+2
2017-10-17Remove std::auto_ptrJan Lingscheid1-4/+0
As C++11-compiler is now mandatory, conditional use of auto_ptr is no longer usefull. This commit does not remove the usage of std::auto_ptr in 2geom.
2016-12-16remove rollback to 15315Jabiertxof1-1/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+1
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-1/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-11-16removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin1-1/+4
(bzr r14475)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-09-04lpe interpolate points: small code style fix-up. should be done for all LPEsJohan B. C. Engelen1-1/+1
(bzr r13341.1.197)
2014-08-23add missing files from last commitJohan B. C. Engelen1-0/+94
(bzr r13341.1.157)