Implement the first version of the libdlogutil library 97/214497/75
authorMateusz Majewski <m.majewski2@samsung.com>
Fri, 25 Oct 2019 06:24:44 +0000 (08:24 +0200)
committerMichal Bloch <m.bloch@partner.samsung.com>
Fri, 17 Jan 2020 10:37:00 +0000 (10:37 +0000)
commit41413fc9d24f53c9e4566470692a61e49f7be67c
treea454a55cd730194f11e15250037bfee19341969a
parent81509094daa46315e8dad12ebd57c486d8e0e87a
Implement the first version of the libdlogutil library

Change-Id: I2bf179f93df97e157a625c3538d6c9ddefa1e68b
21 files changed:
Doxyfile
Makefile.am
configure.ac
dlogutil.pc.in [new file with mode: 0644]
doc/dlogutil_doc.h [new file with mode: 0644]
documentation/overview.rst
include/dlogutil.h [new file with mode: 0644]
include/log_file.h
include/logprint.h
include/queued_entry.h
include/queued_entry_timestamp.h
include/sort_vector.h
packaging/dlog.spec
src/libdlogutil/lib.c [new file with mode: 0644]
src/logutil/logutil.c
src/shared/logprint.c
src/shared/logretrieve.c
src/shared/queued_entry_timestamp.c
src/tests/logutil.c
tests/dlog_test.in
tests/test_libdlogutil.c [new file with mode: 0644]