Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8224)

Issue 579240043: Issue 4550: Avoid "using namespace std;" in included files (Take 2) (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 3 months ago by Dan Eble
Modified:
4 years, 3 months ago
Reviewers:
wl, dan, lemzwerg, haberg-1, dak, hahnjo, pkx166h, hanwenn
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

https://sourceforge.net/p/testlilyissues/issues/4550/ For those inexperienced with the problems this can cause, see http://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice Some of these changes are manual and others are scripted. I have them in separate commits, though everything is squashed together in this review. Depending on what other changes are pushed while this is in review, I may need to recreate the scripted commit before I push. I will post the script in the review comments. Summary of these changes: * eliminate "using namespace std;" * add "std::" to everything in *.hh files (and other included files) * add "using std::whatever;" in *.cc files for common types (e.g. string, vector) * add "std::" in *.cc files for functions (e.g. swap) and other less common things (e.g. less) Here's the review from the first attempt (4.5 years ago): https://codereview.appspot.com/254670043/

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+1394 lines, -936 lines) Patch
M flower/file-cookie.cc View 1 chunk +0 lines, -1 line 0 comments Download
M flower/file-name.cc View 2 chunks +3 lines, -1 line 0 comments Download
M flower/file-path.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M flower/getopt-long.cc View 2 chunks +3 lines, -1 line 0 comments Download
M flower/include/cpu-timer.hh View 1 chunk +0 lines, -1 line 0 comments Download
M flower/include/direction.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M flower/include/file-cookie.hh View 1 chunk +0 lines, -1 line 0 comments Download
M flower/include/file-name.hh View 1 chunk +8 lines, -8 lines 3 comments Download
M flower/include/file-path.hh View 1 chunk +11 lines, -11 lines 0 comments Download
M flower/include/flower-proto.hh View 1 chunk +0 lines, -1 line 0 comments Download
M flower/include/getopt-long.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M flower/include/international.hh View 1 chunk +4 lines, -4 lines 0 comments Download
M flower/include/interval.hh View 2 chunks +3 lines, -3 lines 0 comments Download
M flower/include/interval.tcc View 4 chunks +6 lines, -7 lines 0 comments Download
M flower/include/interval-set.hh View 1 chunk +4 lines, -4 lines 0 comments Download
M flower/include/libc-extension.hh View 1 chunk +0 lines, -1 line 0 comments Download
M flower/include/matrix.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M flower/include/memory-stream.hh View 1 chunk +0 lines, -1 line 0 comments Download
M flower/include/offset.hh View 1 chunk +1 line, -1 line 0 comments Download
D flower/include/parray.hh View 1 chunk +0 lines, -34 lines 0 comments Download
M flower/include/polynomial.hh View 3 chunks +7 lines, -7 lines 0 comments Download
M flower/include/pqueue.hh View 1 chunk +1 line, -1 line 0 comments Download
M flower/include/rational.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M flower/include/real.hh View 1 chunk +0 lines, -1 line 0 comments Download
M flower/include/std-string.hh View 1 chunk +4 lines, -5 lines 0 comments Download
M flower/include/std-vector.hh View 11 chunks +21 lines, -22 lines 0 comments Download
M flower/include/string-convert.hh View 1 chunk +19 lines, -20 lines 0 comments Download
M flower/include/warn.hh View 1 chunk +22 lines, -22 lines 0 comments Download
M flower/international.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M flower/interval.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M flower/interval-set.cc View 2 chunks +3 lines, -1 line 0 comments Download
M flower/libc-extension.cc View 1 chunk +0 lines, -1 line 0 comments Download
M flower/memory-stream.cc View 1 chunk +0 lines, -1 line 0 comments Download
M flower/offset.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M flower/polynomial.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M flower/rational.cc View 1 chunk +2 lines, -1 line 0 comments Download
M flower/real.cc View 1 chunk +0 lines, -1 line 0 comments Download
M flower/std-string.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M flower/string-convert.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M flower/test-file-name.cc View 1 chunk +1 line, -1 line 0 comments Download
M flower/test-file-path.cc View 1 chunk +3 lines, -1 line 0 comments Download
M flower/test-interval-set.cc View 1 chunk +1 line, -1 line 0 comments Download
M flower/test-std.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M flower/test-string.cc View 1 chunk +2 lines, -1 line 0 comments Download
M flower/warn.cc View 1 chunk +2 lines, -1 line 0 comments Download
M lily/accidental.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/accidental-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/accidental-placement.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/align-interface.cc View 3 chunks +8 lines, -6 lines 0 comments Download
M lily/all-font-metrics.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/all-font-metrics-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/articulations.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/audio-element-info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/audio-item.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/auto-beam-engraver.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/auto-change-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/axis-group-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/axis-group-interface.cc View 5 chunks +10 lines, -5 lines 0 comments Download
M lily/axis-group-interface-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/balloon-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/bar-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/bar-number-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/beam.cc View 12 chunks +15 lines, -11 lines 0 comments Download
M lily/beam-collision-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/beam-engraver.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/beam-quanting.cc View 12 chunks +16 lines, -13 lines 0 comments Download
M lily/beaming-pattern.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M lily/bezier.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/book.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/bracket.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/break-alignment-interface.cc View 2 chunks +4 lines, -1 line 0 comments Download
M lily/break-substitution.cc View 1 chunk +2 lines, -1 line 0 comments Download
M lily/change-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/change-sequence-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/chord-name-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/chord-tremolo-engraver.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M lily/clef.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/clef-engraver.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/clef-modifier.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/cluster.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/cluster-engraver.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M lily/coherent-ligature-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/collision-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/completion-note-heads-engraver.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M lily/completion-rest-engraver.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M lily/concurrent-hairpin-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/constrained-breaking.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M lily/context.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/context-def.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M lily/context-specced-music-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/control-track-performer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/cue-clef-engraver.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/custos.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/custos-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/dot-column.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/dot-configuration.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/dot-formatting-problem.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/dots.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/drum-note-engraver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/drum-note-performer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/duration.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/dynamic-align-engraver.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/dynamic-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/dynamic-performer.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/episema-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/figured-bass-engraver.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/figured-bass-position-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/file-name-map.cc View 1 chunk +3 lines, -1 line 0 comments Download
M lily/fingering-column.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/fingering-column-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/fingering-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/flag.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/font-config.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/font-config-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/font-metric.cc View 2 chunks +1 line, -1 line 0 comments Download
M lily/footnote-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/freetype-error.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/fretboard-engraver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/function-documentation.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/general-scheme.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/glissando-engraver.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/global-context.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/global-ctor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/global-vars.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/gregorian-ligature.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/gregorian-ligature-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/grid-line-span-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/grob.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/grob-info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/grob-interface.cc View 1 chunk +3 lines, -1 line 0 comments Download
M lily/grob-pq-engraver.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/guile-init.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/hairpin.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/hara-kiri-group-spanner.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/horizontal-bracket.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/horizontal-bracket-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/includable-lexer.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/include/accidental-placement.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/align-interface.hh View 2 chunks +4 lines, -4 lines 0 comments Download
M lily/include/all-font-metrics.hh View 1 chunk +5 lines, -5 lines 0 comments Download
M lily/include/articulations.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/audio-column.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/audio-element-info.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/audio-item.hh View 4 chunks +6 lines, -6 lines 0 comments Download
M lily/include/audio-staff.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/axis-group-interface.hh View 2 chunks +4 lines, -4 lines 0 comments Download
M lily/include/beam.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/beam-scoring-problem.hh View 5 chunks +14 lines, -14 lines 0 comments Download
M lily/include/beaming-pattern.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/bezier.hh View 2 chunks +7 lines, -7 lines 0 comments Download
M lily/include/bracket.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/break-align-interface.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/change-iterator.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/change-sequence-iterator.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/coherent-ligature-engraver.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/column-x-positions.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/constrained-breaking.hh View 3 chunks +11 lines, -11 lines 0 comments Download
M lily/include/context.hh View 7 chunks +12 lines, -12 lines 0 comments Download
M lily/include/context-def.hh View 2 chunks +5 lines, -5 lines 0 comments Download
M lily/include/dimensions.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/dot-configuration.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/dot-formatting-problem.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/duration.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/engraver-group.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/file-name-map.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/font-metric.hh View 2 chunks +9 lines, -9 lines 0 comments Download
M lily/include/freetype.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/gregorian-ligature.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/gregorian-ligature-engraver.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/grob.hh View 3 chunks +6 lines, -6 lines 0 comments Download
M lily/include/grob-array.hh View 3 chunks +5 lines, -5 lines 0 comments Download
M lily/include/includable-lexer.hh View 1 chunk +7 lines, -7 lines 0 comments Download
M lily/include/input.hh View 2 chunks +12 lines, -12 lines 0 comments Download
M lily/include/interval-minefield.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/keyword.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/laissez-vibrer-engraver.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/least-squares.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/ligature-engraver.hh View 2 chunks +3 lines, -3 lines 0 comments Download
M lily/include/lily-guile.hh View 5 chunks +14 lines, -14 lines 0 comments Download
M lily/include/lily-guile-macros.hh View 5 chunks +9 lines, -9 lines 0 comments Download
M lily/include/lily-lexer.hh View 2 chunks +7 lines, -7 lines 0 comments Download
M lily/include/lily-parser.hh View 2 chunks +8 lines, -8 lines 0 comments Download
M lily/include/lily-version.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/lilypond-version.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/lookup.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/main.hh View 1 chunk +12 lines, -12 lines 0 comments Download
M lily/include/midi-cc-announcer.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/midi-chunk.hh View 3 chunks +9 lines, -9 lines 0 comments Download
M lily/include/midi-item.hh View 12 chunks +15 lines, -15 lines 0 comments Download
M lily/include/midi-stream.hh View 2 chunks +3 lines, -4 lines 0 comments Download
M lily/include/midi-walker.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/misc.hh View 2 chunks +1 line, -2 lines 0 comments Download
M lily/include/modified-font-metric.hh View 2 chunks +4 lines, -4 lines 0 comments Download
M lily/include/moment.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/music-iterator.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/note-collision.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/note-head.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/open-type-font.hh View 2 chunks +9 lines, -9 lines 0 comments Download
M lily/include/output-def.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/page-breaking.hh View 6 chunks +16 lines, -16 lines 0 comments Download
M lily/include/page-layout-problem.hh View 3 chunks +10 lines, -10 lines 0 comments Download
M lily/include/page-spacing.hh View 2 chunks +3 lines, -3 lines 0 comments Download
M lily/include/page-spacing-result.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/page-turn-page-breaking.hh View 3 chunks +4 lines, -4 lines 0 comments Download
M lily/include/pango-font.hh View 2 chunks +5 lines, -5 lines 0 comments Download
M lily/include/paper-column-engraver.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/paper-outputter.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/paper-score.hh View 2 chunks +7 lines, -7 lines 0 comments Download
M lily/include/performance.hh View 1 chunk +4 lines, -4 lines 0 comments Download
M lily/include/performer-group.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/pitch.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/pointer-group-interface.hh View 2 chunks +4 lines, -4 lines 0 comments Download
M lily/include/prob.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/program-option.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/relocate.hh View 1 chunk +4 lines, -4 lines 0 comments Download
M lily/include/rest.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/scale.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/score.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/score-engraver.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/script-column.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/separation-item.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/simple-spacer.hh View 3 chunks +4 lines, -4 lines 0 comments Download
M lily/include/skyline.hh View 2 chunks +8 lines, -8 lines 0 comments Download
M lily/include/skyline-pair.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/slur.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/slur-configuration.hh View 2 chunks +4 lines, -4 lines 0 comments Download
M lily/include/slur-engraver.hh View 1 chunk +5 lines, -5 lines 0 comments Download
M lily/include/slur-scoring.hh View 2 chunks +7 lines, -7 lines 0 comments Download
M lily/include/smobs.hh View 3 chunks +3 lines, -3 lines 0 comments Download
M lily/include/smobs.tcc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/source-file.hh View 3 chunks +12 lines, -13 lines 0 comments Download
M lily/include/sources.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/spacing-interface.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/spacing-spanner.hh View 1 chunk +6 lines, -6 lines 0 comments Download
M lily/include/spanner.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/spring.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/staff-symbol.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/stem.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/stencil.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/system.hh View 2 chunks +8 lines, -8 lines 0 comments Download
M lily/include/tie-configuration.hh View 4 chunks +12 lines, -12 lines 0 comments Download
M lily/include/tie-formatting-problem.hh View 5 chunks +16 lines, -16 lines 0 comments Download
M lily/include/translator-dispatch-list.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/translator-group.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/tuplet-bracket.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/tuplet-number.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/input.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/input-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/input-smob.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/instrument-name-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/keep-alive-together-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/key-signature-interface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/keyword.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/kievan-ligature-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/least-squares.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/ledger-line-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/ledger-line-spanner.cc View 5 chunks +7 lines, -4 lines 0 comments Download
M lily/lexer.ll View 2 chunks +2 lines, -1 line 0 comments Download
M lily/lily-guile.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/lily-lexer.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/lily-parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/lily-parser-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/lily-version.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/lilypond-version.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/line-interface.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M lily/lookup.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M lily/lyric-combine-music-iterator.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/lyric-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/lyric-extender.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M lily/lyric-hyphen.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/lyric-performer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/main.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M lily/mark-engraver.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/melody-spanner.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/mensural-ligature.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/mensural-ligature-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/metronome-engraver.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/midi-cc-announcer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/midi-cc-performer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/midi-chunk.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/midi-item.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/midi-stream.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/misc.cc View 2 chunks +4 lines, -1 line 0 comments Download
M lily/modified-font-metric.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/moment.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/multi-measure-rest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M lily/multi-measure-rest-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/music-iterator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/music-sequence.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/new-fingering-engraver.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/note-collision.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/note-column.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/note-head.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M lily/note-heads-engraver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/note-name-engraver.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/note-performer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/note-spacing.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M lily/note-spacing-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/one-line-auto-height-breaking.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/one-line-page-breaking.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M lily/one-page-breaking.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/open-type-font.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/open-type-font-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/ottava-bracket.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/output-def.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/output-property-engraver.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/page-breaking.cc View 11 chunks +19 lines, -16 lines 0 comments Download
M lily/page-layout-problem.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M lily/page-spacing.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M lily/page-turn-engraver.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M lily/page-turn-page-breaking.cc View 2 chunks +4 lines, -1 line 0 comments Download
M lily/pango-font.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/pango-select.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/paper-book.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/paper-column.cc View 2 chunks +4 lines, -1 line 0 comments Download
M lily/paper-column-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/paper-outputter.cc View 2 chunks +1 line, -1 line 0 comments Download
M lily/paper-outputter-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/paper-score.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/parse-scm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/parser.yy View 3 chunks +2 lines, -2 lines 0 comments Download
M lily/part-combine-iterator.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/part-combine-part-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/pdf-scheme.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/percent-repeat-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/performance.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M lily/pfb.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M lily/pfb-scheme.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/piano-pedal-align-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/piano-pedal-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/piano-pedal-performer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/pitch.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/pitched-trill-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/pointer-group-interface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/prob.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/program-option.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/program-option-scheme.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M lily/pure-from-neighbor-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/pure-from-neighbor-interface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/quote-iterator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/relative-octave-check.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/relocate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/repeat-acknowledge-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/repeat-tie-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/rest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/rest-collision.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M lily/rest-collision-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/rhythmic-column-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/scale.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/score.cc View 1 chunk +0 lines, -1 line 0 comments Download
M lily/script-column.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/script-column-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/script-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/script-row-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/semi-tie-column.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/separating-line-group-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/separation-item.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/side-position-interface.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M lily/simple-spacer.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M lily/simple-spacer-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/simultaneous-music-iterator.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/skyline.cc View 6 chunks +11 lines, -7 lines 0 comments Download
M lily/skyline-pair.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M lily/slur.cc View 2 chunks +4 lines, -1 line 0 comments Download
M lily/slur-configuration.cc View 11 chunks +15 lines, -12 lines 0 comments Download
M lily/slur-scoring.cc View 4 chunks +8 lines, -5 lines 0 comments Download
M lily/source-file.cc View 4 chunks +9 lines, -5 lines 0 comments Download
M lily/sources.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/spacing-basic.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M lily/spacing-determine-loose-columns.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M lily/spacing-engraver.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/spacing-interface.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/spacing-loose-columns.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/spacing-spanner.cc View 8 chunks +9 lines, -7 lines 0 comments Download
M lily/span-arpeggio-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/span-bar-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/span-bar-stub-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/spanner.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/spanner-break-forbid-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/spring.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M lily/staff-grouper-interface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/staff-performer.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M lily/staff-spacing.cc View 6 chunks +11 lines, -9 lines 0 comments Download
M lily/staff-symbol.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/stanza-number-align-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/stem.cc View 14 chunks +19 lines, -17 lines 0 comments Download
M lily/stem-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/stem-tremolo.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/stencil.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/stencil-integral.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M lily/stencil-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/sustain-pedal.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/system.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/system-start-delimiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/system-start-delimiter-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/tab-note-heads-engraver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/tab-tie-follow-engraver.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/template5.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/text-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/text-interface.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/tie.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/tie-column.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/tie-configuration.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/tie-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/tie-formatting-problem.cc View 5 chunks +8 lines, -4 lines 0 comments Download
M lily/tie-performer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/translator.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/translator-group.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/ttf.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/tuplet-bracket.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/tuplet-engraver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/tuplet-iterator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/tuplet-number.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M lily/undead.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/vaticana-ligature.cc View 2 chunks +3 lines, -1 line 0 comments Download
M lily/vaticana-ligature-engraver.cc View 2 chunks +4 lines, -1 line 0 comments Download
M lily/vertical-align-engraver.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/volta-bracket.cc View 2 chunks +2 lines, -1 line 0 comments Download
M lily/volta-repeat-iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M lily/warn-scheme.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 26
Dan Eble
# This script runs in bash. It might require bash; I don't know. # $1 ...
4 years, 3 months ago (2020-01-22 13:43:34 UTC) #1
Dan Eble
On 2020/01/22 13:43:34, Dan Eble wrote: > # This script runs in bash. It might ...
4 years, 3 months ago (2020-01-22 13:47:08 UTC) #2
lemzwerg
I'm quite sure that you have more experience with C++ than me, however, I'm not ...
4 years, 3 months ago (2020-01-23 11:33:11 UTC) #3
dak
On 2020/01/23 11:33:11, lemzwerg wrote: > I'm quite sure that you have more experience with ...
4 years, 3 months ago (2020-01-23 11:54:28 UTC) #4
hahnjo
https://codereview.appspot.com/579240043/diff/577360043/flower/include/file-name.hh File flower/include/file-name.hh (right): https://codereview.appspot.com/579240043/diff/577360043/flower/include/file-name.hh#newcode47 flower/include/file-name.hh:47: std::string root_; On 2020/01/23 11:33:11, lemzwerg wrote: > This ...
4 years, 3 months ago (2020-01-23 12:10:51 UTC) #5
lemzwerg
> Why is this ugly? std::string is really the name of the class. No question, ...
4 years, 3 months ago (2020-01-23 12:43:34 UTC) #6
Dan Eble
https://codereview.appspot.com/579240043/diff/577360043/flower/include/file-name.hh File flower/include/file-name.hh (right): https://codereview.appspot.com/579240043/diff/577360043/flower/include/file-name.hh#newcode47 flower/include/file-name.hh:47: std::string root_; On 2020/01/23 11:33:11, lemzwerg wrote: > This ...
4 years, 3 months ago (2020-01-23 12:55:35 UTC) #7
dak
On 2020/01/23 12:43:34, lemzwerg wrote: > > Why is this ugly? std::string is really the ...
4 years, 3 months ago (2020-01-23 14:36:26 UTC) #8
dak
On 2020/01/23 14:36:26, dak wrote: > On 2020/01/23 12:43:34, lemzwerg wrote: > > > Why ...
4 years, 3 months ago (2020-01-23 14:39:36 UTC) #9
lemzwerg
OK, point taken. Thanks for all the responses. Well, then the ugly way :-)
4 years, 3 months ago (2020-01-23 18:37:12 UTC) #10
haberg-1_telia.com
> On 23 Jan 2020, at 13:43, lemzwerg--- via Discussions on LilyPond development <lilypond-devel@gnu.org> wrote: ...
4 years, 3 months ago (2020-01-23 19:57:25 UTC) #11
Dan Eble
I'd like special permission to skip the countdown and push this today instead of tomorrow. ...
4 years, 3 months ago (2020-01-24 11:22:43 UTC) #12
hahnjo
On 2020/01/24 11:22:43, Dan Eble wrote: > I'd like special permission to skip the countdown ...
4 years, 3 months ago (2020-01-24 13:39:15 UTC) #13
dak
On 2020/01/24 13:39:15, hahnjo wrote: > On 2020/01/24 11:22:43, Dan Eble wrote: > > I'd ...
4 years, 3 months ago (2020-01-24 13:45:50 UTC) #14
Dan Eble
On 2020/01/24 13:45:50, dak wrote: > Hoo yes. That kind of extensive change is going ...
4 years, 3 months ago (2020-01-24 13:57:33 UTC) #15
dak
On 2020/01/24 13:57:33, Dan Eble wrote: > On 2020/01/24 13:45:50, dak wrote: > > Hoo ...
4 years, 3 months ago (2020-01-24 15:26:06 UTC) #16
dak
On 2020/01/24 15:26:06, dak wrote: > On 2020/01/24 13:57:33, Dan Eble wrote: > > On ...
4 years, 3 months ago (2020-01-24 15:26:50 UTC) #17
hanwenn
On Fri, Jan 24, 2020 at 4:26 PM <dak@gnu.org> wrote: > > On 2020/01/24 13:57:33, ...
4 years, 3 months ago (2020-01-24 15:32:43 UTC) #18
hanwenn
this change seems uncontroversial, and if it compiles, it should be good to push. On ...
4 years, 3 months ago (2020-01-24 15:37:36 UTC) #19
hahnjo
On 2020/01/24 15:32:43, hanwenn wrote: > On Fri, Jan 24, 2020 at 4:26 PM <mailto:dak@gnu.org> ...
4 years, 3 months ago (2020-01-24 15:43:53 UTC) #20
pkx166h_posteo.net
On 24/01/2020 15:43, jonas.hahnfeld@gmail.com wrote: > On 2020/01/24 15:32:43, hanwenn wrote: >> On Fri, Jan ...
4 years, 3 months ago (2020-01-24 16:02:31 UTC) #21
hanwenn
On Fri, Jan 24, 2020 at 4:43 PM <jonas.hahnfeld@gmail.com> wrote: > > > Well, I ...
4 years, 3 months ago (2020-01-24 16:17:52 UTC) #22
wl_gnu.org
> What I meant to say: I guess I should be able to handle those ...
4 years, 3 months ago (2020-01-24 17:53:11 UTC) #23
dak
dak@gnu.org writes: > On 2020/01/24 15:26:06, dak wrote: > > What I meant to say: ...
4 years, 3 months ago (2020-01-25 12:26:22 UTC) #24
dan_faithful.be
On Jan 25, 2020, at 07:26, David Kastrup <dak@gnu.org> wrote: > > - Interval hex ...
4 years, 3 months ago (2020-01-25 13:14:55 UTC) #25
dak
4 years, 3 months ago (2020-01-25 14:09:45 UTC) #26
Dan Eble <dan@faithful.be> writes:

> On Jan 25, 2020, at 07:26, David Kastrup <dak@gnu.org> wrote:
>> 
>> -      Interval hex = head->extent (common_[X_AXIS], X_AXIS);
>> +      Interval head_ext = head->extent (common_[X_AXIS], X_AXIS);
> ...
>> 
>> That last part applies part of a patch from an unrelated issue of
>> Han-Wen.  Please don't do stuff like that, if necessary using
>
> It does not apply a patch from Han-Wen.  It necessarily renames that
> variable prior to a scripted replacement of "hex" with "std::hex".  I
> wonder whether the task would have been easier if I had used a
> different name for the variable.

Well, then I'd have had something looking like an actual conflict in my
rejected parts of the patches.  It would likely have been a bit more
work to resolve and quite a bit less to hunt down.

> I don't understand from this description exactly problem you
> experienced and where in my development process you would have wanted
> me to use that command.

It wasn't clear that this partial overlap with a patch of Han-Wen was
independently arrived at and manually created rather than an artifact.
The problem I experienced is that a partially applying patch apparently
was partly applied previously.  That this was not a problem of what I
was doing took some time to find out.  Of course, resetting would indeed
not have helped since my guess at the discrepancy's origin was wrong.

-- 
David Kastrup
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b