aboutsummaryrefslogtreecommitdiff
path: root/tests/unity
Commit message (Collapse)AuthorAge
* fix(refr): reshape using draw_buf stride (#6567)Lemon2024-08-13
| | | | | Signed-off-by: liujp <liujp@xiaomi.com> Co-authored-by: liujp <liujp@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* feat(unity): update unity to version 2.6.0 (#6453)Liu Yi2024-07-31
| | | Signed-off-by: lhdjply <lhdjply@126.com>
* feat(draw/sw): add support for LV_COLOR_FORMAT_I1 (#6345)Fabian Blatz2024-07-19
| | | Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* feat(tests): add VG-Lite render test (#6264)VIFEX2024-06-07
| | | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: liamHowatt <liamjmh0@gmail.com>
* feat(stdlib): strncpy consistency and add strlcpy (#6204)Liam2024-05-22
|
* feat(draw/sw): added support for LV_COLOR_FORMAT_L8 (#5800)Zoltan Janosy2024-04-20
| | | | | | | | | | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Signed-off-by: qinshijing <qinshijing@xiaomi.com> Co-authored-by: Zoltan Janosy <zjanosy@fishman.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com> Co-authored-by: VIFEX <vifextech@foxmail.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: Niklas Fiekas <niklas.fiekas@sartorius.com> Co-authored-by: qinshijing <51692568+qinshijing@users.noreply.github.com> Co-authored-by: qinshijing <qinshijing@xiaomi.com> Co-authored-by: Neo Xu <neo.xu1990@gmail.com>
* feat(CI): Windows MSVC and GCC build (#6015)Liam2024-04-18
|
* ci(ref_imgs): automatically genereate the missing reference image folders ↵Gabor Kiss-Vamosi2024-02-23
| | | | (#5696)
* feat(event): return event dsc for later to remove (#5630)Neo Xu2024-02-19
| | | | Signed-off-by: Neo Xu <neo.xu1990@gmail.com> Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
* chore(tests): replace sprintf -> lv_snprintf (#5319)_VIFEXTech2024-01-15
| | | | Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
* feat(draw): add sw display rotate implementationsGabor Kiss-Vamosi2023-11-27
|
* chore: remove debug codeGabor Kiss-Vamosi2023-11-15
|
* test(draw): add rendering test for RGB565, RGB888, XRGRB8888, and ARGB8888Gabor Kiss-Vamosi2023-11-15
|
* fix(draw): fix minor issues in SW renderGabor Kiss-Vamosi2023-11-15
|
* ci: upgrade astyle tool (#4776)Viktor Szépe2023-11-10
| | | Install from source to use the latest version
* feat(draw): add implements vector graphic APIs (#4528) (#4691)Zhang Ji Peng2023-11-09
| | | | | Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com> Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com> Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
* refactor: scr -> screen, act->active, del->delete, remove in ↵Gabor Kiss-Vamosi2023-10-12
| | | | obj_clear_flag/state
* refactor(draw_buf): remove lv_draw_buf_t and make all functions work on void ↵Gabor Kiss-Vamosi2023-10-11
| | | | * buffer directly
* ci: temporary remove lv_example_tiny_ttf_3.pyGabor Kiss-Vamosi2023-10-10
|
* chore: fix TEST_ASSERT_MEM_LEAK_LESS_THANGabor Kiss-Vamosi2023-09-25
|
* ci: add TEST_ASSERT_MEM_LEAK_LESS_THAN and use it in image decoder testsGabor Kiss-Vamosi2023-09-25
|
* refactor(btn, img): rename btn to button and img to imageGabor Kiss-Vamosi2023-09-14
|
* feat(img): add img.header.strideGabor Kiss-Vamosi2023-08-31
| | | | see https://github.com/lvgl/lvgl/pull/4414#issuecomment-1698538169
* fix: fix typos (#4451)bjsylvia2023-08-14
| | | | Signed-off-by: XiaoweiYan <yanxiaowei@xiaomi.com> Co-authored-by: XiaoweiYan <yanxiaowei@xiaomi.com>
* arch(draw): add parallel rendering architectureGabor Kiss-Vamosi2023-07-05
| | | | | | BREAKING CHANGE This is a huge update which introduces parallel rendering. lv_conf.h needs to be updated too.
* arch(driver): new driver architecture with new color format supportGabor Kiss-Vamosi2023-02-20
|
* test add valgrind support and address technical debt (#3731)some002022-10-09
| | | Test runners are now properly generated by CMake only when needed
* ci(test): automatically create missing reference images for ↵Gabor Kiss-Vamosi2022-09-21
| | | | TEST_ASSERT_EQUAL_SCREENSHOT
* test: fix warning in test_screenshot_error.hGabor Kiss-Vamosi2022-09-19
|
* chore(style): remove the trailing space from all source files (#3188)Xiang Xiao2022-03-21
| | | Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
* chore(tests): fix image compare testsGabor Kiss-Vamosi2022-02-16
|
* test(img): fix image error diff handlerGabor Kiss-Vamosi2022-02-11
|
* test add support for using system heapThemba Dube2022-01-23
|
* tests add READMEGabor Kiss-Vamosi2021-06-23
|
* test add build test again, add dropdown test, integrate gcov and gvocrGabor Kiss-Vamosi2021-06-18
|
* feat(test) add assert for screenshot compareGabor Kiss-Vamosi2021-06-18
|
* fix(test) add #if guard to exclude test related files from the buildGabor Kiss-Vamosi2021-06-18
|
* feat(test) first experiement with Unity test engineGabor Kiss-Vamosi2021-06-18