summaryrefslogtreecommitdiff
path: root/new/init_unix.c
AgeCommit message (Collapse)Author
2015-04-15Split all OS backends into their own folders.Pietro Gagliardi
2015-04-10Decided to kill uiInitError and return the message as a const char * ↵Pietro Gagliardi
instead. Will need to implement on Windows.
2015-04-09Changed the allocation logging from a compile-time setting to the first ↵Pietro Gagliardi
initialization option.
2015-04-07Unified the allocators across all platforms so that everyone uses uiAlloc() ↵Pietro Gagliardi
and friends.
2015-04-07Changed ui_*.h to uipriv_*.h pending a public non-portable API.Pietro Gagliardi
2015-04-06Implemented what we have so far, but on Windows.Pietro Gagliardi
2015-04-06Renamed some files. More TODOs.Pietro Gagliardi