babeltrace.git
12 years agoOnly show packet metadata read in debug mode
Mathieu Desnoyers [Sat, 21 May 2011 19:20:12 +0000 (15:20 -0400)] 
Only show packet metadata read in debug mode

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoClarify license terms of test-bitfield.c
Mathieu Desnoyers [Sat, 21 May 2011 16:50:53 +0000 (12:50 -0400)] 
Clarify license terms of test-bitfield.c

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoCTF: Add support for event headers using variants
Mathieu Desnoyers [Wed, 18 May 2011 21:47:56 +0000 (17:47 -0400)] 
CTF: Add support for event headers using variants

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoctf-text: sequence: fix uninitialized return value
Mathieu Desnoyers [Wed, 18 May 2011 21:45:23 +0000 (17:45 -0400)] 
ctf-text: sequence: fix uninitialized return value

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoSequence: add missing handling of integer encoding
Mathieu Desnoyers [Tue, 17 May 2011 16:33:32 +0000 (12:33 -0400)] 
Sequence: add missing handling of integer encoding

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd "encoding" for sequence and array of integers
Mathieu Desnoyers [Tue, 17 May 2011 16:13:23 +0000 (12:13 -0400)] 
Add "encoding" for sequence and array of integers

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoFix multi-packet packet-based metadata
Mathieu Desnoyers [Tue, 17 May 2011 13:06:10 +0000 (09:06 -0400)] 
Fix multi-packet packet-based metadata

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse header_sizeof() for header size instead of gcc packed attribute
Mathieu Desnoyers [Tue, 17 May 2011 13:00:42 +0000 (09:00 -0400)] 
Use header_sizeof() for header size instead of gcc packed attribute

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoTest and fix packet-based metadata parsing
Mathieu Desnoyers [Tue, 17 May 2011 12:55:49 +0000 (08:55 -0400)] 
Test and fix packet-based metadata parsing

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agotrace_uuid -> uuid and add packet metadata support
Mathieu Desnoyers [Tue, 17 May 2011 12:10:25 +0000 (08:10 -0400)] 
trace_uuid -> uuid and add packet metadata support

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoDon't ever support named struct, enum, variant declaration within structures
Mathieu Desnoyers [Mon, 16 May 2011 22:08:17 +0000 (18:08 -0400)] 
Don't ever support named struct, enum, variant declaration within structures

Even gcc emits a warning:

blah.c:
struct blah {
struct bloh { int a; };
struct bloh a;
};

gcc -c -o blah blah.c
blah.c:4: warning: declaration does not declare anything

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUpdate sequence (type specifier -> field ref), fix definition lookup
Mathieu Desnoyers [Mon, 16 May 2011 21:10:48 +0000 (17:10 -0400)] 
Update sequence (type specifier -> field ref), fix definition lookup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoCreate copy of integer declaration before applying base-16 for pointers
Mathieu Desnoyers [Sat, 14 May 2011 05:35:44 +0000 (01:35 -0400)] 
Create copy of integer declaration before applying base-16 for pointers

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse 0b prefix for binary pretty print
Mathieu Desnoyers [Sat, 14 May 2011 00:32:22 +0000 (20:32 -0400)] 
Use 0b prefix for binary pretty print

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoInteger base update
Mathieu Desnoyers [Sat, 14 May 2011 00:29:35 +0000 (20:29 -0400)] 
Integer base update

- Test and fix base2 binary formatting.
- Use base16 (hex) printout for pointers if the integer does not specify
  any specific base.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd base integer attribute, and use it in ctf-text
