| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This adds error numbers specificly for Ouroboros. It also refactors
some of the header files that are installed.
Fixes #2
|
| |
|
| |
|
|
|
|
|
| |
Removes name_is_equal. Just using instance_name_cmp is encouraged. It
also removes a wrong initialization in the irm tool.
|
|
|
|
| |
This moves strdup to utils to make it globally available.
|
|
|
|
|
| |
fixes wrong check, checks now use lazy evaluation
changed the order of instance_name_cpy to (dst, src)
|
|
all functions taking a char * ap_name and uint id now take either a
instance_name_t or instance_name_t *
|