summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-04-30add a sanity checkRobin Gareus
2015-04-30Correctly dereference 'fxbuf' when building with MSVCJohn Emmas
2015-04-30When testing for x86 / x64 architecture, don't forget the symbols that MSVC c...John Emmas
2015-04-27allow to compile PBD::Signals w/o connection debuggingRobin Gareus
2015-04-27const iteratorsRobin Gareus
2015-04-26Expose “/route/trim” midi binding.Robin Gareus
2015-04-24windows 32bit asm/fpu support.Robin Gareus
2015-04-24add missing regexp support to pbd/wscriptRobin Gareus
2015-04-24separate build host & target (fix win32 asm)Robin Gareus
2015-04-22Remove a 'no longer needed' source from our MSVC project (libpbd)John Emmas
2015-04-21<intrin.h> is for windows onlyPaul Davis
2015-04-21add required header for windows compile of FPU codePaul Davis
2015-04-21fix build of FPU code on OS X by reverting to use of _LP64 to identify 32/64 ...Paul Davis
2015-04-21merge all mingw and msvc specific code for FPU information into libs/pbd/fpu....Paul Davis
2015-04-21[Summary] Added SSE sound processing functions support for Windows. Version 1.Greg Zharun
2015-03-16hide issues with g_close() not being available in somewhat older versions of ...Paul Davis
2015-03-16add PBD::toggle_file_existence()Paul Davis
2015-03-12Revert commit 635578b3 relating to pthread debuggingTim Mayberry
2015-03-12Define DEBUG_THREAD_SELF when debug is enabledTim Mayberry
2015-03-11fix “no per-thread pool” abortRobin Gareus
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-03-08Reduce run time/output of PBD::Timer unit testTim Mayberry
2015-03-08Fix PBD::copy_file on windows to work with non-ascii pathsTim Mayberry
2015-03-03recursive regexp file search.Robin Gareus
2015-03-01Xthread: blocking read + non-blocking write mode.Robin Gareus
2015-02-28In libpbd the sources 'localeguard.cc/.h' and 'locale_guard.cc/.h' are essent...John Emmas
2015-02-27Fix unnecessary const violation.David Robillard
2015-02-14fix testPathIsWithin unit-test:Robin Gareus
2015-02-12Fix whitespace in pbd/debug.hTim Mayberry
2015-02-12Add local PwdReset class to reset pwd in event of test failureTim Mayberry
2015-02-12Add some more test assertions so that tests fail when they shouldTim Mayberry
2015-02-07Properly deallocate memory when clearing selection_op_history andnick_m
2015-02-06Make undo/redo work for:nick_m
2015-02-05make two obvously const methods actually be constPaul Davis
2015-02-05expand PBD::Pool API and add additional DEBUG_TRACE output.Paul Davis
2015-02-03Add an extra test to prevent 'PBD::path_is_within()' from looping infinitely ...John Emmas
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2015-01-18On Windows, #include <shellapi.h> so we can use ShellExecute()John Emmas
2015-01-18fix open_uri for windowsBen Loftis
2015-01-18Dramatically improve windows session-save-time by avoiding recursive calls to...Ben Loftis
2015-01-10Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardo...John Emmas
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-02Accommodate some newly introduced source files for building with MSVC (libpbd)John Emmas
2015-01-01Add PBD debug macros for recording timing dataTim Mayberry
2015-01-01Add tests that show the timing differences between the Glib/mm based timeoutsTim Mayberry
2015-01-01Add PBD::Timer/StandardTimer/BlinkTimer classes for convenient timeoutsTim Mayberry
2015-01-01Add Timing, TimingData and Timed classes for time measurement to pbd/timing.hTim Mayberry
2014-12-26class 'PBD::Configuration' doesn't actually get exported from libpbd - so mak...John Emmas