summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-09-06Ifdef some non-portable code for MinGWTim Mayberry
2013-09-06Fix for isnan using MinGW compilerTim Mayberry
2013-09-06Add test for writing a jack config fileTim Mayberry
2013-09-06Remove windows specific quoting now that jack autostart works on windowsTim Mayberry
2013-09-06Remove ARDOUR::start_jack_server now that jack autostart works on windowsTim Mayberry
2013-09-05'libs/ardour' - Revert 'std::llabs' to 'llabs' until we find a platform-neutr...John Emmas
2013-09-05'libs/ardour' - Minor changes to prevent MSVC from complaining about malforme...John Emmas
2013-09-05'surfaces/mackie' - Platform specific changesJohn Emmas
2013-09-05'surfaces/mackie' - Other minor changes needed for building with MSVCJohn Emmas
2013-09-05'surfaces/mackie' - Comment out some structure field names which MSVC didn't ...John Emmas
2013-09-05'surfaces/generic_midi' - Specify 'MIDI::byte' instead of 'byte' so the compi...John Emmas
2013-09-05'surfaces/generic_midi' - Comment out some structure field names which MSVC d...John Emmas
2013-09-05'surfaces/generic_midi' - Minor modification to prevent MSVC from complaining...John Emmas
2013-09-05'libs/audiographer' - Try 'lrintf' instead of 'rintf' which isn't available i...John Emmas
2013-09-05'libs/audiographer' - Use 'alloca()' for a stack based array whose size is un...John Emmas
2013-09-04'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as wel...John Emmas
2013-09-04'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about ...John Emmas
2013-09-04'libs/gtkmm2ext' - Add the file 'gtkapplication_win32.c' to complement gtkapp...John Emmas
2013-09-03Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-09-03'libs/panners' - Remove the temporary export specifiers that were only used f...John Emmas
2013-09-03'libs/panners' - Disable a compiler-specific warningJohn Emmas
2013-09-03'libs/panners' - Fix a typo in 'vbap/vbap.cc'John Emmas
2013-09-03'libs/panners' - Use 'std::vector' to implement arrays whose size is unknown ...John Emmas
2013-09-03'libs/panners' - Use 'alloca()' for a stack based array whose size is unknown...John Emmas
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-03fix error introduced during recent changes to Mackie control support, involvi...Paul Davis
2013-09-03fix a few minor compilation warningsPaul Davis
2013-09-03Merge branch 'master' into windowsPaul Davis
2013-09-03use visibility macros to control visibility in control surface DLL/DSO'sPaul Davis
2013-09-03add commentPaul Davis
2013-09-03updated .po files from waf i18n, plus an updated gtk2_ardour/de.po from Edgar...Paul Davis
2013-09-02add std:: to clarify use of llabs on OS XPaul Davis
2013-09-02replace recently added attempt to use visibility macros with one based on gcc...Paul Davis
2013-09-02add visibility.h to provide generic DSO/DLL visibility macros for use with ar...Paul Davis
2013-09-02'libs/panners' - Streamline my previous API changes and include Tim's additio...John Emmas
2013-09-01improve scroll and drag behaviour of volume-controller knobRobin Gareus
2013-08-31fix keyboard interaction with volume knobs (monitor section)Robin Gareus
2013-08-31'libs/panners' - Add a conventional 'C' API call type to test building with MSVCJohn Emmas
2013-08-30'libs/panners' - A small test (before going too far) to see if these changes ...John Emmas
2013-08-29fix typo in IEC-meter 'weird-float' protection.Robin Gareus
2013-08-29protect meters against weird float valuesRobin Gareus
2013-08-29update external plugin UI handlingRobin Gareus
2013-08-27fix vari-speed phase (when used for calculation only)Robin Gareus
2013-08-27'libs/clearlooks-newer' - Clearlooks needs to be buildable as conventional 'C...John Emmas
2013-08-26Minor tweaks to MSVC build (hopefully of little consequence)John Emmas
2013-08-26'libs/gtkmm2ext' - Compiler specific includesJohn Emmas
2013-08-26'libs/gtkmm2ext' - Main body of changes required for building with MSVC (most...John Emmas
2013-08-26'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays (req...John Emmas
2013-08-26'libs/gtkmm2ext' - Remove "using namespace Gdk;" to avoid confusion (in 'fast...John Emmas
2013-08-25add LV2 support for kx:external-ui#Robin Gareus