summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-interpolate_points.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Remobing bspline interpolatorJabier Arraiza2017-12-021-2/+1
|
* Working on BSpline interpolatorJabier Arraiza2017-12-011-1/+2
|
* CleaninngJabier Arraiza2017-12-011-2/+1
|
* Working on BSPline interpolatorJabier Arraiza2017-11-281-1/+2
|
* Remove std::auto_ptrJan Lingscheid2017-10-171-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.
* Fix headers on LPE'sJabiertxof2016-12-101-1/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin2015-11-161-1/+4
| | | (bzr r14475)
* lpe interpolate points: small code style fix-up. should be done for all LPEsJohan B. C. Engelen2014-09-041-1/+1
| | | (bzr r13341.1.197)
* add missing files from last commitJohan B. C. Engelen2014-08-231-0/+94
(bzr r13341.1.157)