Aaron Kling
|
c4683d90a9
|
Format code using astyle google format
Commands used:
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.cpp
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.h
|
2024-03-26 13:43:58 -05:00 |
|
Doug Nazar
|
8c37846c6c
|
Check result of snprintf for errors and truncation.
|
2022-07-31 16:38:23 -04:00 |
|
Peter Keresztes Schmidt
|
80b08a2075
|
Convert path buffers depending on PATH_MAX to std::string
|
2021-07-06 10:33:17 +02:00 |
|
Isaac Connor
|
19cb66b70d
|
fix use of %d when %u is wanted
|
2021-04-20 11:06:54 -04:00 |
|
Peter Keresztes Schmidt
|
d9568a98c0
|
Drop zm_thread which has been replaced by STL implementations
|
2021-03-04 10:55:46 +01:00 |
|
Isaac Connor
|
1d73087e5b
|
Split zm_fifo up into zm_fifo, zm_fifo_debug and zm_fifo_stream. Implement a Fifo class to keep the filehandle open.
|
2021-03-01 16:47:18 -05:00 |
|