| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Port #3474 from Citra | 2018-07-07 | 1 | -1/+1 | |
| | | |||||
| * | Update clang format | 2018-07-02 | 1 | -3/+2 | |
| | | |||||
| * | Rename logging macro back to LOG_* | 2018-07-02 | 1 | -2/+2 | |
| | | |||||
| * | general: Convert assertion macros over to be fmt-compatible | 2018-04-27 | 1 | -2/+3 | |
| | | |||||
| * | fix macos build | 2018-01-08 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -2/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -11/+15 | |
| | | |||||
| * | assert: Allow UNREACHABLE_MSG to have just one argument | 2016-04-24 | 1 | -1/+1 | |
| | | |||||
| * | assert: Add _MSG variations for UNREACHABLE and UNIMPLEMENTED | 2016-04-23 | 1 | -0/+2 | |
| | | |||||
| * | Common: Cleanup profiler includes. | 2015-06-28 | 1 | -1/+0 | |
| | | |||||
| * | Common: Use the log system to print assert messages | 2015-05-12 | 1 | -7/+3 | |
| | | |||||
| * | Clean-up includes | 2015-05-06 | 1 | -0/+1 | |
| | | |||||
| * | Asserts: Use lambdas to keep assertion code away from the main code path | 2015-02-18 | 1 | -6/+25 | |
| | | |||||
| * | Asserts: break/crash program, fit to style guide; log.h->assert.h | 2015-02-10 | 1 | -0/+36 | |
| Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | |||||