orca/src/util
Martin Fouilleul 09cf30cf45 Consistency/intent
- pass arenas as first parameters (exception being texbox widget, where we always pass tag as first parameter)
- pass lists by value when there's no modification (eg oc_list_for etc...)
- fix sketches, use oc_arena_scope as value.
2023-09-14 11:54:38 +02:00
..
algebra.c Licensing and copyright information 2023-09-11 11:09:47 +02:00
algebra.h Allow building apps in C++ mode 2023-09-13 15:18:15 +00:00
debug.h Allow building apps in C++ mode 2023-09-13 15:18:15 +00:00
hash.c Licensing and copyright information 2023-09-11 11:09:47 +02:00
hash.h Licensing and copyright information 2023-09-11 11:09:47 +02:00
lists.h Consistency/intent 2023-09-14 11:54:38 +02:00
macros.h Allow building apps in C++ mode 2023-09-13 15:18:15 +00:00
memory.c Consistency/intent 2023-09-14 11:54:38 +02:00
memory.h Remove oc_scratch()/oc_scratch_next() in favour of safer oc_scratch_begin()/oc_scratch_end() 2023-09-13 18:10:47 +02:00
ringbuffer.c Licensing and copyright information 2023-09-11 11:09:47 +02:00
ringbuffer.h Licensing and copyright information 2023-09-11 11:09:47 +02:00
strings.c Consistency/intent 2023-09-14 11:54:38 +02:00
strings.h Allow building apps in C++ mode 2023-09-13 15:18:15 +00:00
typedefs.h Licensing and copyright information 2023-09-11 11:09:47 +02:00
utf8.c switch order of designated enums in strings, to make it easier to compile in c++ mode 2023-09-11 14:15:35 +02:00
utf8.h Licensing and copyright information 2023-09-11 11:09:47 +02:00