Define 'suseconds_t' which isn't normally defined for Windows
[ardour.git] / libs /
2013-09-25 John EmmasMerge branch 'cairocanvas' into windows+cc
2013-09-25 Paul Davisonly generate some current canvas debug output when...
2013-09-25 Paul Davisadd casting for MSVC sqrt
2013-09-25 Paul Davisfix a typo in canvas-debug.h
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
2013-09-19 Paul Davisremove file (this moved to libs/backends/jack as part...
2013-09-19 Paul Davismove configure-time dependency on PortAudio out of...
2013-09-18 John Emmas'libs/ardour' - Further compiler specific changes
2013-09-18 John Emmas'libs/ardour' - Further platform specific changes
2013-09-18 John Emmas'libs/ardour' - Use 'std::vector' to implement an array...
2013-09-18 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-18 John Emmas'libs/ardour' - Clarify ambiguous symbols (needs to...
2013-09-18 John Emmas'libs/ardour/async_midi_port.cc' - Add a missing header...
2013-09-18 John Emmas'libs/gtkmm2ext/idle_adjustment.cc' - Add a missing...
2013-09-18 Paul DavisMerge branch 'master' into cairocanvas
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-17 Paul Davisfix crash caused by trying to unregister null ports
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-17 Paul Davisa few DEBUG_TRACE improvements
2013-09-16 Paul Davismore session construction order changes, and removal...
2013-09-16 Paul Davisfix missing initialization of two Session members,...
2013-09-16 Paul Davisfix language issue
2013-09-16 Paul Davisallow waf to handle inconsistent case where cwiid.h...
2013-09-16 Paul Davisfix ordering in session construction so that new sessio...
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix change in waf uselib name for libardour vs. master
2013-09-14 Paul Davisfix merge conflicts with master
2013-09-14 Paul Davisreally fix build issues after removal of "using" directives
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul Davisfix build issues after removal of "using" directives
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul Daviscerr output when JACK halt callback is executed
2013-09-14 Paul Davisfix return value from thread creation function when...
2013-09-14 Paul Davismove creation of Graph till after we have the engine...
2013-09-13 Paul DavisMerge branch 'master--arm' of https://github.com/nphili...
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul Davisuse visibility control on JACK audio backend, so that...
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul Davisupdate JACK backend to use new inheritance structure...
2013-09-13 Paul Davischange inheritance so that an AudioBackend IS-A PortEngine
2013-09-13 Paul Davisexplanatory comment
2013-09-12 Paul Davisremove some debug output messages
2013-09-12 Paul Davisdon't stop metering thread when session is removed...
2013-09-12 Paul Davislots of changes to auto-start (and stop) the backend...
2013-09-12 Paul Davisreinstate unblocking-of-connections in session setup...
2013-09-12 Paul Davischange names, add comment, improve return type to avoid...
2013-09-12 Paul Davismerge with master and fix Searchpath conflict
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisadd AudioBackendNativeThread to serve the same role...
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-12 Paul Davisalways add a timeout value of 200msec to jack, just...
2013-09-11 Paul Davis*maybe* fix issues with zombification during session...
2013-09-11 Paul Davismake use of measured latency values to set dialog contr...
2013-09-11 Paul Davisremove some configure time tests from libs/ardour regar...
2013-09-11 Paul Davismake quit work even when latency measurement is in...
2013-09-11 Paul Davisfix handling of new session
2013-09-11 Paul Davismore tweaks to latency measurement
2013-09-11 Paul Davisbasic functionality for hardware latency measurement
2013-09-10 Paul Davismany changes relating to session construction and audio...
2013-09-10 Paul Davisstart reordering of Session initialization
2013-09-10 Paul Davisfix name of control app for Delta1010
2013-09-10 Paul Davismove control app launching back into audio backend...
2013-09-09 Paul Davisfix control app breakage
2013-09-09 Paul Davisadd envy24 control app name
2013-09-09 Paul Davislaunching control app is now responsibility of ardour...
2013-09-09 Paul Davisinitial work on adding access to h/w control apps when...
2013-09-09 Paul Davisadd can_change_{sample_rate,buffer_size}_while_running...
2013-09-09 Paul Davismove engine dialog from a widget to an actual dialog...
2013-09-07 Paul Davismove inadvertently moved jack_slave.cc back to its...
2013-09-07 Paul Davisother changes for separated jack backend
2013-09-07 Paul Davismove JACK audio backend to its own folder and adjust...
2013-09-06 Paul Davisadd support in JACK backend for specifying number of...
2013-09-06 Paul Davisfix merge conflicts with audioengine
2013-09-06 Paul Davisfix JACK backend setup so that we know about graph...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-06 Paul Davisfix for unconditional use of #include <malloc.h> which...
2013-09-06 Paul Davistighten up error handling a little bit during various...
2013-09-06 Paul Davisexit early from AsyncMIDIPort::drain() if it will never...
2013-09-06 Tim MayberryUse correct define when building ControlProtocol to...
2013-09-06 Tim MayberryRename SearchPath class Searchpath
2013-09-06 Tim MayberryIfdef some non-portable code for MinGW
2013-09-06 Tim MayberryFix for isnan using MinGW compiler
2013-09-06 Tim MayberryAdd test for writing a jack config file
2013-09-06 Tim MayberryRemove windows specific quoting now that jack autostart...
2013-09-06 Tim MayberryRemove ARDOUR::start_jack_server now that jack autostar...
2013-09-06 Paul Davisfix a problem creating and displaying connected status...
2013-09-05 Paul Davismove MidiPortManager from AudioEngine to Session
2013-09-05 John Emmas'libs/ardour' - Revert 'std::llabs' to 'llabs' until...
2013-09-05 John Emmas'libs/ardour' - Minor changes to prevent MSVC from...
2013-09-05 John Emmas'surfaces/mackie' - Platform specific changes
2013-09-05 John Emmas'surfaces/mackie' - Other minor changes needed for...
2013-09-05 John Emmas'surfaces/mackie' - Comment out some structure field...
2013-09-05 John Emmas'surfaces/generic_midi' - Specify 'MIDI::byte' instead...
2013-09-05 John Emmas'surfaces/generic_midi' - Comment out some structure...
2013-09-05 John Emmas'surfaces/generic_midi' - Minor modification to prevent...
2013-09-05 John Emmas'libs/audiographer' - Try 'lrintf' instead of 'rintf...
2013-09-05 John Emmas'libs/audiographer' - Use 'alloca()' for a stack based...
2013-09-04 Paul Davisrename interface_ stuff in the engine dialog to device_...
next