| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive removal of unused modules | 2018-01-12 | 1 | -224/+0 | |
| | | |||||
| * | Remove built-in (non-Microprofile) profiler | 2017-02-26 | 1 | -109/+2 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -3/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -37/+33 | |
| | | |||||
| * | Qt: Fix MicroProfile dpi scaling | 2016-06-18 | 1 | -7/+6 | |
| | | |||||
| * | Microprofile: DPI-aware drawing | 2016-05-12 | 1 | -4/+12 | |
| | | |||||
| * | Common: Remove section measurement from profiler (#1731) | 2016-04-29 | 1 | -24/+2 | |
| | | | | | This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | ||||
| * | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | 2016-04-28 | 1 | -0/+13 | |
| | | | | | | | | | | | | | * Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line | ||||
| * | general: Replace 0 literals with nullptr where applicable | 2015-09-11 | 1 | -1/+1 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -3/+2 | |
| | | |||||
| * | Integrate the MicroProfile profiling library | 2015-08-24 | 1 | -0/+202 | |
| | | | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view. | ||||
| * | Citra_QT : Fix Conversion Warnings | 2015-07-19 | 1 | -1/+1 | |
| | | |||||
| * | Silence some -Wsign-compare warnings. | 2015-04-09 | 1 | -2/+2 | |
| | | |||||
| * | Add profiling infrastructure and widget | 2015-03-01 | 1 | -0/+138 | |