Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Massive removal of unused modules | James Rowe | |
2017-02-26 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | |
2016-12-11 | citra-qt: Make constructors explicit where applicable | Lioncash | |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2016-04-28 | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | Henrik RydgÄrd | |
* 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 | |||
2015-09-11 | general: Replace 0 literals with nullptr where applicable | Lioncash | |
2015-09-11 | General: Replace NULL and '0' usages with nullptr where applicable | Lioncash | |
2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
2015-04-14 | Headers: Add some forgotten overrides, thanks clang! | Emmanuel Gil Peyrot | |
2015-03-01 | Add profiling infrastructure and widget | Yuri Kunde Schlesner | |