Mathieu OTHACEHE
|
152edf7189
|
Global: remove mode line from headers
Using a global .dir-locals.el file is a better alternative than
reincluding the same emacs header in every file of the project.
|
8 years ago |
Lucas De Marchi
|
98904825cb
|
Filter: replace header guard with pragma once
|
9 years ago |
Andrew Tridgell
|
97b7130bb9
|
libraries: update license header to GPLv3
we switched to GPLv3 a long time ago, but neglected to update the
per-file license headers
|
12 years ago |
Pat Hickey
|
84e0dd406e
|
Filter: ported to AP_HAL
|
12 years ago |
uncrustify
|
84847da218
|
uncrustify libraries/Filter/Filter.h
|
13 years ago |
rmackay9
|
645fda2fb2
|
Filter - added AverageFilter, removed SumFilter
added FilterWithBuffer to allow removal of malloc/free without losing ability to pass around filter objects
|
13 years ago |
rmackay9
|
f53ff8de97
|
Filter - removed shadowing of variables in constructors for Filter, ModeFilter and SumFilter (sorry tridge!)
increased maximum sample buffer size from 6 to 10
|
13 years ago |
rmackay9
|
c14d7768f7
|
Filter - first version of filter library include ModeFilter
|
13 years ago |