- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Feb 12, 2013
-
-
Marti Bolivar authored
These patches have been submitted upstream: https://github.com/vinniefalco/DSPFilters/pull/11 Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
Marti Bolivar authored
These patches have been submitted upstream: https://github.com/vinniefalco/DSPFilters/pull/10 Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
- Feb 11, 2012
-
-
Josh Siegle authored
-