summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-embrodery-stitch-ordering.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loops (2)Marc Jeanmougin2019-01-021-2/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-54/+54
|
* 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-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-10/+10
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-13/+13
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* merged with latest version of lpe-bool and trunkMichael Soegtrop2017-06-051-936/+839
| | | (bzr r14862.2.3)
* Added emboidery and bool LPEsMichael Soegtrop2016-04-271-0/+1236
(bzr r14862.2.1)