summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-09-25Merge branch 'cairocanvas' into windows+ccJohn Emmas
2013-09-25only generate some current canvas debug output when CANVAS_DEBUG is defined, ...Paul Davis
2013-09-25add casting for MSVC sqrtPaul Davis
2013-09-25fix a typo in canvas-debug.hPaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-19remove file (this moved to libs/backends/jack as part of the audioengine chan...Paul Davis
2013-09-19move configure-time dependency on PortAudio out of libs/ardour and into libs/...Paul Davis
2013-09-18'libs/ardour' - Further compiler specific changesJohn Emmas
2013-09-18'libs/ardour' - Further platform specific changesJohn Emmas
2013-09-18'libs/ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-09-18Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-09-18'libs/ardour' - Clarify ambiguous symbols (needs to be checked)John Emmas
2013-09-18'libs/ardour/async_midi_port.cc' - Add a missing header fileJohn Emmas
2013-09-18'libs/gtkmm2ext/idle_adjustment.cc' - Add a missing header fileJohn Emmas
2013-09-17Merge branch 'master' into cairocanvasPaul Davis
2013-09-17Merge branch 'master' into windowsPaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-17fix crash caused by trying to unregister null portsPaul Davis
2013-09-16Merge branch 'master' into cairocanvasPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16a few DEBUG_TRACE improvementsPaul Davis
2013-09-16more session construction order changes, and removal of n_physical_{inputs,ou...Paul Davis
2013-09-16fix missing initialization of two Session members, which fixes a crash during...Paul Davis
2013-09-16fix language issuePaul Davis
2013-09-16allow waf to handle inconsistent case where cwiid.h is present but not the pk...Paul Davis
2013-09-16fix ordering in session construction so that new sessions and existing ones b...Paul Davis
2013-09-14Merge branch 'master' into cairocanvasPaul Davis
2013-09-14fix change in waf uselib name for libardour vs. masterPaul Davis
2013-09-14fix merge conflicts with masterPaul Davis
2013-09-14really fix build issues after removal of "using" directivesPaul Davis
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-14fix build issues after removal of "using" directivesPaul Davis
2013-09-14Merge branch 'master' into windowsPaul Davis
2013-09-14cerr output when JACK halt callback is executedPaul Davis
2013-09-14fix return value from thread creation function when not connected to JACKPaul Davis
2013-09-14move creation of Graph till after we have the engine running, since we need a...Paul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-13use visibility control on JACK audio backend, so that we can import this chan...Paul Davis
2013-09-13Merge branch 'master' into windowsPaul Davis
2013-09-13update JACK backend to use new inheritance structure for AudioBackendPaul Davis
2013-09-13change inheritance so that an AudioBackend IS-A PortEnginePaul Davis
2013-09-13explanatory commentPaul Davis
2013-09-12remove some debug output messagesPaul Davis
2013-09-12don't stop metering thread when session is removed; move engine-setup code in...Paul Davis
2013-09-12lots of changes to auto-start (and stop) the backend for latency measurements...Paul Davis
2013-09-12reinstate unblocking-of-connections in session setup, accidentally dropped in...Paul Davis
2013-09-12change names, add comment, improve return type to avoid extra call to get Eng...Paul Davis
2013-09-12merge with master and fix Searchpath conflictPaul Davis
2013-09-12merge with masterPaul Davis
2013-09-12add AudioBackendNativeThread to serve the same role as jack_native_thread_tPaul Davis