summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2013-07-17Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-07-17JOHNE source files (needed for building libpbd with MSVC)John Emmas
2013-07-17Merge branch 'master' into windowsPaul Davis
2013-07-17Use PBD::ffs for portabilityTim Mayberry
2013-07-17Add PBD::ffs functionTim Mayberry
2013-07-17Allow PBD::canonical_path to compile with mingw buildTim Mayberry
2013-07-17Use jack_client_stop_thread on windowsTim Mayberry
2013-07-17Merge branch 'windows' of git://git.ardour.org/ardour/ardour into windowsJohn Emmas
2013-07-17Remaining changes needed for building libpdb on Windows (except for adding ↵John Emmas
the extra JE source modules)
2013-07-17Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)John Emmas
2013-07-17Other (Windows specific) includes for libpbdJohn Emmas
2013-07-16meter-state 17 and 49 + code-commentRobin Gareus
2013-07-16possible fix for http://tracker.ardour.org/view.php?id=5586Robin Gareus
2013-07-16rework metering states 2, 6, 18 and 22Robin Gareus
2013-07-16revert functionality of f842e8af2 (meter display in DISK mode)Robin Gareus
2013-07-16Revert "C++11 Building - Use new style struct field inititializing" (this codePaul Davis
change breaks gcc on several platforms). This reverts commit bf153e58a5e3b31536648bff4b95bf6e0a107c6c.
2013-07-16yet another meter+monitoring detail:Robin Gareus
"explicit Monitor DISK" + "Transport Stop" + "not track rec-en" -> meter is always zero
2013-07-16'libs/pbd/file_utils.cc' didn't apply cleanly for some reasonJohn Emmas
2013-07-16Merge branch 'clang' of https://github.com/axetota/ardourRobin Gareus
2013-07-16fix metering states 34, 38, 49, 50, 53 and 54Robin Gareus
for state descriptions see http://www.oofus.co.uk/ardour/Ardour3MonitorModesV3.pdf
2013-07-16zero meters for inactive tracksRobin Gareus
2013-07-16Windows (compiler specific) includes for libpbdJohn Emmas
2013-07-16RMS meter - reset after calculating new dataRobin Gareus
2013-07-16fix "monitor mode 11"Robin Gareus
see http://www.oofus.co.uk/ardour/Ardour3MonitorModesV2.pdf the overall logic can probably be simplified somewhat track-rec-enable on -> always monitor input
2013-07-16fix input metering:Robin Gareus
if meter==input, meter depends on In/Disk see also 29108187ed
2013-07-15Temporary OSX/Clang/C++11 workaroundMichael R. Fisher
- Adds a directive that includes <vector> upon specific conditions - WIP
2013-07-15C++11 Building - Use new style struct field inititializingMichael R. Fisher
- clang with std=c++11 enabled was failing here
2013-07-15Include evoral/Note.hpp before pbd/compose.hMichael R. Fisher
- This workaround prevents a clang compiler error about template visibility
2013-07-15Allow compiling with c++11 enabledMichael R. Fisher
2013-07-15Typo fixed: call class method instead of trying to use as a variableMichael R. Fisher
2013-07-15finally get to the bottom of where NO_PLUGIN_STATE needs to be in order to ↵Paul Davis
be useful
2013-07-15more plugin state debuggingPaul Davis
2013-07-15tweaks to NO_PLUGIN_STATE logicPaul Davis
2013-07-16add option to disable cairo-RGBA overlays for meters.Robin Gareus
2013-07-15use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in ↵Paul Davis
several files
2013-07-15(reapply with fixes) Build system changes to support mingw build targetPaul Davis
2013-07-15Revert "Build system changes to support mingw build target"Paul Davis
This reverts commit 94145732f3bd406ec75652117c02c8aaab6777ca.
2013-07-15Build system changes to support mingw build targetPaul Davis
2013-07-15add and Update mutex test that is no longer necessary now that glib has been ↵Paul Davis
fixed
2013-07-15Add JACK utility functions in libardour and testPaul Davis
This contains much of the code present in the GUI EngineDialog class but refactored with some added windows bits.
2013-07-15Use g_stat in AudioSource::initialize_peakfile for portabilityPaul Davis
2013-07-15Use g_rename in AudioSource::rename_peakfile for portabilityPaul Davis
2013-07-15Use g_utime for portability in AudioSource::touch_peakfilePaul Davis
2013-07-15Use g_stat in AudioSource::touch_peakfile for portabilityPaul Davis
2013-07-15Add basic test for PluginManager and LADSPA pluginsPaul Davis
2013-07-15 Use ARDOUR::ladspa_search_path and PBD::find_matching_files to find LADSPA ↵Paul Davis
modules
2013-07-15Add ARDOUR::ladspa_search_path function to get LADSPA module directoriesPaul Davis
2013-07-15Fix finding panner modules on windows by looking for files with *.dll extensionPaul Davis
2013-07-15Add ladspa directory name to directory namesPaul Davis
2013-07-15 Don't include jack/weakjack.h header when compiling for windowsPaul Davis