Use statically known types, use hash for formats
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Sep 2010 01:02:13 +0000 (21:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Sep 2010 01:02:13 +0000 (21:02 -0400)
commitfc93b2bdc2ced1d46fefb91fe79391afded8e504
tree86f7f2ab3642746b0c547f4c2af6615f8005f1c3
parenta3dbc7949a29a2abe9c7e75f2d893f99d36d6256
Use statically known types, use hash for formats

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/ctf.c [new file with mode: 0644]
formats/ctf/types/bitfield.c [new file with mode: 0644]
formats/ctf/types/float.c
formats/ctf/types/integer.c
formats/registry.c [new file with mode: 0644]
include/babeltrace/compiler.h
include/babeltrace/ctf/types.h
include/babeltrace/format.h [new file with mode: 0644]
include/babeltrace/types.h
types/integer.c [new file with mode: 0644]
types/types.c
This page took 0.024679 seconds and 4 git commands to generate.