summaryrefslogtreecommitdiff
path: root/libs/pbd/cpus.cc
AgeCommit message (Collapse)Author
2019-08-03Update core library GPL boilerplate and (C) from git logRobin Gareus
2019-07-26Prefix all env variable with "ARDOUR_"Robin Gareus
In particular "CONCURRENCY" can be problematic. But in general it's good practice to use a namespace prefix for app-specifics.
2019-04-12Mixbus likes hyperthreading on MacRobin Gareus
2017-08-04NO-OP: whitespaceRobin Gareus
2017-08-04Graph profiling: allow to override max DSP thread count & calc avg.Robin Gareus
2016-06-26Enable build for FreeBSD (part 1/2)Robin Gareus
Adopted from Michael Beer -- GH pull-request #232 with minor changes: * rebased on master, * removed trailing whitespace, * don't explicitly change saved configuration defaults (wscript) * moved sys/wait (WNOHANG) to header include * separate changes in GUI and lib
2014-12-23fix for case-sensitive FS - aa80515f3Robin Gareus
2014-12-23[Summary] Fixed audio export on Windows. Added support of windows platform ↵Greg Zharun
for the function that calculated hardware concurrency. Because there was no implementation for this function on windows it used to return 0. This meant that no thread was created to process the data.
2014-10-08When building 'libs/pbd/cpus.cc' (with MSVC) make sure we know what ↵John Emmas
'PTW32_VERSION' is
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu ↵Paul Davis
includes hyperthreading cpus)
2013-01-30minor header fix for OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14032 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
(may need further cleanup: compare with timbyr's windows patch, verify fst/vsti + ALSA) git-svn-id: svn://localhost/ardour2/branches/3.0@13774 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-24use JACK thread creation functions to create process-graph threads; provide ↵Paul Davis
GUI control over number of threads-relative-to-number-of-CPUS git-svn-id: svn://localhost/ardour2/branches/3.0@7296 d708f5d6-7413-0410-9779-e7cbd77b26cf