check: Import version 0.9.14
authorSebastian Rasmussen <sebras@hotmail.com>
Sat, 15 Nov 2014 11:53:32 +0000 (12:53 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 6 Dec 2014 16:48:16 +0000 (17:48 +0100)
commitf1df7aba8fa0584ffb294a0e38e6c84596f177a5
tree7d26ce40a003cb137a004f3c13143e6419063496
parentf1c2cd60c392e49ca7171da3136642313f3d20af
check: Import version 0.9.14

This lifts the files almost verbatim (the changes being running though
gst-indent and fixing the FSF address) from the upstream respository.
Therefore this commit reverts some GStreamer-specific patches to check
that will be reintroduced next.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=727826
27 files changed:
libs/gst/check/libcheck/alarm.c [new file with mode: 0644]
libs/gst/check/libcheck/check.c
libs/gst/check/libcheck/check.h.in
libs/gst/check/libcheck/check_error.c
libs/gst/check/libcheck/check_error.h
libs/gst/check/libcheck/check_impl.h
libs/gst/check/libcheck/check_list.c
libs/gst/check/libcheck/check_list.h
libs/gst/check/libcheck/check_log.c
libs/gst/check/libcheck/check_log.h
libs/gst/check/libcheck/check_msg.c
libs/gst/check/libcheck/check_msg.h
libs/gst/check/libcheck/check_pack.c
libs/gst/check/libcheck/check_pack.h
libs/gst/check/libcheck/check_print.c
libs/gst/check/libcheck/check_print.h
libs/gst/check/libcheck/check_run.c
libs/gst/check/libcheck/check_str.c
libs/gst/check/libcheck/check_str.h
libs/gst/check/libcheck/clock_gettime.c [new file with mode: 0644]
libs/gst/check/libcheck/libcompat.c [new file with mode: 0644]
libs/gst/check/libcheck/libcompat.h [new file with mode: 0644]
libs/gst/check/libcheck/localtime_r.c [new file with mode: 0644]
libs/gst/check/libcheck/strsignal.c [new file with mode: 0644]
libs/gst/check/libcheck/timer_create.c [new file with mode: 0644]
libs/gst/check/libcheck/timer_delete.c [new file with mode: 0644]
libs/gst/check/libcheck/timer_settime.c [new file with mode: 0644]