Refactoring: move scatter-gather types into main type system
[libside.git] / src / tracer.c
2022-11-04  Mathieu DesnoyersRefactoring: move scatter-gather types into main type...
2022-11-04  Mathieu DesnoyersRename sav_desc to side_arg_vec
2022-11-04  Mathieu DesnoyersRefactoring: combine static and dynamic types
2022-11-04  Mathieu DesnoyersAdd NULL static type
2022-11-04  Mathieu DesnoyersRefactoring: move basic types to their own struct
2022-11-04  Mathieu DesnoyersCleanup
2022-11-04  Mathieu DesnoyersUse tracer_print_type_integer for pointer types
2022-11-04  Mathieu DesnoyersRefactoring: Use tracer_print_type_integer for scatter...
2022-11-04  Mathieu DesnoyersIntroduce tracer_print_type_float
2022-11-04  Mathieu DesnoyersInteger: combine byte order reversal check
2022-11-03  Mathieu DesnoyersUse tracer_print_type_integer for dynamic types
2022-11-03  Mathieu DesnoyersRefactor tracer_print_type_integer for re-use
2022-11-03  Mathieu DesnoyersRefactoring: dynamic type float
2022-11-02  Mathieu DesnoyersUse integer type for header printing
2022-11-02  Mathieu DesnoyersUse struct side_integer_type for dynamic type
2022-11-02  Mathieu DesnoyersRefactoring: introduce struct side_float_value
2022-11-02  Mathieu DesnoyersRefactoring: struct side_integer_value for all type...
2022-11-02  Mathieu DesnoyersRefactor type system integer types
2022-11-02  Mathieu Desnoyersscatter-gather integer: sign-extend signed types
2022-11-01  Mathieu DesnoyersImplement support for scatter-gather struct (integers)
2022-11-01  Mathieu DesnoyersImplement std.integer.base (display base 2, 8, 10, 16)
2022-11-01  Mathieu DesnoyersUse uint64_t for string pointer
2022-11-01  Mathieu DesnoyersSelf-described pointer types (32 vs 64 bits)
2022-11-01  Mathieu DesnoyersImplement pointer type
2022-11-01  Mathieu DesnoyersImplement support for host/le/be integer and float...
2022-10-28  Mathieu DesnoyersRegister events and use them from tracer event notification
2022-10-28  Mathieu DesnoyersTracer test event registration notification
2022-10-25  Mathieu DesnoyersUnsigned type for enum bitmap mappings
2022-10-25  Mathieu DesnoyersFix dynamic attributes printing
2022-10-25  Mathieu DesnoyersUse fprintf to stderr for error output
2022-10-25  Mathieu DesnoyersAccept byte type for enum bitmap
2022-10-25  Mathieu DesnoyersRename "blob" type to "byte"
2022-10-25  Mathieu DesnoyersReject signed bitmap enum elements
2022-10-25  Mathieu DesnoyersRefactor enum bitmap
2022-10-25  Mathieu DesnoyersRefactor enum type
2022-10-25  Mathieu DesnoyersEnum bitmap vla and array
2022-10-24  Mathieu DesnoyersFix variadic attributes
2022-10-24  Mathieu DesnoyersCombine common type header code
2022-10-24  Mathieu DesnoyersMove attributes into dynamic compound types
2022-10-24  Mathieu DesnoyersMove attributes to specific types
2022-10-24  Mathieu DesnoyersPrint "element:" for dynamic type
2022-10-24  Mathieu DesnoyersUse fields::, elements::, value:: for dynamic fields
2022-10-24  Mathieu DesnoyersPrint "elements:" for array and vla
2022-10-24  Mathieu DesnoyersUse "fields:" for struct
2022-10-24  Mathieu DesnoyersMove support both literal and explicit struct definition
2022-10-21  Mathieu DesnoyersAdd tracer private data pointer
2022-10-21  Mathieu DesnoyersDynamic type blob
2022-10-21  Mathieu DesnoyersAdd binary blob static type
2022-10-21  Mathieu DesnoyersSplit enum bitmap into own structures
2022-10-21  Mathieu DesnoyersIntroduce side_call*
2022-10-21  Mathieu DesnoyersIntroduce enum bitmap type
2022-10-21  Mathieu DesnoyersImplement enum type
2022-10-20  Mathieu DesnoyersTyped user attributes
2022-10-20  Mathieu DesnoyersImplement floating point type support
2022-10-18  Mathieu DesnoyersImplement dynamic type attributes
2022-10-18  Mathieu DesnoyersStatic field attributes
2022-10-18  Mathieu DesnoyersMove print attributes higher in implementation
2022-10-18  Mathieu DesnoyersImplement event attributes
2022-10-17  Mathieu DesnoyersImplement dynamic struct visitor
2022-10-17  Mathieu DesnoyersImplement dynamic vla visitor
2022-10-17  Mathieu DesnoyersAdd variadic event flag
2022-10-17  Mathieu DesnoyersImplement bool type
2022-10-17  Mathieu DesnoyersRefactor common code
2022-10-17  Mathieu DesnoyersRename dynamic type field
2022-10-17  Mathieu DesnoyersIntroduce variadic event
2022-10-17  Mathieu DesnoyersRename kvpairs to dynamic struct
2022-10-17  Mathieu DesnoyersRename map -> kvpairs
2022-10-17  Mathieu DesnoyersVisitor error handling
2022-10-17  Mathieu DesnoyersDynamic map
2022-10-16  Mathieu DesnoyersIntroduce dynamic types
2022-10-13  Mathieu DesnoyersDouble dispatch visitor
2022-10-12  Mathieu DesnoyersImplement fixed-integer vla
2022-10-12  Mathieu DesnoyersImplement specialized arrays for fixed-size integers
2022-10-12  Mathieu DesnoyersReorganize tree
This page took 0.138328 seconds and 81 git commands to generate.