Development tree reorganisation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Sep 2010 14:54:09 +0000 (10:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Sep 2010 14:54:09 +0000 (10:54 -0400)
commit7172902caa455601e0d7429378e898eb12bbb2ba
tree577bae38f5626ac0c92c1e622637c1c1ccdf53ec
parentd17081340c79b300d190d39f29447b9002cf0673
Development tree reorganisation

Separate the "converter" files from the "formats" files, so the converter can
deal with multiple formats. Formats will register to the converter as plugins.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 files changed:
converter/types.c [new file with mode: 0644]
formats/ctf/types/enum.c [new file with mode: 0644]
formats/ctf/types/float.c [new file with mode: 0644]
formats/ctf/types/integer.c [new file with mode: 0644]
formats/ctf/types/string.c [new file with mode: 0644]
formats/ctf/types/struct.c [new file with mode: 0644]
lib/types/enum.c [deleted file]
lib/types/float.c [deleted file]
lib/types/integer.c [deleted file]
lib/types/string.c [deleted file]
lib/types/struct.c [deleted file]
lib/types/types.c [deleted file]
This page took 0.024888 seconds and 4 git commands to generate.