Mathieu Desnoyers [Fri, 13 May 2011 23:35:43 +0000 (19:35 -0400)] 
Add base integer attribute, and use it in ctf-text

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd structure align() attribute, fix empty string support in definition paths
Mathieu Desnoyers [Fri, 13 May 2011 21:41:19 +0000 (17:41 -0400)] 
Add structure align() attribute, fix empty string support in definition paths

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agomove clock id test TSDL to development subdir
Mathieu Desnoyers [Fri, 13 May 2011 11:16:01 +0000 (07:16 -0400)] 
move clock id test TSDL to development subdir

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd alignment power of two check
Mathieu Desnoyers [Fri, 13 May 2011 11:14:05 +0000 (07:14 -0400)] 
Add alignment power of two check

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoHide timestamp field if timestamp is 0
Mathieu Desnoyers [Mon, 9 May 2011 18:55:57 +0000 (14:55 -0400)] 
Hide timestamp field if timestamp is 0

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoRemove extra space in pretty print
Mathieu Desnoyers [Mon, 9 May 2011 18:51:44 +0000 (14:51 -0400)] 
Remove extra space in pretty print

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUpdate pretty print output
Mathieu Desnoyers [Mon, 9 May 2011 18:14:41 +0000 (14:14 -0400)] 
Update pretty print output

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUpdate pretty-printing output
Mathieu Desnoyers [Mon, 9 May 2011 17:23:40 +0000 (13:23 -0400)] 
Update pretty-printing output

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUpdate pretty-print
Mathieu Desnoyers [Mon, 9 May 2011 15:45:36 +0000 (11:45 -0400)] 
Update pretty-print

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agomove struct ctf_stream -> struct ctf_stream_class
Mathieu Desnoyers [Mon, 9 May 2011 15:28:56 +0000 (11:28 -0400)] 
move struct ctf_stream -> struct ctf_stream_class

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd -t option
Mathieu Desnoyers [Mon, 9 May 2011 14:59:04 +0000 (10:59 -0400)] 
Add -t option

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUpdate pretty-print
Mathieu Desnoyers [Mon, 9 May 2011 13:47:54 +0000 (09:47 -0400)] 
Update pretty-print

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agomove content of struct field into struct definition
Mathieu Desnoyers [Mon, 9 May 2011 11:05:28 +0000 (07:05 -0400)] 
move content of struct field into struct definition

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd missing libpopt dependency in README file
Mathieu Desnoyers [Sun, 8 May 2011 00:38:36 +0000 (20:38 -0400)] 
Add missing libpopt dependency in README file

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoupdate usage()
Mathieu Desnoyers [Sat, 7 May 2011 20:26:22 +0000 (16:26 -0400)] 
update usage()

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agofix timestamp parsing
Mathieu Desnoyers [Sat, 7 May 2011 20:09:40 +0000 (16:09 -0400)] 
fix timestamp parsing

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd timestamps to babeltrace-log -t
Mathieu Desnoyers [Sat, 7 May 2011 19:47:15 +0000 (15:47 -0400)] 
Add timestamps to babeltrace-log -t

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoCleanup babeltrace-log
Mathieu Desnoyers [Sat, 7 May 2011 17:38:16 +0000 (13:38 -0400)] 
Cleanup babeltrace-log

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoMove babeltrace-log to converter directory
Mathieu Desnoyers [Sat, 7 May 2011 16:53:39 +0000 (12:53 -0400)] 
Move babeltrace-log to converter directory

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoComplete dummy trace creation
Mathieu Desnoyers [Sat, 7 May 2011 16:50:14 +0000 (12:50 -0400)] 
Complete dummy trace creation

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse O_RDWR for open write mode (for mmap)
Mathieu Desnoyers [Sat, 7 May 2011 16:27:59 +0000 (12:27 -0400)] 
Use O_RDWR for open write mode (for mmap)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoPrettify usage()
Mathieu Desnoyers [Sat, 7 May 2011 15:46:49 +0000 (11:46 -0400)] 
Prettify usage()

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agocleanup usage()
Mathieu Desnoyers [Sat, 7 May 2011 15:41:01 +0000 (11:41 -0400)] 
cleanup usage()

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd test traces
Mathieu Desnoyers [Sat, 7 May 2011 15:35:17 +0000 (11:35 -0400)] 
Add test traces

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoBe more verbose went encountering unexpected EOF
Mathieu Desnoyers [Sat, 7 May 2011 15:34:25 +0000 (11:34 -0400)] 
Be more verbose went encountering unexpected EOF

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoChange -EOF for EOF (it is worth -1), fix assertion
Mathieu Desnoyers [Sat, 7 May 2011 15:30:29 +0000 (11:30 -0400)] 
Change -EOF for EOF (it is worth -1), fix assertion

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoIgnore hidden files, error message enhancement
Mathieu Desnoyers [Sat, 7 May 2011 15:00:07 +0000 (11:00 -0400)] 
Ignore hidden files, error message enhancement

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse stdout FILE * rather than /dev/stdout for default output
Mathieu Desnoyers [Sat, 7 May 2011 14:50:03 +0000 (10:50 -0400)] 
Use stdout FILE * rather than /dev/stdout for default output

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agofix packet vs file size check
Mathieu Desnoyers [Sat, 7 May 2011 14:18:32 +0000 (10:18 -0400)] 
fix packet vs file size check

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd missing EOF check in string validation
Mathieu Desnoyers [Sat, 7 May 2011 07:01:38 +0000 (03:01 -0400)] 
Add missing EOF check in string validation

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd out-of-bound checks
Mathieu Desnoyers [Sat, 7 May 2011 06:46:20 +0000 (02:46 -0400)] 
Add out-of-bound checks

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agocleanup
Mathieu Desnoyers [Sat, 7 May 2011 06:02:40 +0000 (02:02 -0400)] 
cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd checks on packet and content size
Mathieu Desnoyers [Sat, 7 May 2011 06:01:22 +0000 (02:01 -0400)] 
Add checks on packet and content size

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoRemove dead code, enable optimized integer read/write
Mathieu Desnoyers [Sat, 7 May 2011 05:55:05 +0000 (01:55 -0400)] 
Remove dead code, enable optimized integer read/write

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoupdate integer text output formatting
Mathieu Desnoyers [Sat, 7 May 2011 05:38:21 +0000 (01:38 -0400)] 
update integer text output formatting

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoProvide sane defaults
Mathieu Desnoyers [Sat, 7 May 2011 05:37:07 +0000 (01:37 -0400)] 
Provide sane defaults

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoprettify output
Mathieu Desnoyers [Sat, 7 May 2011 05:27:01 +0000 (01:27 -0400)] 
prettify output

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse stdout output by default
Mathieu Desnoyers [Sat, 7 May 2011 05:16:11 +0000 (01:16 -0400)] 
Use stdout output by default

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agotext conversion works
Mathieu Desnoyers [Sat, 7 May 2011 01:29:52 +0000 (21:29 -0400)] 
text conversion works

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoupdate gitignore
Mathieu Desnoyers [Sat, 7 May 2011 00:28:17 +0000 (20:28 -0400)] 
update gitignore

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd missing makefile
Mathieu Desnoyers [Sat, 7 May 2011 00:25:37 +0000 (20:25 -0400)] 
Add missing makefile

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd missing ctf-text.c to repo
Mathieu Desnoyers [Sat, 7 May 2011 00:24:40 +0000 (20:24 -0400)] 
Add missing ctf-text.c to repo

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd "text" plugin to list.
Mathieu Desnoyers [Sat, 7 May 2011 00:21:20 +0000 (20:21 -0400)] 
Add "text" plugin to list.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agotext output
Mathieu Desnoyers [Sat, 7 May 2011 00:07:15 +0000 (20:07 -0400)] 
text output

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoFix ctf teardown
Mathieu Desnoyers [Fri, 6 May 2011 23:13:18 +0000 (19:13 -0400)] 
Fix ctf teardown

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoinit pos cleanup
Mathieu Desnoyers [Fri, 6 May 2011 23:04:22 +0000 (19:04 -0400)] 
init pos cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoFix missing header
Mathieu Desnoyers [Fri, 6 May 2011 22:41:30 +0000 (18:41 -0400)] 
Fix missing header

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoRestructure objects around generic_rw() accessor
Mathieu Desnoyers [Fri, 6 May 2011 22:36:52 +0000 (18:36 -0400)] 
Restructure objects around generic_rw() accessor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse inheritance for trace descriptor and positions
Mathieu Desnoyers [Fri, 6 May 2011 15:22:12 +0000 (11:22 -0400)] 
Use inheritance for trace descriptor and positions

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd single-stream tests
Mathieu Desnoyers [Fri, 6 May 2011 12:36:11 +0000 (08:36 -0400)] 
Add single-stream tests

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAllow missing stream {} declarator in single-stream traces
Mathieu Desnoyers [Fri, 6 May 2011 12:34:16 +0000 (08:34 -0400)] 
Allow missing stream {} declarator in single-stream traces

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoonly enable printf_debug in lexer and parser in babeltrace debug
Mathieu Desnoyers [Fri, 6 May 2011 12:25:48 +0000 (08:25 -0400)] 
only enable printf_debug in lexer and parser in babeltrace debug

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoCTF: open trace read
Mathieu Desnoyers [Fri, 6 May 2011 01:02:53 +0000 (21:02 -0400)] 
CTF: open trace read

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd missing string declaration (without {})
Mathieu Desnoyers [Thu, 5 May 2011 22:48:58 +0000 (18:48 -0400)] 
Add missing string declaration (without {})

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agostrings: don't free, just realloc
Mathieu Desnoyers [Thu, 5 May 2011 17:21:57 +0000 (13:21 -0400)] 
strings: don't free, just realloc

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd dummy trace creator in tests
Mathieu Desnoyers [Thu, 5 May 2011 17:01:22 +0000 (13:01 -0400)] 
Add dummy trace creator in tests

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoFix integer/float/string read: keep value in definition structure
Mathieu Desnoyers [Thu, 5 May 2011 16:52:41 +0000 (12:52 -0400)] 
Fix integer/float/string read: keep value in definition structure

