summaryrefslogtreecommitdiffstats
path: root/src/common/assert.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-07Port #3474 from CitrafearlessTobi1-1/+1
2018-07-03Update clang formatJames Rowe1-3/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-2/+2
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash1-2/+3
2018-01-09fix macos buildMerryMage1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-11/+15
2016-04-24assert: Allow UNREACHABLE_MSG to have just one argumentSam Spilsbury1-1/+1
2016-04-23assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTEDSam Spilsbury1-0/+2
2015-06-28Common: Cleanup profiler includes.Emmanuel Gil Peyrot1-1/+0
2015-05-12Common: Use the log system to print assert messagesYuri Kunde Schlesner1-7/+3
2015-05-07Clean-up includesYuri Kunde Schlesner1-0/+1
2015-02-18Asserts: Use lambdas to keep assertion code away from the main code pathYuri Kunde Schlesner1-6/+25
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-0/+36