summaryrefslogtreecommitdiff
path: root/libs/evoral
AgeCommit message (Expand)Author
2014-03-01remove mingw64 special case from evoral visibility header (might be appropria...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-02-19add option to skip guard points when adding new control points to a ControlLi...Paul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22fix evoral assignment operator (copy buffer)Robin Gareus
2014-01-13'libs/evoral' - and add 'Note.impl' to the projectJohn Emmas
2014-01-13'libs/evoral' - #include 'Note.impl' when building with MSVC (this is necessa...John Emmas
2014-01-12use LIBEVORAL_TEMPLATE_API with Evoral::NotePaul Davis
2014-01-12fix 64 bit template typesPaul Davis
2014-01-12add new file (required by MSVC) to sources listPaul Davis
2014-01-12use LIBEVORAL_TEMPLATE_APIPaul Davis
2014-01-12add LIBEVORAL_TEMPLATE_API to deal with gcc/msvc difference of opinionPaul Davis
2014-01-12build libsmf as a static library, since it is private to evoral and would oth...Paul Davis
2014-01-12Merge branch 'windows+cc' into cairocanvasJohn Emmas
2014-01-12'libs/evoral' - Move a couple of 'IdentityConverter' functions into their own...John Emmas
2014-01-12'libs/evoral' - DLL visibility stuff and associated changes needed for buildi...John Emmas
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-10fix const-ness of names arrayNils Philippsen
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-11-05back-port two actual bug fixes from cairocanvas branchPaul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-11-04logic fix for SMF meta-event is-text determination, plus some gcc optimizatio...Paul Davis
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17add new visibility macro headers omitted from previous commitsPaul Davis
2013-10-17add export control to libgtkmm2extPaul Davis
2013-10-17add export control to libevoralPaul Davis
2013-09-06Fix for isnan using MinGW compilerTim Mayberry
2013-08-08Include evoral/Note.hpp before pbd/compose.hMichael R. Fisher
2013-08-08Typo fixed: call class method instead of trying to use as a variableMichael R. Fisher
2013-07-31fixes for windows branch build failures under linux. still does not build on ...Paul Davis
2013-07-23'libs/evoral' - Windows specific includesJohn Emmas
2013-07-23'libs/evoral' - Remove ambiguity about which version of 'abs()' we needJohn Emmas
2013-07-23'libs/evoral' - For each of the NNNN_lower_bound() functions (3 in total) add...John Emmas
2013-07-23'libs/evoral' - Through a compiler extension gcc can implement an array whose...John Emmas
2013-07-23'std::isnan' is not available in MSVC (at least, not VC8)John Emmas
2013-07-23'libs/evoral' - cast the returned pointers from malloc() / g_ptr_array_index(...John Emmas
2013-07-23Remove an unnecessary #include that prevents 'libs/evoral' from building with...John Emmas
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-15Include evoral/Note.hpp before pbd/compose.hMichael R. Fisher
2013-07-15Typo fixed: call class method instead of trying to use as a variableMichael R. Fisher
2013-07-11Fix evoral test to compile with mingwPaul Davis
2013-07-11include winsock2.h on windows in libsmf for htons/l etc.Paul Davis
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-05-02reduce verbosity of DEBUG::Sequence tracesPaul Davis
2013-04-03fix reversed semantics from 86f1b for LaterNoteEndComparator()Paul Davis
2013-04-02fix (?) behaviour when punching into automation write mode while the transpor...Paul Davis