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

Issue 301880043: Change type_p_name_ generally to char pointer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 10 months ago by dak
Modified:
2 years, 4 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Change type_p_name_ generally to char pointer This avoids the pitfalls cured by issue 4783 without the associated inconvenience when no predicate is desired.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -121 lines) Patch
M lily/all-font-metrics.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M lily/book-scheme.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/box.cc View 1 chunk +1 line, -1 line 0 comments Download
D lily/callback.cc View 1 chunk +0 lines, -25 lines 0 comments Download
M lily/context.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/context-def.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/context-mod.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/context-property.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/duration.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/font-metric.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/grob-array.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/grob-smob.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/all-font-metrics.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/book.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/box.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/callback.hh View 4 chunks +0 lines, -4 lines 0 comments Download
M lily/include/context.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/context-def.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/context-mod.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/dispatcher.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/font-metric.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/grob.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/grob-array.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/input.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/lily-lexer.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/lily-parser.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/listener.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/moment.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-function.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-iterator.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-output.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/output-def.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/page-marker.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/paper-book.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/paper-outputter.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/pitch.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/prob.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/scale.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/scm-hash.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/score.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/skyline.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/skyline-pair.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/smobs.hh View 3 chunks +6 lines, -6 lines 0 comments Download
M lily/include/smobs.tcc View 1 chunk +3 lines, -0 lines 0 comments Download
M lily/include/source-file.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/stencil.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/translator.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/translator-dispatch-list.hh View 1 chunk +0 lines, -1 line 0 comments Download
M lily/include/translator-group.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/unpure-pure-container.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/input-smob.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/lily-lexer.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/lily-parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/listener.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/moment.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/music-function.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/music-iterator.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/music-output.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/output-def-scheme.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/page-marker.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/paper-book.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/paper-outputter.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M lily/pitch.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/prob.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/scale.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M lily/scm-hash.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M lily/score.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/skyline.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/skyline-pair.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/source-file.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/spring-smob.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/stencil.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/translator.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/translator-dispatch-list.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M lily/translator-group.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/undead.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/unpure-pure-container.cc View 3 chunks +1 line, -4 lines 0 comments Download

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