代码拉取完成,页面将自动刷新
同步操作将从 liu/LCUI 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
AUTOMAKE_OPTIONS=foreign
SUBDIRS=src build include test
ACLOCAL_AMFLAGS=-I m4
pkgconfig_DATA = $(PACKAGE)2.pc
EXTRA_DIST=autogen.sh README README.zh-cn.md README.md LICENSE.TXT \
CHANGELOG.md \
CHANGELOG.zh-cn.md \
debian/compat \
debian/liblcui2-dev.install \
debian/control \
debian/copyright \
debian/source \
debian/source/format \
debian/rules \
debian/changelog \
debian/liblcui2-dev.dirs \
debian/lcui-docs.docs \
debian/liblcui2.install \
debian/liblcui2.dirs \
docs/CodingStyle.zh-cn.md \
test/valgrind-suppressions.txt \
test/README.zh-cn \
test/Makefile.in \
test/Makefile.am \
test/helloworld.c \
test/helloworld.css \
test/helloworld.xml \
test/test.c \
test/test.h \
test/libtest.c \
test/libtest.h \
test/test_render.c \
test/test_touch.c \
test/test_string.c \
test/test_object.c \
test/test_thread.c \
test/test_linkedlist.c \
test/test_string_render.c \
test/test_widget_render.c \
test/test_char_render.c \
test/test_css_parser.css \
test/test_css_parser.xml \
test/test_css_parser.c \
test/test_xml_parser.xml \
test/test_xml_parser.nested.xml \
test/test_xml_parser.c \
test/test_font_load.c \
test/test_font_load.css \
test/test_font_load.ttf \
test/test_image_reader.c \
test/test_image_reader.bmp \
test/test_image_reader.jpg \
test/test_image_reader.png \
test/test_scrollbar.c \
test/test_scrollbar.xml \
test/test_widget.c \
test/test_widget_opacity.c \
test/test_widget_opacity.css \
test/test_widget_opacity.xml \
test/test_block_layout.c \
test/test_block_layout.css \
test/test_block_layout.xml \
test/test_block_layout.html \
test/test_flex_layout.c \
test/test_flex_layout.css \
test/test_flex_layout.xml \
test/test_flex_layout.html \
test/test_widget_rect.c \
test/test_widget_event.c \
test/test_textview_resize.c \
test/test_textedit.c \
test/test_pixel_manipulation.c \
test/test_paint_background.c \
test/test_paint_border.c \
test/test_paint_boxshadow.c \
test/test_mix_rect_with_opacity.c \
test/test_fill_rect.c \
test/test_fill_rect_with_rgba.c
.PHONY: test test-with-valgrind
test:
cd test && ./test
test-with-valgrind:
cd test && ../libtool --mode=execute valgrind --suppressions="valgrind-suppressions.txt" --leak-check=full --error-exitcode=42 ./test
@CODE_COVERAGE_RULES@
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。