summaryrefslogtreecommitdiffstats
path: root/src/core/hw/y2r.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add all services to the Service namespaceLioncash2016-12-111-1/+1
| | | | | Previously there was a split where some of the services were in the Service namespace and others were not.
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-9/+23
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-41/+36
|
* Y2R: num_tiles should be allowed when its value is 128 (#1669)JamePeng2016-04-151-1/+1
|
* Silence -Wsign-compare warnings.Rohit Nirmal2015-10-071-1/+1
|
* y2r: Give local variables an initial valueLioncash2015-09-101-3/+6
| | | | Keeps compilers/static analyzers quiet.
* core: Fix missing prototype warningsLioncash2015-07-291-0/+1
|
* Y2R: Fix narrowing warningaroulin2015-07-121-1/+1
|
* Core: Cleanup hw includes.Emmanuel Gil Peyrot2015-06-281-1/+3
|
* Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner2015-06-221-0/+369