Yuri Kunde Schlesner
|
723dc644fa
|
ResultVal: Remove MoveFrom()
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in
case you already have an rvalue.
|
2017-06-18 19:03:15 -07:00 |
|
Yuri Kunde Schlesner
|
d96a9e0c11
|
Service: Remove unnecessary includes from service.h
This has a huge fallout in terms of needing to fix other files because
all service implementations included that file.
|
2017-06-06 02:57:23 -07:00 |
|
mailwl
|
7f27be1521
|
Service/CECD: Add cecd:ndm service
|
2016-12-15 09:52:40 +03:00 |
|
Lioncash
|
0229983ff2
|
cecd_u: Update function table
Updated based off information from 3dbrew.
|
2016-12-08 00:56:46 -05:00 |
|
Yuri Kunde Schlesner
|
84fbbe2629
|
Use negative priorities to avoid special-casing the self-include
|
2016-09-21 00:15:56 -07:00 |
|
Emmanuel Gil Peyrot
|
ebdae19fd2
|
Remove empty newlines in #include blocks.
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
2016-09-21 11:15:47 +09:00 |
|
Yuri Kunde Schlesner
|
396a8d91a4
|
Manually tweak source formatting and then re-run clang-format
|
2016-09-18 21:14:25 -07:00 |
|
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
mailwl
|
61ec5fa776
|
cecd:u: stub GetCecStateAbbreviated (#1648)
|
2016-04-08 15:39:52 -04:00 |
|
mailwl
|
cb8e85a37d
|
cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandle
|
2016-03-31 14:59:10 +03:00 |
|
Lioncash
|
0937bed8d8
|
services: Get rid of unnecessary includes
|
2016-02-02 01:40:23 -05:00 |
|
Lioncash
|
5e5bb0c32e
|
services: Update function tables
|
2016-02-01 21:49:44 -05:00 |
|
purpasmart96
|
7933dbe6a0
|
Services: Continue separation of services into their own folders
|
2015-06-11 20:41:59 -07:00 |
|