Makes magic number read works.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agobitfields: use "type" parameter for unit pointer type
Mathieu Desnoyers [Thu, 5 May 2011 16:39:42 +0000 (12:39 -0400)] 
bitfields: use "type" parameter for unit pointer type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agotest bitfield: adapt tests to 64-bit arch (long -> int for input type)
Mathieu Desnoyers [Thu, 5 May 2011 16:18:08 +0000 (12:18 -0400)] 
test bitfield: adapt tests to 64-bit arch (long -> int for input type)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoPortable bitfields: protect against variable name clashes in macros
Mathieu Desnoyers [Thu, 5 May 2011 16:17:29 +0000 (12:17 -0400)] 
Portable bitfields: protect against variable name clashes in macros

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd array and sequence "len" accessor
Mathieu Desnoyers [Thu, 5 May 2011 04:41:15 +0000 (00:41 -0400)] 
Add array and sequence "len" accessor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoStart packet mmap work
Mathieu Desnoyers [Thu, 5 May 2011 04:21:35 +0000 (00:21 -0400)] 
Start packet mmap work

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUnref: handle null pointers
Mathieu Desnoyers [Wed, 4 May 2011 20:04:09 +0000 (16:04 -0400)] 
Unref: handle null pointers

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUpdate tests to include new packet.header description
Mathieu Desnoyers [Wed, 4 May 2011 20:00:05 +0000 (16:00 -0400)] 
Update tests to include new packet.header description

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoHandle noninteractive input for metadata
Mathieu Desnoyers [Sat, 30 Apr 2011 22:16:54 +0000 (18:16 -0400)] 
Handle noninteractive input for metadata

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoTrivial cleanup
Mathieu Desnoyers [Sat, 30 Apr 2011 21:02:56 +0000 (17:02 -0400)] 
Trivial cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoMove stream pos declaration into CTF header
Mathieu Desnoyers [Sat, 30 Apr 2011 19:58:40 +0000 (15:58 -0400)] 
Move stream pos declaration into CTF header

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoCTF trace open/close
Mathieu Desnoyers [Sat, 30 Apr 2011 19:54:56 +0000 (15:54 -0400)] 
CTF trace open/close

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoUse dynamic shared libraries, list formats
Mathieu Desnoyers [Fri, 29 Apr 2011 18:19:08 +0000 (14:19 -0400)] 
Use dynamic shared libraries, list formats

