You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documented Instruction.h.
Defined member values of instruction to be const.
Fixed constructors to deal with const values.
Fixed documentation in Instruction.h.
Added tests for create_copy_instruction and create_insert_instruction.
Added g_assert() to constructors, to make sure the parameters passed are sane.
Replaced calls to memcpy() with calls to g_memmove().
Defined copy_range struct, to be able to define a union inside instruction struct.
Small formatting changes.
closes#15
The code lives on 'cleanup' branch.
The text was updated successfully, but these errors were encountered: