Weiyi Wang
|
9458e4d8ec
|
CoreTiming: wrap into class
|
2018-11-04 10:26:38 -05:00 |
|
Weiyi Wang
|
7d8f115185
|
Prefix all size_t with std::
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
|
2018-09-06 16:03:28 -04:00 |
|
James Rowe
|
c35a251d86
|
Merge pull request #3985 from BreadFish64/fix-warnings
core: clean up warnings
|
2018-08-02 11:14:57 -06:00 |
|
BreadFish64
|
74cd98ecad
|
core: clean up warnings
|
2018-08-01 14:10:23 -05:00 |
|
NarcolepticK
|
8f70e9a318
|
service/dsp: Addressed comments about function name and pointer type
|
2018-07-29 15:18:30 -04:00 |
|
NarcolepticK
|
b840c63386
|
service/dsp: Clean up global state
|
2018-07-24 16:15:37 -04:00 |
|
NarcolepticK
|
c39daa3c01
|
service/dsp: Migrate to ServiceFramework (#3915)
* service/dsp: Migrate to ServiceFramework
* service/dsp: Removed redundant buffer copy
* service/dsp: Addressed comment about pushing u32 instead of bool
* service/dsp: Fix clang format
* service/dsp: Addressed comment about minimizing global state
* service/dsp: Addressed comments and fixed log call issue
* service/dsp: Fix missed clang format
|
2018-07-12 17:54:26 +03:00 |
|
wwylele
|
0eab948728
|
reformat all files with clang-format
|
2018-06-29 16:56:12 +03:00 |
|
wwylele
|
7c5a76e58b
|
log: replace all NGLOG with LOG
|
2018-06-29 14:18:07 +03:00 |
|
Daniel Lim Wee Soong
|
693b190274
|
audio_core: Migrate logging macros
Follow-up of #3533
Replace prefix of all logging macros from LOG to NGLOG
|
2018-03-24 21:45:58 +08:00 |
|
MerryMage
|
adf9a19095
|
fixup! audio_core: Remove global state
|
2018-02-04 22:23:51 +00:00 |
|
MerryMage
|
ab3d53131a
|
audio_core: Remove global state
|
2018-02-03 15:15:17 +00:00 |
|