- Jul 03, 2018
-
-
James Rowe authored
-
- May 02, 2018
-
-
Lioncash authored
This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
-
- Apr 26, 2018
-
-
Lioncash authored
-
- Jan 20, 2018
-
-
James Rowe authored
-
- Jan 13, 2018
-
-
James Rowe authored
-
James Rowe authored
-
bunnei authored
-
- Jan 09, 2018
-
-
B3n30 authored
* CoreTiming: New CoreTiming; Add Test for CoreTiming
-
- Jan 07, 2018
-
-
bunnei authored
-
- Oct 13, 2017
-
-
bunnei authored
-
- Oct 10, 2017
-
-
bunnei authored
-
- Aug 21, 2017
- Jun 29, 2017
-
-
wwylele authored
-
- Jun 27, 2017
-
-
wwylele authored
-
- Jun 26, 2017
-
-
Subv authored
-
- Feb 27, 2017
-
-
Yuri Kunde Schlesner authored
Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz.
-
Yuri Kunde Schlesner authored
-
- Feb 21, 2017
-
-
wwylele authored
-
- Jan 16, 2017
- Dec 11, 2016
-
-
Lioncash authored
Previously there was a split where some of the services were in the Service namespace and others were not.
-
- Dec 08, 2016
-
-
Subv authored
-
- Dec 06, 2016
-
-
emmauss authored
* implement frame limiter * fixes
-
- Nov 27, 2016
-
-
Emmanuel Gil Peyrot authored
Fixes #1960.
-
- Sep 29, 2016
-
-
wwylele authored
the old implementation modifies the loop variable in the loop. Though it actually works, it is really confusing. Makes it morereadable now.
-
wwylele authored
previous commits changes the behaviour of interrupt when meeting invalid params. Regresses to the same behaviour as before needs more hwtest
-
wwylele authored
prevent further operation with invalid values which may cause assertion failure or divided by zero. needs more hwtest
-
wwylele authored
The old code indented too much to read. Split into functions and do general cleanup.
-
- Sep 21, 2016
-
-
Yuri Kunde Schlesner authored
-
Emmanuel Gil Peyrot authored
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
-
- Sep 19, 2016
-
-
Yuri Kunde Schlesner authored
-
- Sep 18, 2016
-
-
Emmanuel Gil Peyrot authored
-
- May 07, 2016
-
-
Alexander Laties authored
-
- Apr 30, 2016
-
-
Emmanuel Gil Peyrot authored
-
- Apr 21, 2016
-
-
tfarley authored
-
- Apr 15, 2016
-
-
JamePeng authored
-
- Mar 17, 2016
- Mar 09, 2016
-
-
Lioncash authored
There's no reason to allow direct access to the unique_ptr instance. Only its contained pointer.
-