|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5848 flower: Get rid of libc-extension |
Date: | Tue, 17 Mar 2020 21:03:44 -0000 |
[issues:#5848] flower: Get rid of libc-extension
Status: Started
Created: Tue Mar 17, 2020 09:03 PM UTC by Jonas Hahnfeld
Last Updated: Tue Mar 17, 2020 09:03 PM UTC
Owner: nobody
flower: Get rid of libc-extension
Individual commits:
1) Remove unused includes of libc-extension.hh
2) flower: Replace my_round with std::round
This affects only a single regression test, tie-single-manual.ly:
It relies upon the weird rounding of my_round for negative numbers,
for exmaple -7.5 -> -7.0. Instead std::round moves halfway cases away
from zero, -7.5 -> -8.0.
While passing by, move some system headers last (this helps avoid issues
that one of LilyPond's headers depends on other system headers being
loaded first) and add them if apparently used in the file.
3) Rewrite String_convert::to_upper, ::to_lower via std::transform
http://codereview.appspot.com/553740043
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |