|
82751b3b51
|
Split debug and assert code into separate headers.
Assert can be used earlier because it only depends on the error-handler and not logging.
|
2018-04-07 13:12:35 -04:00 |
|
|
cced6ec03a
|
Add ASSERT_DEBUG() macro for debugging.
Replace all current assert() calls except in tests that can't use the debug code.
|
2018-03-12 14:31:22 -04:00 |
|
|
406acf9cba
|
Enable -Wconversion and silence new warnings.
|
2018-03-02 12:07:12 -05:00 |
|
|
298b33988c
|
Fix non-compliant formatting for function declarations.
Per review by Cynthia Shang.
|
2018-01-31 18:22:25 -05:00 |
|
|
deae0b8cd7
|
Refactor C page checksum unit test to compile with -Wstrict-aliasing.
|
2017-11-20 08:58:47 -05:00 |
|
|
9d78948a14
|
Improvements to page checksum module and tests:
* Page checksum module uses new C error handler.
* Convert page checksum tests into C unit tests.
|
2017-10-16 11:03:06 -04:00 |
|