babeltrace.git
13 years agoUse statically known types, use hash for formats
Mathieu Desnoyers [Thu, 30 Sep 2010 01:02:13 +0000 (21:02 -0400)] 
Use statically known types, use hash for formats

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoUse CHAR_BIT instead of 8 for float and string
Mathieu Desnoyers [Wed, 29 Sep 2010 01:33:02 +0000 (21:33 -0400)] 
Use CHAR_BIT instead of 8 for float and string

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoMove to babeltrace namespace
Mathieu Desnoyers [Tue, 28 Sep 2010 20:05:27 +0000 (16:05 -0400)] 
Move to babeltrace namespace

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoMove types.c to types/
Mathieu Desnoyers [Tue, 28 Sep 2010 15:56:45 +0000 (11:56 -0400)] 
Move types.c to types/

Reorganise in 3 subdirs:

types/
  Type management data structures (for both converter and reader lib)
converter/
  Trace converter (from format A to format B)
formats/
  Trace formats supported

Trace formats extend each type, specifying read and write functions for each
type.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoDevelopment tree reorganisation
Mathieu Desnoyers [Tue, 28 Sep 2010 14:54:09 +0000 (10:54 -0400)] 
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>
13 years agotype classes: hash table
Mathieu Desnoyers [Mon, 27 Sep 2010 22:17:50 +0000 (18:17 -0400)] 
type classes: hash table

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agofloat: remove unrequired type conversions
Mathieu Desnoyers [Mon, 27 Sep 2010 21:46:05 +0000 (17:46 -0400)] 
float: remove unrequired type conversions

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoUpdate float comment
Mathieu Desnoyers [Mon, 27 Sep 2010 21:42:27 +0000 (17:42 -0400)] 
Update float comment

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoExtend floating point support
Mathieu Desnoyers [Mon, 27 Sep 2010 21:08:54 +0000 (17:08 -0400)] 
Extend floating point support

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoBitfields: allow per-word read on native endianness
Mathieu Desnoyers [Mon, 27 Sep 2010 17:55:26 +0000 (13:55 -0400)] 
Bitfields: allow per-word read on native endianness

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
13 years agoCommon Trace Format - initial commit
Mathieu Desnoyers [Sun, 26 Sep 2010 21:28:45 +0000 (17:28 -0400)] 
Common Trace Format - initial commit

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
This page took 0.024804 seconds and 4 git commands to generate.