summaryrefslogtreecommitdiffstats
path: root/src/util/fifo.h
AgeCommit message (Expand)Author
2019-11-14Use rigtorp/SPSCQueue for MessagePipeUwe Klotz
2019-11-13Read/write single messages from/into a MessagePipeUwe Klotz
2019-11-13Delete unused mutex synchronization from lock-free MessagePipeUwe Klotz
2019-11-10util/fifo: Remove memset on object ptr to fix class-memaccess warningJan Holthuis
2019-09-06Fix blocking write for FIFOUwe Klotz
2016-05-07Move PortAudio files out of src/ and into lib/portaudio.RJ Ryan
2015-12-27Rename src/util.h to src/util/class.h.RJ Ryan
2015-08-23Added EnginenetWorkStream SoundDeviceNetwork, to treat network streams as a d...Daniel Schürmann
2014-12-03Ugh.RJ Ryan
2014-12-03Handle non-existent next-higher-power-of-2 in FIFO "gracefully".RJ Ryan
2014-04-25Merge branch masterMarcos CARDINOT
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-19code improvements for 5476daa - rryan suggestionMarcos CARDINOT
2014-04-17Structurally dead code - code cannot be reachedMarcos CARDINOT
2014-03-30Merge branch 'master' into multi_soundcard_fixesDaniel Schürmann
2014-03-30get rid of m_outputBufferDaniel Schürmann
2014-03-29zero out fifo buffer during initDaniel Schürmann
2014-03-20Make Fifo not failing due to size not power of 2; Expose aquire release inter...Daniel Schürmann
2013-11-26Refactor TwoWayMessagePipe to separate the sender and receiver so they can't ...RJ Ryan
2013-11-24Change terminology of TwoWayMessagePipe to use 'receiver' instead of 'target'.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan