index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
time
Age
Commit message (
Expand
)
Author
2020-10-26
hle: services: TimeZoneContentManager: This can be made explicit.
bunnei
2020-10-22
Merge pull request #4792 from bunnei/rtc-fix
bunnei
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-12
service: time: Update current time with changes to RTC setting.
bunnei
2020-08-14
time_zone_content_manager: Collapse auto and default case
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-07-11
Merge pull request #4203 from VolcaEM/services
bunnei
2020-06-29
service: Update function tables
VolcaEM
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-05-12
time_zone: Use std::chrono::seconds for strong typing.
bunnei
2020-05-11
hle: service: time_zone_manager: Use current time zone setting.
bunnei
2020-04-23
Merge pull request #3730 from lioncash/time
bunnei
2020-04-21
Merge pull request #3698 from lioncash/warning
bunnei
2020-04-19
service/time: Remove reliance on the global system accessor
Lioncash
2020-04-17
time/system_clock_core: Remove unnecessary initializer
Lioncash
2020-04-17
service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as const
Lioncash
2020-04-17
service/time: Add virtual destructors where applicable
Lioncash
2020-04-17
service: time: Update for new shared memory layout.
bunnei
2020-04-16
time_zone_manager: Resolve sign conversion warnings
Lioncash
2020-04-16
Merge pull request #3673 from lioncash/extra
bunnei
2020-04-15
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-14
service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.
bunnei
2020-03-27
services: time: Implement CalculateSpanBetween.
bunnei
2020-03-18
time_zone_content_manager: Fix out of bounds read
ReinUsesLisp
2020-02-11
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-01-22
service: time: Implement ToPosixTimeWithMyRule.
bunnei
2020-01-20
time: Fix month off-by-one error.
bunnei
2020-01-04
service: time: Implement GetStandardLocalSystemClock.
bunnei
2020-01-04
time: Remove overflow error checking (currently breaks ADO builds).
bunnei
2020-01-04
service: time: Implement GetClockSnapshotFromSystemClockContext.
bunnei
2020-01-04
service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.
bunnei
2020-01-04
service: time: Rewrite implementation of glue services.
bunnei
2019-11-24
Merge pull request #3094 from lioncash/tables
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-12
service: Update function tables
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-09-22
Deglobalize System: Time
David Marcec
2019-06-26
Addressed issues
David Marcec
2019-06-26
Implement Time::GetSharedMemoryNativeHandle
David Marcec
2019-06-04
core/core_timing_util: Amend casing of cyclesTo* functions
Lioncash
2019-06-04
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-12
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-01-07
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
time: Use custom RTC settings if applicable for game
Zach Hilman
2018-12-29
service/time: Minor cleanup to GetClockSnapshot()
Lioncash
2018-12-29
service/time: Fill in some structures and remove padding where not necessary
Lioncash
[next]