tizen 2.3.1 release tizen_2.3.1 submit/tizen_2.3.1/20150915.072503 tizen_2.3.1_release
authorjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 12:33:13 +0000 (21:33 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Tue, 8 Sep 2015 12:33:13 +0000 (21:33 +0900)
commit23468e0c68ff460851aff0d50b7e3dd14acb2137
treed71fea3157136292ff0fdb74721c659ba5395a01
parent1510cab9b3616af2837ad18a52c873bf2cfd9e1e
tizen 2.3.1 release
99 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
LICENSE.MIT [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
NOTICE [new file with mode: 0644]
README [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
bin/Makefile.am [new file with mode: 0644]
bin/xdbg/Makefile.am [new file with mode: 0644]
bin/xdbg/xdbg.c [new file with mode: 0644]
bin/xevlog_analyze/Makefile.am [new file with mode: 0644]
bin/xevlog_analyze/xevlog_analyze.c [new file with mode: 0755]
common/Makefile.am [new file with mode: 0644]
common/ds/bintree.c [new file with mode: 0755]
common/ds/bintree.h [new file with mode: 0644]
common/ds/bool_exp_parser.c [new file with mode: 0755]
common/ds/bool_exp_parser.h [new file with mode: 0644]
common/ds/bool_exp_rule_checker.c [new file with mode: 0644]
common/ds/bool_exp_rule_checker.h [new file with mode: 0644]
common/ds/bool_exp_token.h [new file with mode: 0644]
common/ds/bool_exp_tokenizer.c [new file with mode: 0644]
common/ds/bool_exp_tokenizer.h [new file with mode: 0644]
common/xdbg_dbus.h [new file with mode: 0644]
common/xdbg_dbus_client.c [new file with mode: 0644]
common/xdbg_dbus_client.h [new file with mode: 0644]
common/xdbg_dbus_server.c [new file with mode: 0644]
common/xdbg_dbus_server.h [new file with mode: 0644]
common/xdbg_evlog.c [new file with mode: 0644]
common/xdbg_evlog.h [new file with mode: 0644]
common/xdbg_evlog_composite.c [new file with mode: 0644]
common/xdbg_evlog_composite.h [new file with mode: 0644]
common/xdbg_evlog_core.c [new file with mode: 0755]
common/xdbg_evlog_core.h [new file with mode: 0644]
common/xdbg_evlog_damage.c [new file with mode: 0644]
common/xdbg_evlog_damage.h [new file with mode: 0644]
common/xdbg_evlog_dri2.c [new file with mode: 0644]
common/xdbg_evlog_dri2.h [new file with mode: 0644]
common/xdbg_evlog_event.c [new file with mode: 0644]
common/xdbg_evlog_event.h [new file with mode: 0644]
common/xdbg_evlog_gesture.c [new file with mode: 0644]
common/xdbg_evlog_gesture.h [new file with mode: 0644]
common/xdbg_evlog_hwc.c [new file with mode: 0755]
common/xdbg_evlog_hwc.h [new file with mode: 0755]
common/xdbg_evlog_randr.c [new file with mode: 0644]
common/xdbg_evlog_randr.h [new file with mode: 0644]
common/xdbg_evlog_reply.c [new file with mode: 0644]
common/xdbg_evlog_reply.h [new file with mode: 0644]
common/xdbg_evlog_request.c [new file with mode: 0644]
common/xdbg_evlog_request.h [new file with mode: 0644]
common/xdbg_evlog_xext.c [new file with mode: 0644]
common/xdbg_evlog_xext.h [new file with mode: 0644]
common/xdbg_evlog_xinput.c [new file with mode: 0644]
common/xdbg_evlog_xinput.h [new file with mode: 0644]
common/xdbg_evlog_xv.c [new file with mode: 0644]
common/xdbg_evlog_xv.h [new file with mode: 0644]
common/xdbg_types.h [new file with mode: 0644]
configure.ac [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/xdbg.h [new file with mode: 0644]
lib/xdbg.pc.in [new file with mode: 0644]
lib/xdbg_dump.c [new file with mode: 0644]
lib/xdbg_dump.h [new file with mode: 0644]
lib/xdbg_dump_module.h [new file with mode: 0644]
lib/xdbg_log.c [new file with mode: 0755]
lib/xdbg_log.h [new file with mode: 0644]
lib/xdbg_log_dlog.c [new file with mode: 0644]
lib/xdbg_log_drmevent.c [new file with mode: 0755]
lib/xdbg_log_drmevent.h [new file with mode: 0644]
lib/xdbg_log_fpsdebug.c [new file with mode: 0755]
lib/xdbg_log_fpsdebug.h [new file with mode: 0644]
lib/xdbg_log_int.h [new file with mode: 0644]
lib/xdbg_log_klog.c [new file with mode: 0644]
lib/xdbg_log_plist.c [new file with mode: 0755]
lib/xdbg_log_plist.h [new file with mode: 0644]
lib/xdbg_log_secure.h.in [new file with mode: 0644]
module/Makefile.am [new file with mode: 0644]
module/xdbg_module.c [new file with mode: 0644]
module/xdbg_module.h [new file with mode: 0644]
module/xdbg_module_clist.c [new file with mode: 0644]
module/xdbg_module_clist.h [new file with mode: 0644]
module/xdbg_module_command.c [new file with mode: 0755]
module/xdbg_module_command.h [new file with mode: 0644]
module/xdbg_module_drmevent.c [new file with mode: 0644]
module/xdbg_module_drmevent.h [new file with mode: 0644]
module/xdbg_module_evlog.c [new file with mode: 0644]
module/xdbg_module_evlog.h [new file with mode: 0644]
module/xdbg_module_fpsdebug.c [new file with mode: 0644]
module/xdbg_module_fpsdebug.h [new file with mode: 0644]
module/xdbg_module_main.c [new file with mode: 0644]
module/xdbg_module_main.h [new file with mode: 0644]
module/xdbg_module_options.c [new file with mode: 0644]
module/xdbg_module_options.h [new file with mode: 0644]
module/xdbg_module_plist.c [new file with mode: 0644]
module/xdbg_module_plist.h [new file with mode: 0644]
packaging/xorg-x11-module-xdbg.spec [new file with mode: 0644]
xorg-x11-module-xdbg.manifest [new file with mode: 0644]