Jason Evans
|
f408643a4c
|
Remove extraneous parens around return arguments.
This resolves #540.
|
2017-01-20 21:43:07 -08:00 |
|
Jason Evans
|
c4c2592c83
|
Update brace style.
Add braces around single-line blocks, and remove line breaks before
function-opening braces.
This resolves #537.
|
2017-01-20 21:43:07 -08:00 |
|
Jason Evans
|
ffbb7dac3d
|
Remove leading blank lines from function bodies.
This resolves #535.
|
2017-01-13 14:49:24 -08:00 |
|
Jason Evans
|
8e82af1166
|
Implement smoothstep table generation.
Check in a generated smootherstep table as smoothstep.h rather than
generating it at configure time, since not all systems (e.g. Windows)
have dc.
|
2016-02-19 20:56:15 -08:00 |
|