Yexo
|
e8f190849e
|
(svn r15291) -Cleanup: Move the station list widgets to their class from station_gui.h
-Fix: comment for ReallocT was wrong, the memory is not zeroed.
|
2009-01-29 02:42:36 +00:00 |
|
skidd13
|
6169c3fc17
|
(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/stayed broken
|
2008-06-22 15:41:38 +00:00 |
|
skidd13
|
8b7d893d85
|
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
|
2008-06-22 15:21:51 +00:00 |
|
smatz
|
506cde94b6
|
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
|
2008-06-10 21:59:22 +00:00 |
|
smatz
|
6813a17d15
|
(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions
|
2008-04-18 21:38:36 +00:00 |
|
rubidium
|
8ab49198b9
|
(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
|
2008-04-13 19:25:14 +00:00 |
|
rubidium
|
571ba97f56
|
(svn r12536) -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
2008-04-01 21:12:51 +00:00 |
|
smatz
|
05169f53be
|
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
|
2008-02-11 20:23:38 +00:00 |
|
rubidium
|
38d690acc8
|
(svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
|
2008-01-22 12:09:12 +00:00 |
|
rubidium
|
00c9d3ef20
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|