ardour.git
2013-07-20 John EmmasModify 'libs/vamp-plugins' to be buildable with MSVC
2013-07-18 John EmmasAdapt libs/pbd/ffs.cc to be buildable with MSVC
2013-07-17 Paul Davisbreak symbol name cycle on non-win32-non-gcc platforms
2013-07-17 John EmmasJOHNE - remove my earlier test file
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 John EmmasJOHNE - Testing to see if I have write access to the...
2013-07-17 John EmmasMiscellaneous header files (needed for building libpbd...
2013-07-17 John EmmasJOHNE source files (needed for building libpbd with...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 Tim MayberryUse PBD::ffs for portability
2013-07-17 Robin Gareuspossible fix for 5591 (show elements after re-adding...
2013-07-17 Tim MayberryAdd PBD::ffs function
2013-07-17 Tim MayberryAllow PBD::canonical_path to compile with mingw build
2013-07-17 Tim MayberryUse jack_client_stop_thread on windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-17 John EmmasRemaining changes needed for building libpdb on Windows...
2013-07-17 John EmmasAccommodate 'pthread-win32' and 'boost/regex' (for...
2013-07-17 Tim MayberryFix ambiguous type CheckMenuItem that is also defined...
2013-07-17 Tim MayberryWork around badly chosen argument name in giomm
2013-07-17 Tim MayberryAlso define casting macro when using mingw compiler
2013-07-17 Tim MayberryUse file modes supported by mingw compiler on Windows
2013-07-17 Tim MayberryUse g_lstat instead of lstat for portability
2013-07-17 John EmmasOther (Windows specific) includes for libpbd
2013-07-17 Robin Gareuswork around sparse motion notification events when...
2013-07-16 Paul Davisbump actual publically visible version (oops) 3.3
2013-07-16 Robin Gareusmeter-state 17 and 49 + code-comment
2013-07-16 Robin Gareuspossible fix for tracker.ardour.org/view.php?id=5586
2013-07-16 Robin Gareusrework metering states 2, 6, 18 and 22
2013-07-16 Robin Gareusfix re-drawing of splitting icon
2013-07-16 Robin Gareusrevert functionality of f842e8af2 (meter display in...
2013-07-16 Paul DavisRevert "C++11 Building - Use new style struct field...
2013-07-16 Robin Gareusyet another meter+monitoring detail:
2013-07-16 John Emmas'libs/pbd/file_utils.cc' didn't apply cleanly for some...
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 Robin Gareusfix metering states 34, 38, 49, 50, 53 and 54
2013-07-16 Robin Gareuszero meters for inactive tracks
2013-07-16 John EmmasWindows (compiler specific) includes for libpbd
2013-07-16 Robin Gareusmove ff* structs & typedef into dedicated namespace
2013-07-16 Robin Gareusincrease spacing between meter ticks and labels
2013-07-16 Robin GareusRMS meter - reset after calculating new data
2013-07-16 Robin Gareusfix "monitor mode 11"
2013-07-16 Robin Gareusfix input metering:
2013-07-16 Michael R.... Add c++11 enablement options in wscript
2013-07-16 Michael R.... Temporary OSX/Clang/C++11 workaround
2013-07-16 Michael R.... Dereference pointers in ctors where appropriate. (c...
2013-07-16 Michael R.... C++11 Building - Use new style struct field inititializing
2013-07-16 Michael R.... Include evoral/Note.hpp before pbd/compose.h
2013-07-16 Michael R.... Allow compiling with c++11 enabled
2013-07-16 Michael R.... C++11 Building - Add space between macros and quoted...
2013-07-16 Michael R.... Typo fixed: call class method instead of trying to...
2013-07-16 Michael R.... OSX GUI - Prevent compiler errors when -std=c++11 is...
2013-07-16 Paul Davisfinally get to the bottom of where NO_PLUGIN_STATE...
2013-07-16 Paul Davismore plugin state debugging
2013-07-16 Paul Davistweaks to NO_PLUGIN_STATE logic
2013-07-15 Robin Gareusadd option to disable cairo-RGBA overlays for meters.
2013-07-15 Paul DavisMerge branch 'apple' of https://github.com/mfisher31...
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-07-15 Michael R.... Startup BETA Mac Screen - Pull version number from...
2013-07-15 Michael R.... Correcting Indentation Errors
2013-07-15 Paul DavisUpdate Pango modules file to work with Pango version...
2013-07-15 Paul DavisUpdate mingw package script for Fedora 17
2013-07-15 Paul DavisUpdate mingw environment to work with mingw-64 toolchai...
2013-07-15 Paul DavisDisable check for boost with mingw build
2013-07-15 Paul Davis(reapply with fixes) Build system changes to support...
2013-07-15 Michael R.... Fix typo in osx BETA startup screen
2013-07-15 Paul DavisRevert "Build system changes to support mingw build...
2013-07-15 Paul DavisRevert "tweaks to mingw build environment"
2013-07-15 Paul Davistweaks to mingw build environment
2013-07-15 Paul DavisBuild system changes to support mingw build target
2013-07-15 Paul Davisadd and Update mutex test that is no longer necessary...
2013-07-15 Paul DavisAdd JACK utility functions in libardour and test
2013-07-15 Paul DavisUse g_stat in AudioSource::initialize_peakfile for...
2013-07-15 Paul DavisUse g_rename in AudioSource::rename_peakfile for portab...
2013-07-15 Paul DavisUse g_utime for portability in AudioSource::touch_peakfile
2013-07-15 Paul DavisUse g_stat in AudioSource::touch_peakfile for portability
2013-07-15 Paul DavisAdd basic test for PluginManager and LADSPA plugins
2013-07-15 Paul Davis Use ARDOUR::ladspa_search_path and PBD::find_matching_...
2013-07-15 Robin GareusRevert new meter types (postponed until after 3.3 release)
2013-07-15 Robin Gareusadd new meter-type enums (amend 80aa2574)
2013-07-15 Robin Gareusadd VU and IEC meter DSP (from jmeters)
2013-07-15 Robin Gareussimplify meter-type context menu
2013-07-15 Robin Gareusmove ardour meter globals into dedicated namespace...
2013-07-15 Paul DavisAdd ARDOUR::ladspa_search_path function to get LADSPA...
2013-07-15 Paul DavisFix finding panner modules on windows by looking for...
2013-07-15 Paul DavisAdd ladspa directory name to directory names
2013-07-15 Paul Davis Don't include jack/weakjack.h header when compiling...
2013-07-15 Paul DavisFix portability of Session::source_search_path
2013-07-15 Paul DavisFix reading and writing of files on windows in PBD...
2013-07-15 Paul DavisDon't use errno after g_file_test on windows
2013-07-15 Paul DavisUse g_open instead of ::open in PBD::FileManager
2013-07-15 Paul DavisUse ::write instead of pwrite in AudioSource::compute_...
2013-07-15 Paul DavisUse ::read instead of pread in AudioSource::read_peaks...
2013-07-15 Michael R.... Housekeeping
2013-07-15 Michael R.... set the flag true
2013-07-15 Michael R.... Lazily load bundled LV2 plugins in LV2PluginInfo::disco...
2013-07-15 Michael R.... Formatting only.
2013-07-15 Michael R.... Use a static string variable for dll path.
2013-07-14 Alexandre ProkoudineUpdate Russian translation
2013-07-14 Robin Gareusswitch to WM::Proxy Action management
2013-07-14 Paul DavisMerge branch 'master' into windows
next