Commit Graph

21 Commits (84d72fd92fcd737566efde0cb324c48dcd689997)

Author SHA1 Message Date
Lioncash 963aedd8cc Add all services to the Service namespace
Previously there was a split where some of the services were in the
Service namespace and others were not.
8 years ago
mailwl 5b136aa211 Set client SDK version to Service APIs 9 years ago
mailwl af7f5bef8d Style fix 9 years ago
mailwl 5872abeab9 Rename AcConfig, change types u8 to u32 9 years ago
mailwl a62df98686 AC_U: Stub functions, used if EULA agreed 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
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.
9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
mailwl bd8cc69893 ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2) 9 years ago
mailwl d6be7ff683 ac:u: Stub IsConnected 9 years ago
Lioncash 0937bed8d8 services: Get rid of unnecessary includes 9 years ago
Lioncash 0c6434c379 core: Apply static to local functions 10 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
10 years ago
Yuri Kunde Schlesner a79d21c83e Service: Clean-up Interface 10 years ago
purpasmart96 9796bc1fa2 More services & small clean ups 10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
Yuri Kunde Schlesner e321decf98 Remove SyncRequest from K::Object and create a new K::Session type
This is a first step at fixing the conceptual insanity that is our
handling of service and IPC calls. For now, interfaces still directly
derived from Session because we don't have the infrastructure to do it
properly. (That is, Processes and scheduling them.)
10 years ago
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros 11 years ago
purpasmart96 32d420330d AC_U: Added a stub for GetWifiStatus 11 years ago
purpasmart96 9821bfcb8e Add more services and some fixes, along with more "override"
in the service's headers
11 years ago
purpasmart96 539b4c883d Added a bunch of services 11 years ago