Mercurial > hg > svcore
log
age | author | description |
---|---|---|
Wed, 09 Oct 2013 14:44:05 +0100 | Chris Cannam | I don't think this optimisation is worth the loss of data fidelity any more |
Mon, 16 Sep 2013 15:47:27 +0100 | Chris Cannam | Memory barriers in ringbuffer |
Tue, 30 Jul 2013 18:15:30 +0100 | Chris Cannam | Merge |
Fri, 19 Jul 2013 13:47:11 +0100 | Chris Cannam | Use thread-local storage for network managers; otherwise we get "Cannot create children for a parent that is in a different thread" from nm.get() |
Wed, 24 Jul 2013 18:24:55 +0100 | Chris Cannam | Merge |
Wed, 24 Jul 2013 18:12:57 +0100 | Chris Cannam | When switching to "literal mode" for a local file path, use the original file path as passed to the FileSource ctor rather than going through QUrl. This avoids filename becoming encoded and QUrl::toString failing to decode it (as is happening with Windows paths using Qt5 currently). |