| Commit message (Collapse) | Author | Age |
| |
|
|
| |
Signed-off-by: Andrew Opalach <andrew@akon.city>
|
| |
|
|
|
|
|
|
|
|
| |
- Vastly improve tests.
- Change array/str/wstr APIs.
- Use ptrdiff_t instead of size_t in ring buffer.
- Make random seed thread-local.
- Log now uses a static thread-local buffer instead of a malloc'd buffer.
Signed-off-by: Andrew Opalach <andrew@akon.city>
|
| |
|
|
|
|
|
|
| |
al_atomic_ptr_load() -> al_atomic_load(void)()
al_atomic_u16_store() -> al_atomic_store(u16)()
...
Signed-off-by: Andrew Opalach <andrew@akon.city>
|
| |
|
|
| |
Signed-off-by: Andrew Opalach <andrew@akon.city>
|
|
|
Signed-off-by: Andrew Opalach <andrew@akon.city>
|