summaryrefslogtreecommitdiff
path: root/flower
Commit message (Expand)AuthorAgeFilesLines
* Issue 4961/7: Remove complex{conjugate,divide,exp}, Offset::arg...David Kastrup2016-09-052-36/+0
* Issue 4961/2: Add offset_directed (Real)...David Kastrup2016-09-052-0/+37
* Issue 4961/1: Make Offset::angle_degrees () deliver nicer angles...David Kastrup2016-09-051-1/+57
* Issue 4577: Remove the nasty workaround for platforms that don't provide...Dan Eble2015-09-111-49/+0
* Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"...David Kastrup2015-08-2318-34/+1
* Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"...David Kastrup2015-08-2342-147/+172
* Issue 4550 (2/2) Avoid "using namespace std;" in included files...Dan Eble2015-08-2042-172/+147
* Issue 4550 (1/2) Avoid "using namespace std;" in included files...Dan Eble2015-08-2018-1/+34
* Issue 4560: group #include directives at top of file...Dan Eble2015-08-203-3/+4
* Implement inline Real cross_product (Offset, Offset)David Kastrup2015-08-201-0/+8
* Issue 4549: Remove dead "!STD_VECTOR" code in flower testsDan Eble2015-08-172-31/+0
* Issue 4548: eliminate flip(Direction*)...Dan Eble2015-08-171-21/+2
* Issue 4547: remove unnecessary min() and max() functionsDan Eble2015-08-141-4/+0
* Issue 4546: don't redefine comparison operators for std::stringDan Eble2015-08-143-11/+1
* Robustify Offset::direction and Offset::lengthDavid Kastrup2015-07-051-2/+12
* Issue 4464/2: include hygiene: break cycles, remove duplicate includes etc.David Kastrup2015-07-024-4/+2
* Issue 2787: Sanitize usage of -DDEBUG, -DNDEBUG and assert...David Kastrup2015-05-193-3/+3
* Remove cygwin_conv_to_posix_path...Masamichi Hosoda2015-04-241-25/+0
* compare LilyPond Rationals without unnecessary overflow; issue 4180...Keith OHara2015-01-101-3/+3
* Run grand replace for 2015.Werner Lemberg2015-01-0442-42/+42
* Don't verify result of String_convert::dec2int...David Kastrup2014-09-081-2/+0
* Issue 3925: lilypond -d leads to weird output...David Kastrup2014-06-051-2/+2
* Polynomial.hh - Make LilyPond compile w/ musl libc...Felix Janda2014-02-201-0/+1
* Run grand-replace (issue 3765)...Carl Sorensen2014-01-1142-42/+42
* Issue 3656/2: disambiguate our own ::to_string from std::to_stringDavid Kastrup2013-11-201-12/+12
* Issue 3656: Problems building Lilypond 2.17.95 with libc++ for use with llvm...David Kastrup2013-11-201-0/+1
* Issue 3531: replaced function argument 'string' by 'const string&' where it m......Frédéric Bron2013-09-1013-60/+60
* Issue 3513: removed unused code: functions that are declared but never define...Frédéric Bron2013-09-031-5/+0
* Issue 2758. ly_module_lookup caused deprecation warnings with Guile V2.06....Ian Hulin2012-09-221-0/+8
* remove top-level const's from declarations...Benkő Pál2012-09-111-1/+1
* Improvements in vertical skyline approximations (issue 2148)....Mike Solomon2012-08-274-51/+213
* Run fixcc + astyle2.02.1Graham Percival2012-08-271-2/+2
* Make distributed tarball from Git file list...John Mandereau2012-08-152-13/+0
* Run fixcc.py with astyle 2.02.Graham Percival2012-08-102-2/+0
* Issue 2704: Add missing "#include <unistd.h>" for use with g++ 4.7Frédéric Bron2012-08-012-0/+4
* 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