summaryrefslogtreecommitdiff
path: root/flower
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Drul_array<>::set() method.Han-Wen Nienhuys2008-05-011-1/+5
* Fix "make check" on gcc 4.3Joe Neeman2008-04-232-0/+4
* Patch for gcc 4.3Graham Percival2008-03-263-0/+3
* Add a proper autoconf check for Boost lambda.hpp.Han-Wen Nienhuys2007-12-161-2/+2
* indentation fixes.Han-Wen Nienhuys2007-12-121-3/+3
* Only use INFINITY if it is defined....Han-Wen Nienhuys2007-12-111-1/+8
* Get rid of is_inf(), and use std::isinf() instead....Erlend Aasland2007-11-302-8/+2
* Get rid of obsolete MacOS 10.3 fix.Erlend Aasland2007-11-301-7/+1
* Remove hungarian postfix.Erlend Aasland2007-11-291-2/+2
* Remove more obsolete comments.Erlend Aasland2007-11-291-3/+0
* add flower/test-string.ccHan-Wen Nienhuys2007-11-191-0/+24
* Bugfix: Rational.cc: Modulo and trunc did not work with negative numbers....Rune Zedeler2007-10-231-1/+4
* s/illegal/invalid/Werner Lemberg2007-07-291-1/+1
* add File_name::canonicalized()...Han-Wen Nienhuys2007-06-035-3/+50
* Add Skyline::print_points(), Offset::swapped()Han-Wen Nienhuys2007-03-252-0/+7