|
https://sourceforge.net/p/testlilyissues/issues/5639/
In addition to enabling C++11, I updated various things that I either
remembered or found by searching for "C++11." Each of these is a
separate commit to make it easy to revert in case that is necessary.
1: compile with -std=c++11
2: comments
3: Use C++11 for Input construction & assignment
4: auto_ptr -> unique_ptr
5: explicit bool conversion for Dimension_cache::Optional
6: shrink_to_fit () after filtering a Grob_array
7: use =delete for non-copiable classes
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+50 lines, -61 lines) |
Patch |
 |
M |
flower/include/std-vector.hh
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
flower/include/yaffut.hh
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lily/beam.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lily/grob.cc
|
View
|
|
7 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
lily/grob-array.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
lily/include/acceptance-set.hh
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lily/include/context.hh
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lily/include/dimension-cache.hh
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
lily/include/input.hh
|
View
|
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
lily/include/music-iterator.hh
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
lily/include/paper-score.hh
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
lily/include/small-smobs.hh
|
View
|
|
3 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
lily/include/smobs.hh
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
lily/include/sources.hh
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
lily/include/translator.hh
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
lily/input.cc
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ly/music-functions-init.ly
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
stepmake/stepmake/c++-vars.make
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12
|