We need to make the format librarires dynamically linked to be able to
get the constructor to run.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd babeltrace option parsing
Mathieu Desnoyers [Fri, 29 Apr 2011 16:28:36 +0000 (12:28 -0400)] 
Add babeltrace option parsing

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoctf metadata visitor: remove word_size from trace declaration
Mathieu Desnoyers [Fri, 29 Apr 2011 15:20:46 +0000 (11:20 -0400)] 
ctf metadata visitor: remove word_size from trace declaration

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoRemove word_size from tests
Mathieu Desnoyers [Fri, 29 Apr 2011 15:20:16 +0000 (11:20 -0400)] 
Remove word_size from tests

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd error handling to generate io struct visitor
Mathieu Desnoyers [Fri, 29 Apr 2011 00:40:00 +0000 (20:40 -0400)] 
Add error handling to generate io struct visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd metadata test cases
Mathieu Desnoyers [Fri, 29 Apr 2011 00:39:32 +0000 (20:39 -0400)] 
Add metadata test cases

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd enum {} default mapping to "int" type
Mathieu Desnoyers [Thu, 28 Apr 2011 23:45:49 +0000 (19:45 -0400)] 
Add enum {} default mapping to "int" type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoenum, change enum name <container_type> to enum name : container_type
Mathieu Desnoyers [Thu, 28 Apr 2011 23:28:19 +0000 (19:28 -0400)] 
enum, change enum name <container_type> to enum name : container_type

