Pietro Gagliardi
|
83129eeef5
|
Normalized uiprivInternalError() calls to always try to fail gracefully, and make sure errors don't call abort() so we can resume when debugging (and because this isn't really our decision to make...). (The debugger breaks will be removed from release builds when we get to that point.) Finally, refined some TODOs and removed some stale ones (in this case, that were related to the first few things).
|
2020-02-09 13:37:45 -05:00 |
Pietro Gagliardi
|
6ffe0a4c99
|
Added functionality to mark printf() functions for compilers with warning checks, and marked such. Sadly it appears ms_printf is ignored with -pedantic, so we'll need to stop using I32...
|
2019-06-01 20:20:11 -04:00 |
Pietro Gagliardi
|
2dd68fc47f
|
Formalized the macro magic that actually works into sharedbits/{start,end}.h. Now to do arrays!
|
2019-05-30 23:23:02 -04:00 |
Pietro Gagliardi
|
6493faf529
|
Ah, figured it out. Now to separate these out into a separate header file.
|
2019-05-30 23:17:50 -04:00 |
Pietro Gagliardi
|
3c6cc53a0a
|
Okay something is definitely not right.
|
2019-05-30 23:14:30 -04:00 |
Pietro Gagliardi
|
0f4602ee0f
|
Moved the allocation functions to sharedbits/. Not fully working yet...
|
2019-05-30 23:11:08 -04:00 |
Pietro Gagliardi
|
dc8620f9a8
|
Okay, no more ints that need to be changed. Started splitting out the common allocation and array code into a separate sharedbits/ folder.
|
2019-05-30 22:46:22 -04:00 |