libside.git
19 months agoImplement dynamic type attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 16:17:29 +0000 (12:17 -0400)] 
Implement dynamic type attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoStatic field attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 14:30:53 +0000 (10:30 -0400)] 
Static field attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoReverse order of event attribute and field parameter
Mathieu Desnoyers [Tue, 18 Oct 2022 14:13:10 +0000 (10:13 -0400)] 
Reverse order of event attribute and field parameter

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd static type attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 14:07:12 +0000 (10:07 -0400)] 
Add static type attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMove print attributes higher in implementation
Mathieu Desnoyers [Tue, 18 Oct 2022 13:39:57 +0000 (09:39 -0400)] 
Move print attributes higher in implementation

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement event attributes
Mathieu Desnoyers [Tue, 18 Oct 2022 13:38:21 +0000 (09:38 -0400)] 
Implement event attributes

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement dynamic struct visitor
Mathieu Desnoyers [Mon, 17 Oct 2022 13:54:29 +0000 (09:54 -0400)] 
Implement dynamic struct visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement dynamic vla visitor
Mathieu Desnoyers [Mon, 17 Oct 2022 13:37:40 +0000 (09:37 -0400)] 
Implement dynamic vla visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd variadic event flag
Mathieu Desnoyers [Mon, 17 Oct 2022 12:56:11 +0000 (08:56 -0400)] 
Add variadic event flag

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement bool type
Mathieu Desnoyers [Mon, 17 Oct 2022 12:48:01 +0000 (08:48 -0400)] 
Implement bool type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRefactor common code
Mathieu Desnoyers [Mon, 17 Oct 2022 09:45:47 +0000 (05:45 -0400)] 
Refactor common code

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse uint32_t rather than enum as fields for ABI
Mathieu Desnoyers [Mon, 17 Oct 2022 09:39:31 +0000 (05:39 -0400)] 
Use uint32_t rather than enum as fields for ABI

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRename dynamic type field
Mathieu Desnoyers [Mon, 17 Oct 2022 09:37:49 +0000 (05:37 -0400)] 
Rename dynamic type field

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest static and variadic event
Mathieu Desnoyers [Mon, 17 Oct 2022 09:30:32 +0000 (05:30 -0400)] 
Test static and variadic event

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoIntroduce variadic event
Mathieu Desnoyers [Mon, 17 Oct 2022 09:27:40 +0000 (05:27 -0400)] 
Introduce variadic event

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoCleanup
Mathieu Desnoyers [Mon, 17 Oct 2022 09:04:24 +0000 (05:04 -0400)] 
Cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoCleanup
Mathieu Desnoyers [Mon, 17 Oct 2022 01:12:37 +0000 (21:12 -0400)] 
Cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoCleanup
Mathieu Desnoyers [Mon, 17 Oct 2022 01:10:33 +0000 (21:10 -0400)] 
Cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoCleanup
Mathieu Desnoyers [Mon, 17 Oct 2022 01:07:26 +0000 (21:07 -0400)] 
Cleanup

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoUse enum for field type of dynamic type
Mathieu Desnoyers [Mon, 17 Oct 2022 01:04:17 +0000 (21:04 -0400)] 
Use enum for field type of dynamic type

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoside_field: reverse order of parameters
Mathieu Desnoyers [Mon, 17 Oct 2022 01:02:53 +0000 (21:02 -0400)] 
side_field: reverse order of parameters

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRename kvpairs to dynamic struct
Mathieu Desnoyers [Mon, 17 Oct 2022 00:54:49 +0000 (20:54 -0400)] 
Rename kvpairs to dynamic struct

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoRename map -> kvpairs
Mathieu Desnoyers [Mon, 17 Oct 2022 00:47:12 +0000 (20:47 -0400)] 
Rename map -> kvpairs

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoVisitor error handling
Mathieu Desnoyers [Mon, 17 Oct 2022 00:43:33 +0000 (20:43 -0400)] 
Visitor error handling

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest nested dynamic vla
Mathieu Desnoyers [Mon, 17 Oct 2022 00:39:07 +0000 (20:39 -0400)] 
Test nested dynamic vla

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest dynamic vla nested in map
Mathieu Desnoyers [Mon, 17 Oct 2022 00:26:24 +0000 (20:26 -0400)] 
Test dynamic vla nested in map

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest dynamic map nested in vla
Mathieu Desnoyers [Mon, 17 Oct 2022 00:21:25 +0000 (20:21 -0400)] 
Test dynamic map nested in vla

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoTest nested map
Mathieu Desnoyers [Mon, 17 Oct 2022 00:18:22 +0000 (20:18 -0400)] 
Test nested map

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoDynamic map
Mathieu Desnoyers [Mon, 17 Oct 2022 00:13:41 +0000 (20:13 -0400)] 
Dynamic map

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoIntroduce dynamic types
Mathieu Desnoyers [Sun, 16 Oct 2022 11:30:02 +0000 (07:30 -0400)] 
Introduce dynamic types

TODO: tracer map, map visitor, vla visitor implementation and tests.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoDynamic types
Mathieu Desnoyers [Sat, 15 Oct 2022 10:55:54 +0000 (06:55 -0400)] 
Dynamic types

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months ago2d array visitor
Mathieu Desnoyers [Thu, 13 Oct 2022 13:08:01 +0000 (14:08 +0100)] 
2d array visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoDouble dispatch visitor
Mathieu Desnoyers [Thu, 13 Oct 2022 10:14:23 +0000 (11:14 +0100)] 
Double dispatch visitor

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoAdd TODO
Mathieu Desnoyers [Wed, 12 Oct 2022 13:33:16 +0000 (14:33 +0100)] 
Add TODO

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement fixed-integer vla
Mathieu Desnoyers [Wed, 12 Oct 2022 13:25:59 +0000 (14:25 +0100)] 
Implement fixed-integer vla

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoImplement specialized arrays for fixed-size integers
Mathieu Desnoyers [Wed, 12 Oct 2022 12:59:50 +0000 (13:59 +0100)] 
Implement specialized arrays for fixed-size integers

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoMerge common macros
Mathieu Desnoyers [Wed, 12 Oct 2022 11:06:38 +0000 (12:06 +0100)] 
Merge common macros

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoReorganize tree
Mathieu Desnoyers [Wed, 12 Oct 2022 11:04:29 +0000 (12:04 +0100)] 
Reorganize tree

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoInitial code
Mathieu Desnoyers [Wed, 12 Oct 2022 10:37:55 +0000 (11:37 +0100)] 
Initial code

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 months agoInitial commit
Mathieu Desnoyers [Wed, 12 Oct 2022 10:36:23 +0000 (11:36 +0100)] 
Initial commit

This page took 0.028039 seconds and 4 git commands to generate.