summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-23'libs/taglib' - Remove 52 x symlinks which needn't be under git controlJohn Emmas
2013-07-23'libs/evoral' - For each of the NNNN_lower_bound() functions (3 in total) add...John Emmas
2013-07-23'libs/evoral' - Through a compiler extension gcc can implement an array whose...John Emmas
2013-07-23'std::isnan' is not available in MSVC (at least, not VC8)John Emmas
2013-07-23'libs/evoral' - cast the returned pointers from malloc() / g_ptr_array_index(...John Emmas
2013-07-23Remove an unnecessary #include that prevents 'libs/evoral' from building with...John Emmas
2013-07-23Remove some unnecessary warnings when building 'libs/qm-dsp' with MSVCJohn Emmas
2013-07-20Modify 'libs/vamp-plugins' to be buildable with MSVCJohn Emmas
2013-07-18Adapt libs/pbd/ffs.cc to be buildable with MSVCJohn Emmas
2013-07-17break symbol name cycle on non-win32-non-gcc platformsPaul Davis
2013-07-17JOHNE - remove my earlier test fileJohn Emmas
2013-07-17Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-07-17JOHNE - Testing to see if I have write access to the repoJohn Emmas
2013-07-17Miscellaneous header files (needed for building libpbd with MSVC)John 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-17possible fix for 5591 (show elements after re-adding them)Robin Gareus
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 th...John Emmas
2013-07-17Accommodate 'pthread-win32' and 'boost/regex' (for libpbd)John Emmas
2013-07-17Fix ambiguous type CheckMenuItem that is also defined via windows.hTim Mayberry
2013-07-17Work around badly chosen argument name in giommTim Mayberry
2013-07-17Also define casting macro when using mingw compilerTim Mayberry
2013-07-17Use file modes supported by mingw compiler on WindowsTim Mayberry
2013-07-17Use g_lstat instead of lstat for portabilityTim Mayberry
2013-07-17Other (Windows specific) includes for libpbdJohn Emmas
2013-07-17work around sparse motion notification events when tooltips are disabledRobin Gareus
2013-07-16bump actual publically visible version (oops)3.3Paul Davis
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-16fix re-drawing of splitting iconRobin 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
2013-07-16yet another meter+monitoring detail:Robin Gareus
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
2013-07-16zero meters for inactive tracksRobin Gareus
2013-07-16Windows (compiler specific) includes for libpbdJohn Emmas
2013-07-16move ff* structs & typedef into dedicated namespaceRobin Gareus
2013-07-16increase spacing between meter ticks and labelsRobin Gareus
2013-07-16RMS meter - reset after calculating new dataRobin Gareus
2013-07-16fix "monitor mode 11"Robin Gareus
2013-07-16fix input metering:Robin Gareus
2013-07-15Add c++11 enablement options in wscriptMichael R. Fisher