| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Apparently all other C libraries are not compatible with "constexpr".
Those which are not will get a performance penalty, but at least they
work at all.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the first INDEX in each TRACK section, instead of the last, for the
start time. This preserves the original CD layout (including gaps
between tracks), and avoids skipping sections of songs in more exotic
cuesheets (eg musical suite tracks).
Fixes 0004355 and 0003359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wrapper for protocol/ArgParser.cxx.
|
|
|
|
Using unsigned(-1) renders undefined behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was lost in commit 8ead8f7ea, because this was never implemented
for the new API.
|
|
|
|
|
|
Allow the compiler to invalidate buffer contents.
|
|
|
|
Manages memory automatically.
|
|
|