index
:
xavi/libfixmath
fork
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
libfixmath/fix16.h: replace static const with define
HEAD
fork
Xavier Del Campo Romero
2022-02-24
1
-12
/
+18
*
CMakeLists.txt: disable -Werror=return-type
Xavier Del Campo Romero
2022-02-24
1
-2
/
+2
*
Disable tests
Xavier Del Campo Romero
2022-02-24
1
-10
/
+8
*
libfixmath/CMakeLists.txt: avoid glob matching
Xavier Del Campo Romero
2022-02-24
1
-1
/
+8
*
libfixmath/CMakeLists.txt: use target_include_directories
Xavier Del Campo Romero
2022-02-24
1
-1
/
+1
*
Downgrade CMAKE_C_STANDARD to 99
Xavier Del Campo Romero
2022-02-24
1
-1
/
+1
*
Rename library CMakeLists.txt
Xavier Del Campo Romero
2022-02-24
2
-2
/
+2
*
fix unsigned signed comparison in fix16_fft
Johannes Ringler
2022-02-23
1
-1
/
+1
*
fix warnings due to signed char on some platforms
Johannes Ringler
2022-02-23
1
-4
/
+4
*
fix unused variable warning with FIXMATH_FAST_SIN (#35)
Johannes Ringler
2022-02-10
1
-1
/
+4
*
Update README.md
Petteri Aimonen
2021-05-30
1
-0
/
+2
*
fixed division, undefined behaviors and some improvements (#33)
Martin Bařinka
2021-05-03
26
-995
/
+445
*
Unit testing with cmake (#31)
Martin Bařinka
2021-04-29
4
-16
/
+44
*
better unittest script (#30)
Martin Bařinka
2021-04-29
1
-1
/
+9
*
Make unittest #include path consistent (#29)
Petteri Aimonen
2021-04-29
2
-2
/
+2
*
Enable Travis CI
Petteri Aimonen
2021-04-29
1
-0
/
+7
*
Fix compiler warning in fix16_abs()
Petteri Aimonen
2021-04-29
1
-1
/
+1
*
New unittests (#28)
Martin Bařinka
2021-04-29
19
-15
/
+545
*
Merge pull request #26 from maruncz/hotfix/abs-signed-overflow
Petteri Aimonen
2021-04-27
1
-1
/
+1
|
\
|
*
fixed: signed integer overflow is undefined behavior
maruncz
2021-04-27
1
-1
/
+1
|
/
*
Merge pull request #25 from maruncz/master
Petteri Aimonen
2021-04-22
8
-95
/
+294
|
\
|
*
fix formatting
maruncz
2021-04-22
3
-98
/
+93
|
*
fixed some warnings
maruncz
2021-04-21
2
-42
/
+41
|
*
added cmake project file
maruncz
2021-04-19
6
-89
/
+294
|
/
*
Merge pull request #23 from theacodes/patch-1
Petteri Aimonen
2021-01-23
2
-0
/
+31
|
\
|
*
Add AUTHORS file
Thea Flowers
2021-01-22
2
-1
/
+13
|
*
Add LICENSE
Stargirl Flowers
2021-01-21
1
-0
/
+19
|
/
*
Merge pull request #21 from HamAndChris/fix_linear_interpolation
Petteri Aimonen
2020-10-29
5
-36
/
+85
|
\
|
*
Removed 64-bit restriction on linear interpolation functions. Added more test...
Chris Hammond
2020-10-29
5
-36
/
+85
*
|
Merge pull request #20 from HamAndChris/fix_linear_interpolation
Petteri Aimonen
2020-10-23
3
-3
/
+33
|
\
|
|
*
Added unit tests for "lerp" functions, and found several type conversion bugs
Chris Hammond
2020-10-22
3
-3
/
+33
|
/
*
Merge pull request #16 from althonos/patch-1
Petteri Aimonen
2020-03-15
1
-1
/
+1
|
\
|
*
Fix `elif` without condition in `fix16_trig.c`
Martin Larralde
2020-03-15
1
-1
/
+1
|
/
*
Merge pull request #15 from dlech/patch-1
Petteri Aimonen
2019-12-13
1
-0
/
+2
|
\
|
*
add #include <stdint.h> to int64.h
David Lechner
2019-12-12
1
-0
/
+2
|
/
*
Merge pull request #13 from althonos/patch-1
Petteri Aimonen
2019-09-08
1
-0
/
+4
|
\
|
*
Fix missing function when building without overflow support
Martin Larralde
2019-09-08
1
-0
/
+4
|
/
*
Merge pull request #12 from dlech/master
Petteri Aimonen
2019-06-17
4
-38
/
+56
|
\
|
*
Fix conflict with __int64_t typedef
David Lechner
2019-06-16
1
-32
/
+32
|
*
add FIXMATH_NO_CTYPE option
David Lechner
2019-06-16
2
-6
/
+21
|
*
clean all unit tests
David Lechner
2019-06-16
1
-0
/
+3
|
*
Add explicit cast in fix16_from_dbl()
David Lechner
2019-06-16
1
-1
/
+1
|
/
*
Merge pull request #10 from puzrin/patch-1
Petteri Aimonen
2019-04-15
1
-1
/
+1
|
\
|
*
Suppress `-Wconversion` warning
Vitaly Puzrin
2019-04-15
1
-1
/
+1
|
/
*
Merge pull request #9 from puzrin/patch-1
Petteri Aimonen
2018-07-27
1
-3
/
+0
|
\
|
*
platformio: drop 'export' option from config
Vitaly Puzrin
2018-07-27
1
-3
/
+0
|
/
*
Merge pull request #8 from puzrin/master
Petteri Aimonen
2018-07-24
1
-1
/
+5
|
\
|
*
Update pio manifest to satisfy registry add rules
Vitaly Puzrin
2018-07-24
1
-1
/
+5
|
/
*
Merge pull request #6 from puzrin/master
Petteri Aimonen
2018-07-24
1
-0
/
+18
|
\
|
*
Add library config for PlatformIO
Vitaly Puzrin
2018-07-24
1
-0
/
+18
|
/
[next]