Cameron Gutman
|
d57c66fa9c
|
Eliminate a redundant alloc+copy of each frame (#2852)
* Eliminate a redundant alloc+copy for each frame
* Replace std::copy_n() with std::memcpy() for better code generation
|
2024-07-14 12:23:19 -05:00 |
|
Cameron Gutman
|
e7c420dd6e
|
Provide SSSE3, AVX2, and AVX512 optimized Reed-Solomon functions (#2828)
* Provide SSSE3, AVX2, and AVX512 optimized Reed-Solomon functions
* Update nanors to fix AVX-512 memory corruption
|
2024-07-11 20:22:57 -05:00 |
|
ReenigneArcher
|
1dd4b68e1c
|
docs(src): add examples alias and general cleanup (#2763)
|
2024-06-28 08:34:14 -04:00 |
|
ReenigneArcher
|
334267807f
|
tests: add httpcommon tests and add new file_handler methods (#2712)
Co-authored-by: Mariotaku <mariotaku.lee@gmail.com>
|
2024-06-17 18:03:42 +00:00 |
|
Vithorio Polten
|
509576d616
|
feat(input/linux): add support for more virtual input devices (#2606)
Co-authored-by: ABeltramo <beltramo.ale@gmail.com>
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
|
2024-06-16 00:21:18 +00:00 |
|
Vithorio Polten
|
02ddbefd44
|
fix(macos): Mouse input broken in-game (#2550)
Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
|
2024-06-12 17:26:02 -04:00 |
|
Mariotaku
|
17e0f1a816
|
feat(audio): custom surround-params (#2424)
|
2024-05-31 22:50:34 -04:00 |
|
ReenigneArcher
|
659a426b03
|
fix(file_handler): avoid writing extra newline character (#2335)
|
2024-05-12 13:13:20 -04:00 |
|
ReenigneArcher
|
2da6fb050a
|
fix(logging): add logging namespace and create logging::init method (#2336)
|
2024-04-02 20:57:57 -04:00 |
|
ReenigneArcher
|
89e8b9628c
|
ci(tests): add test framework (#1603)
|
2024-03-24 19:52:24 -04:00 |
|