summaryrefslogtreecommitdiffhomepage
path: root/tracker-wii/wii_frame.cpp
AgeCommit message (Collapse)Author
2019-04-29tracker/{easy,pt,wii}: update `ensure_size'Stanislaw Halik
2019-03-19tracker/{pt,wii}: zero-initialize the right dataStanislaw Halik
2019-03-19tracker/{pt,wii}: make sure preview frame always existsStanislaw Halik
2019-03-14tracker/wii: make a minimum set of changesStanislaw Halik
Issue: #876
2019-03-14tracker/wii: revert to 2.3.10Stanislaw Halik
Issue: #876
2019-01-16tracker/{pt,wii}: allow float/double in cv/numericStanislaw Halik
2018-12-24tracker/wii: put definitions in exact namespaceStanislaw Halik
It messes with static analysis tools for no apparent reason.
2018-10-25tracker/wii: fix for mingw-w64Stanislaw Halik
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.
2018-07-02nothing importantStanislaw Halik
2018-06-13switch to structured bindingsStanislaw Halik
2018-02-08tracker/wii: enhance friendly UIWei Shuai
1. add new status wii_cam_wait_for_dongle 2. show "insert USB dongle" in preview window
2018-02-07tracker/wii: enhance user friendly UIWei Shuai
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
2018-01-26tracker/wii: new homeWei Shuai