Initialize Tizen 2.3 2.3a_release submit/tizen_2.3/20140531.115014
authorSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:21:02 +0000 (13:21 +0900)
committerSehong Na <sehong.na@samsung.com>
Sat, 31 May 2014 04:21:02 +0000 (13:21 +0900)
commit98820cedb4c3a0401f13646a0cdeb33821836882
treec3a0a5a1cff133ced09ef794062e40cbc87f7ad2
Initialize Tizen 2.3
96 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: 0644]
common/Makefile.am [new file with mode: 0644]
common/ds/bintree.c [new file with mode: 0644]
common/ds/bintree.h [new file with mode: 0644]
common/ds/bool_exp_parser.c [new file with mode: 0644]
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_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: 0644]
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: 0644]
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: 0644]
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]