summaryrefslogtreecommitdiff
path: root/libs/pbd/stacktrace.cc
AgeCommit message (Expand)Author
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2015-12-01Move PBD symbol demangle functions into pbd/demangle.h/ccTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-07-18Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'John Emmas
2015-06-30fix headers for case-sensitive FS.Robin Gareus
2015-06-29add stacktrace() support for Windows (Grygorii Zharun)Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-29add proper namespace to PBD::demangle for systems without execinfoPaul Davis
2013-12-01'libs/pbd' - DLL visibility stuff and associated changes needed for building ...John Emmas
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-15Merge branch 'windows' into windows+ccJohn Emmas
2013-10-15re-fix typo in PBD::demangle() for systems without execinfo.hPaul Davis
2013-10-15fix namespace issue with demangle on systems without execinfo.hPaul Davis
2013-10-15fix typo in PBD::demangle() for systems without execinfo.hPaul Davis
2013-10-14'PBD::demangle()' - Minor modification to keep MSVC happyJohn Emmas
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-04provide PBD::demangle() even on platforms without HAVE_EXECINFOPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from deb...Paul Davis
2013-04-10remove extra output from PBD::stacktracePaul Davis
2013-04-05adjust demangling code a bit so that it can easily be used with typenames and...Paul Davis
2013-03-20make PBD::stacktrace() be clear if it cannot generate stacktraces for some (r...Paul Davis
2010-10-02Demangle stacktrace names.Carl Hetherington
2009-11-09make PBD::stacktrace() actually workPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-05-18Patch from agorka to add some includes required for building with the GCC shi...Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2007-02-01Moved GroupButtons to gtkmm2extTaybin Rutkin
2007-01-29small change to region creation for make-mono-regions; add untested short_pat...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-06-29Fixed i18n system.Taybin Rutkin