| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix access to uninitialized space
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
* Same fix to other noise generate functions
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
* Skip the last Cell.Move
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
* Add comments
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
---------
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk>
|
|
|
|
|
| |
Replaced them with fmt::format calls, including changes to the format strings. Also changed the format strings to use FMT_STRING, so that the format is checked compile-time against the arguments.
Also fixed code-style violations already present in the code.
|
|
|
|
|
|
|
| |
* Replaces AppendVPrintf with fmt::sprintf
* fmt::ArgList now used as a type safe alternative to varargs.
* Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu.
* Adds FLOG functions to log with fmt's native formatting style.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Spaces around some operators are checked.
|
| |
|
|
|