Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
Lioncash
|
35ee8a1362
|
SoundStream: Internally construct the mixer
Instead of creating the mixer externally and then passing it in, it can just be made within the class.
|
2015-05-24 05:49:41 -04:00 |
Lioncash
|
f907e5cace
|
AlsaSoundStream: Use an enum class for signifying ALSA thread state
|
2015-05-11 01:56:01 -04:00 |
Lioncash
|
353205132c
|
AlsaSoundStream: Convert volatile variables to atomics
|
2015-05-11 01:55:59 -04:00 |
Ryan Houdek
|
71cb09f1ca
|
Merge pull request #1027 from rohit-n/change-include
Include CommonTypes.h instead of Common.h.
|
2014-09-10 00:35:16 -05:00 |
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
Lioncash
|
789a500ddc
|
AudioCommon: Remove unnecessary usages of mem_fn
|
2014-09-08 13:41:02 -04:00 |
lioncash
|
e79895e372
|
Replace use of the deprecated mem_fun function with mem_fn.
|
2014-04-01 12:09:22 -04:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |