Common Trace Format - initial commit
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 26 Sep 2010 21:28:45 +0000 (17:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 26 Sep 2010 21:28:45 +0000 (17:28 -0400)
commit6dc2ca620b58bbd67df61d8a5265ee4292f2dd37
treecd70e3eede811a3c07b90a6e2969801e5ffaa044
Common Trace Format - initial commit

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
17 files changed:
LICENSE [new file with mode: 0644]
gpl-2.0.txt [new file with mode: 0644]
include/ctf/align.h [new file with mode: 0644]
include/ctf/bitfield.h [new file with mode: 0644]
include/ctf/compiler.h [new file with mode: 0644]
include/ctf/ctf-types-bitfield.h [new file with mode: 0644]
include/ctf/ctf-types.h [new file with mode: 0644]
lgpl-2.1.txt [new file with mode: 0644]
lib/types/enum.c [new file with mode: 0644]
lib/types/float.c [new file with mode: 0644]
lib/types/integer.c [new file with mode: 0644]
lib/types/string.c [new file with mode: 0644]
lib/types/struct.c [new file with mode: 0644]
lib/types/types.c [new file with mode: 0644]
mit-license.txt [new file with mode: 0644]
std-ext-lib.txt [new file with mode: 0644]
tests/test-bitfield.c [new file with mode: 0644]
This page took 0.026919 seconds and 4 git commands to generate.