ocarina/include
Anna Schumaker 82d1da491b core/string: Remove string :: utos()
I replace it with calls to g_strdup_printf().  This has the additional
benefit that I can do uint conversions at the same time as other
formatting options, so this seems like a win.  The only downside is that
I have to manually free the memory that glib allocates, but that's easy
enough.

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2015-10-07 09:31:28 -04:00
..
core core/string: Remove string :: utos() 2015-10-07 09:31:28 -04:00
gui gui: Give tab labels a set_size() function 2015-09-02 14:24:42 -04:00
tests Convert unit test framework to C 2015-10-07 08:19:37 -04:00
Sconscript Remove test_env 2015-09-11 09:11:38 -04:00