try some alternate, hard numbers when resetting open file limits on OS X
[ardour.git] / libs / pbd /
2014-12-10 Paul Davisuse correct conditional to choose between different...
2014-12-10 Paul Davisadd DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with...
2014-12-09 Paul Daviscorrect install location for .mo files (i18n) and clean...
2014-12-05 John EmmasAdd 'pbd/crossthread.cc' to the MSVC build
2014-12-04 Robin Gareusfix windows compilation
2014-12-04 Paul Davisadd required header
2014-12-04 Paul Davismove WSAStartup() and WSACleanup() out of per-object...
2014-12-04 Paul Davisclean up whitespace
2014-12-04 Tim MayberryInclude pbd/crossthread.cc in the mingw build
2014-12-04 Tim MayberryUse correct name for windows.h
2014-12-04 Paul Davisfix up BaseUI to use crossthreadchannel on all platforms
2014-12-04 Paul Davisnew platform specific crossthreadchannel files
2014-12-04 Paul Davismanually merge new CrossThreadChannel implementation...
2014-12-03 Tim MayberryFix running libpbd unit tests when $TOP(in test scripts...
2014-12-03 Tim MayberryAdd DEBUG_TRACE output to PBD::canonical_path
2014-12-03 Tim MayberryAdd ability to set libpbd debug options via PBD_DEBUG...
2014-12-03 Tim MayberryMove setting _fmode flag on windows into PBD::init
2014-12-03 Tim MayberryRemove references in pbd test script to libs no longer...
2014-12-03 Tim MayberryMake pbd test script consistant with other test scripts
2014-12-03 Tim MayberryUse test_output_directory() in pbd filesystem test
2014-12-03 Tim MayberryRemove unnecessary comma in pbd wscript file
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in test_output_directory
2014-12-03 Tim MayberryAdd PBD::tmp_writable_directory utility function to...
2014-11-30 John EmmasProcess 'default_ui_config.in' when building with MSVC
2014-11-25 David RobillardRemove dead code.
2014-11-24 Robin Gareusfix OSX open URL in browser
2014-11-24 John EmmasSimulate 'trunc()' which isn't available in MSVC
2014-11-24 John EmmasRemove a commented out line in 'pbd/stacktrace.h'
2014-11-23 Robin Gareusamend c4533939b9
2014-11-23 Robin Gareusfix/silence various compiler warnings.
2014-11-23 Robin Gareus-Wunused-function on windows
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
2014-10-19 Robin GareusOS 10.10 compile fixes
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-08 John EmmasWhen building 'libs/pbd/cpus.cc' (with MSVC) make sure...
2014-10-02 Robin Gareusfix clock_gettime detection
2014-09-30 Robin Gareusadd missing header include (for snprintf)
2014-09-28 Robin Gareusrecursive file copy function
2014-09-11 Paul Davisprovide compile-time-enabled/disabled debugging of...
2014-09-09 John EmmasAdd 'libs/pbd/pbd/pthread_utils.h' to our pbd project...
2014-09-09 John EmmasRe-introduce our pthread macros (after fixing an earlie...
2014-09-09 John EmmasRevert "Add a couple of pthread helper macros"
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
2014-08-04 John EmmasModify our VC project files to work with msvc32-fixup.pl
2014-07-27 John EmmasMinor change to 'pbd/controllable.h'
2014-07-22 Ben Loftis3 monitor tweaks for the_CLA. shift+click to default...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-11 Robin Gareuspossible fix for win SystemExec::wait()
2014-07-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-07-11 Paul Daviscatch null vfork_exec_wrapper before it is too late
2014-07-11 John EmmasAdd newly introduced (MD5) sources to our MSVC project...
2014-07-08 Paul DavisAdd PBD::get_suffix() for ripping file suffixes from...
2014-07-08 Paul Davisadd operator-= variants for PBD::Searchpath
2014-07-08 Paul Davisadd MD5 implementation to wscript
2014-07-08 Paul Davisadd cleaned up MD5 C++ implementation for general use
2014-07-06 Robin Gareusoptimize SystemExec::output_interposer()
2014-07-05 Colin FletcherMake $PATH search in SystemExec actually work
2014-07-05 Robin Gareusdebug info to trace down "cannot rename temp session...
2014-07-01 Ben Loftissplice mode is undefined, undocumented, and buggy....
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-28 Robin Gareussearch-path: filter out duplicates
2014-06-28 John EmmasUse 'GStatBuf' in preference to 'struct stat' (which...
2014-06-28 John EmmasRemove (no longer needed) sources from our MSVC projects
2014-06-25 Tim MayberryAdd unit tests for PBD::clear_directory and PBD::remove...
2014-06-25 Tim MayberryRename internal class to stop the wrong destructor...
2014-06-25 Tim MayberryAdd a PBD::TextReceiver in pbd testrunner
2014-06-25 Tim MayberryAdd simple test for PBD::find_files_matching_pattern
2014-06-25 Tim MayberryUse PBD::FdFileDescriptor in PBD::copy_file
2014-06-25 Tim MayberryFix PBD::copy_file so it works with non-ASCII filenames...
2014-06-25 Tim MayberryAdd test utility function to PBD tests to return some...
2014-06-25 Tim MayberryAdd a test for PBD::copy_file using test files with...
2014-06-25 Tim MayberryFix PBD::copy_files so that it uses O_BINARY on windows...
2014-06-25 Tim MayberryUse PLATFORM_WINDOWS define instead of WIN32 in PBD...
2014-06-25 Tim MayberryCall PBD::init and PBD::cleanup in pbd test executable
2014-06-25 Tim MayberryAdd test for PBD::copy_file
2014-06-25 Tim MayberryAdd utility function to test lib to create a test directory
2014-06-25 Tim MayberryChange PBD::get_files and PBD::get_paths to take a...
2014-06-25 Tim MayberryAdd/Update docs in pbd/file_utils.h
2014-06-25 Tim MayberryUse run_functor_for_paths in PBD::get_paths
2014-06-25 Tim MayberryRename PBD::get_files_in_directory to just PBD::get_fil...
2014-06-25 Tim MayberryRename PBD::get_directory_contents to PBD::get_paths
2014-06-25 Tim MayberryUse run_functor_for_paths in PBD::find_files_matching_p...
2014-06-25 Tim MayberryAdd function PBD::find_paths_matching_filter
2014-06-25 Tim MayberryUse run_functor_for_paths in PBD::find_files_matching_f...
2014-06-25 Tim MayberryAdd function to file_utils intended to be used internally
2014-06-25 Tim MayberryAdd some debug output in file_utils.cc
2014-06-25 Tim MayberryRemove reference to strtok_r now that it isn't used
2014-06-25 Tim MayberryChange formatting of DEBUG_TRACE calls to match style...
2014-06-25 Tim MayberryMove functions in pbd/clear_dir.h/cc into pbd/file_util...
2014-06-25 Tim MayberryAdd remove_directory_internal function and use it in...
2014-06-25 Tim MayberryReimplement PBD::clear_dir using PBD::get_directory_con...
2014-06-25 Tim MayberryRename PBD::find_file_in_search_path to just PBD::find_file
2014-06-25 Tim MayberryUse PBD::find_files_matching_pattern instead of other...
2014-06-25 Tim MayberryAdd a variation of PBD::find_files_matching_pattern...
2014-06-25 Tim MayberryAdd new function PBD::find_files_matching_pattern
next