index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Time.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-13
AK: Fix some overflows/underflows that weren't properly handled
Ben Wiederhake
2021-03-08
AK: Take advantage of constexpr in Time and add time conversion methods
Tom
2021-03-08
AK: Initialize the AK::Time members
Tom
2021-03-02
AK: Make Time more usable
Ben Wiederhake
2021-03-02
AK: Implement C++ 'Time' type for easier time-calculations
Ben Wiederhake
2021-03-02
AK: Remove unused template
Ben Wiederhake
2020-12-28
AK: Add CLOCK_*_COARSE aliases for darwin and BSD variants
Andrew Kaster
2020-09-25
Meta+AK: Make clang-format-10 clean
Ben Wiederhake
2020-08-26
AK+LibC+LibCore: Have fewer implementations of day_of_week
Nico Weber
2020-08-26
AK+LibC+LibCore: Add a days_in_year function
Nico Weber
2020-08-26
AK+LibC+LibCore: Have fewer implementations of days_in_month
Nico Weber
2020-08-26
AK+LibCore+Kernel: Have fewer implementations of day_of_year
Nico Weber
2020-08-26
AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epoch
Nico Weber
2020-08-26
AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_year
Nico Weber
2020-08-03
AK: Add more time convenience functions and comparison operators
Tom
2020-08-03
AK: Fix adding timeval/timespec
Tom
2020-06-22
AK: Add timespec_add and timespec_sub
Nico Weber
2020-04-26
AK: Add timeval_to_timespec and timespec_to_timeval conversion methods
Brian Gianforcaro
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-06-06
AK: Make timeval_add() and timeval_sub() take references.
Andreas Kling
2019-05-28
LibC: Move struct timeval to sys/time.h. #POSIX
Andreas Kling
2019-05-18
Kernel: Fix timeout support in select
Robin Burchell