summaryrefslogtreecommitdiff
path: root/flower
Commit message (Expand)AuthorAgeFilesLines
* Issue 2491: Macro for(UP_and_DOWN) and 3 similar....Łukasz Czerwiński2012-04-301-1/+11
* Run grand-replace for 2012Graham Percival2012-01-0942-42/+42
* Remove unnecessary stdGraham Percival2012-01-091-1/+0
* Avoid implicit sign conversion: size_t vs. ssize_tGraham Percival2012-01-091-3/+3
* Avoid implicit sign change by doing it explicitlyGraham Percival2012-01-091-3/+3
* Avoid deprecated access declarations...Graham Percival2012-01-091-1/+1
* Avoid redefining struct String_convert to class.Graham Percival2011-12-141-2/+2
* Avoid implicit sign conversionGraham Percival2011-12-141-3/+3
* Remove default comparison for binary search...Graham Percival2011-12-141-1/+1
* Avoid conversion changing signedness...Graham Percival2011-12-141-2/+2
* Run astyle 2.02.Graham Percival2011-12-123-22/+20
* Issue 2036: keep make test in flower from warningsDavid Kastrup2011-12-072-3/+6
* Fix almost all warnings in flower/ and many in lily/....Reinhold Kainhofer2011-12-0511-37/+46
* Warnings: Move all warning-as-error handling to warn.cc...Reinhold Kainhofer2011-11-142-10/+17
* Don't let yaffut try to demangle when autoconf figures this won't workDavid Kastrup2011-11-111-0/+9
* Correct forward declarations (struct vs. class)Graham Percival2011-11-091-3/+3
* Add vector constructor with size argumentCarl Sorensen2011-10-291-0/+4
* Fix 1477: Add (ly:expect-warning msg args) to suppress expected warnings...Reinhold Kainhofer2011-09-292-4/+67
* Loglevels: Add basic_progress and replace success...Reinhold Kainhofer2011-09-032-3/+3
* Fixes issue 1328....Mike Solomon2011-08-252-0/+27
* Loglevels: Document distinction between PROGRESS and INFOReinhold Kainhofer2011-08-192-6/+2
* Get rid of some compiler warnings; Fix chdir handling of errors...Reinhold Kainhofer2011-08-141-3/+2
* Proper loglevels: cmd-line option --loglevel=NONE/ERROR/WARN/BASIC/PROGRESS/D......Reinhold Kainhofer2011-08-142-32/+168
* Grand fixcc.py run on all .hh .cc files....Graham Percival2011-08-0142-547/+532
* Implement minmax()Han-Wen Nienhuys2011-02-091-1/+7
* Document Interval::delta().Han-Wen Nienhuys2011-01-311-0/+2
* removed unused macro, function and file...Bernard Hurley2011-01-272-17/+0
* Admin: run yearly grand-replace.Graham Percival2011-01-1342-42/+42
* [flower] Remove compiler warnings....Werner Lemberg2010-11-033-8/+8
* T1265 - Remove deprecation warnings when running with Guile V2 Replace scm_st...Ian Hulin2010-10-191-70/+15
* Fix drastic overestimation of staff heights....Joe Neeman2010-10-012-0/+10
* Refactor pure-height calculations.Joe Neeman2010-09-282-0/+18
* Clarify infinity_f preprocessor definition....Graham Percival2010-09-061-5/+3
* Have LilyPond issue a success/failure termination messageIan Hulin2010-05-082-0/+8
* Configure: Remove unused header check.Patrick McCarty2010-04-161-17/+0
* Fix #887: Use ly:string-percent-encode for textedit URIs....Patrick McCarty2010-01-282-0/+10
* Run grand-replace for 2010.Neil Puttock2010-01-2342-44/+60
* Fix compilation issue on OS XNicolas Sceaux2009-12-211-7/+7
* Update source file headers. Fixes using standard GNU package conventions....Jan Nieuwenhuizen2009-11-2541-120/+582
* Bump license to GPL v3+....Jan Nieuwenhuizen2009-11-252-6/+2
* Fix possible endless loop in replace_all...Reinhold Kainhofer2009-08-221-1/+2
* Fix a thinko that broke the contract of STL sort.Joe Neeman2009-07-241-1/+1
* Typos: Lilypond -> LilyPond, explicite -> explicit, fix docstringMark Polesky2009-06-022-2/+2
* Run grand-replace for 2009.Jan Nieuwenhuizen2009-01-0640-40/+40
* Remove SCons traces because of unmaintained stateJohn Mandereau2009-01-051-28/+0
* More C++.Werner Lemberg2008-12-272-15/+9
* Run `make grand-replace'.Jan Nieuwenhuizen2008-12-0140-40/+40
* Define our own U64_MAX maximum.Han-Wen Nienhuys2008-09-183-1/+13
* Use long long integers in Rational class....Neil Puttock2008-09-125-23/+41
* Interface changes for string functions:...Han-Wen Nienhuys2008-06-014-14/+14