This follows c++0x semantic (upcoming c++ standard).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoChange typealias separator from ":" to ":="
Mathieu Desnoyers [Thu, 28 Apr 2011 19:17:55 +0000 (15:17 -0400)] 
Change typealias separator from ":" to ":="

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agometadata: Support empty structures
Mathieu Desnoyers [Wed, 27 Apr 2011 02:07:51 +0000 (22:07 -0400)] 
metadata: Support empty structures

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoEnum: fix handling of container type
Mathieu Desnoyers [Wed, 27 Apr 2011 01:12:53 +0000 (21:12 -0400)] 
Enum: fix handling of container type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoHash table usage fixes
Mathieu Desnoyers [Wed, 27 Apr 2011 00:59:36 +0000 (20:59 -0400)] 
Hash table usage fixes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoio struct generation debugging ongoing
Mathieu Desnoyers [Wed, 27 Apr 2011 00:40:39 +0000 (20:40 -0400)] 
io struct generation debugging ongoing

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoFix major -> minor typo in tests
Mathieu Desnoyers [Wed, 27 Apr 2011 00:13:14 +0000 (20:13 -0400)] 
Fix major -> minor typo in tests

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoCTF metadata structure generation code finished
Mathieu Desnoyers [Tue, 26 Apr 2011 21:28:01 +0000 (17:28 -0400)] 
CTF metadata structure generation code finished

Still awaiting debugging.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoTests: signedness -> signed
Mathieu Desnoyers [Tue, 26 Apr 2011 21:10:00 +0000 (17:10 -0400)] 
Tests: signedness -> signed

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
12 years agoAdd type_specifier list node
Mathieu Desnoyers [Tue, 26 Apr 2011 01:33:13 +0000 (21:33 -0400)] 
Add type_specifier list node

Needed to correctly iterate on type_specifier_list and then iterate on
each type_specifier of the list.

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