Age | Commit message (Collapse) | Author |
|
Maybe global `-Wcomma' is too harsh.
There should be no functional changes whatsoever.
|
|
No functional changes.
- add `override' everywhere where missing
- almost pass clang's `-Wweak-vtables'
- avoid some float/double conversions
- remove unused private members
- make signedness conversions explicit
- put stuff in right namespaces to aid analysis
|
|
It messes with static analysis tools for no apparent reason.
|
|
|
|
|
|
|
|
The module loses auto-pairing functionality, but it's
at least useful to see GCC warnings. I don't intend to
use GCC for actually running the module.
Fix some warnings emitted by GCC, such as
- memset(3) of non-POD struct
- depending on "new T[0]" to return a null pointer
- dependence on MSVC-specific pragmas for external
libraries
- lack of header guards
- unintended usage of trigraph syntax
Disable some GCC warnings for the "wiiyourself"
library. It's not possible to patch it up, the code
quality is that awful.
Disable the builtin debug functionality since it
depends on non-standard __VA_OPT__ (due in C++20). It's
not possible to disable the warning emitted on the
__VA_ARGS__ usage in GCC.
|
|
|
|
No visible changes (hopefully).
|
|
|
|
we don't need to stop again, or else it crashes app
|
|
Remove useless abstract member functions, simplify
some.
Issue: #718
|
|
Also downcase win32 api header name. This fixes
building for Windows from Linux.
|
|
|
|
1. add new status wii_cam_wait_for_dongle
2. show "insert USB dongle" in preview window
|
|
remove useless disconnect function
|
|
1. reconnect wiiyourself
2. reduce wiimote power by reduce LEDs
|
|
1. add wii status wii_cam_wait_for_sync
2. add images show how user should do in preview window
3. reduce redundancy convertion about QImage
by doing in WIIPreview Class
|
|
|
|
|
|
70fps WIImote, so 14ms polling rate is enough
|
|
|