Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't log the function or prefix | Chris Robinson | 2019-06-04 | 1 | -7/+6 |
| | | | | | | It's ultimately unnecessary since the message is an indicator about where it was logged from. The message itself is generally more important than where it was from, too. | ||||
* | Remove the SZFMT macro | Chris Robinson | 2019-04-11 | 1 | -8/+0 |
| | | | | C++11 mandates the %zu/d formatter | ||||
* | Define logging calls to be unlikely | Chris Robinson | 2019-01-07 | 1 | -4/+6 |
| | |||||
* | Add a method to prefix logged function names | Chris Robinson | 2018-12-28 | 1 | -11/+5 |
| | |||||
* | Move some ambisonic-related macros to a separate header | Chris Robinson | 2018-12-15 | 1 | -0/+8 |
| | |||||
* | Rename a couple global variables | Chris Robinson | 2018-12-09 | 1 | -7/+7 |
| | | | | Avoid clashing with an enum name | ||||
* | Fix a couple internal headers to compile with C++ | Chris Robinson | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | Add extern "C" to some headers | Chris Robinson | 2018-03-09 | 1 | -0/+8 |
| | |||||
* | Move logging declarations to a separate header | Chris Robinson | 2018-01-11 | 1 | -0/+61 |