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
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-28
AK: Add Time::from_ticks()
Lucas CHOLLET
2022-01-23
AK: Implement AK::Time's seconds_since_epoch_to_year without LibM
Timothy Flynn
2022-01-19
AK: Add helper to convert an epoch time in seconds to a year
Timothy Flynn
2022-01-14
AK: Use appropriate types in AK::Time::from_timestamp factory
Timothy Flynn
2022-01-11
AK: Add AK::Time factory method to construct from individual time fields
Timothy Flynn
2022-01-11
AK: Redeclare a few AK::Time helpers as constexpr
Timothy Flynn
2022-01-05
AK: Add Time.h helper to compute the number of days since epoch
Timothy Flynn
2022-01-05
AK: Move TimeSpecType concept inside the AK namespace
Timothy Flynn
2021-11-14
AK: Avoid implicit conversion clang-tidy warnings in AK::Time
Andrew Kaster
2021-11-14
AK: Resolve clang-tidy readability-bool-conversion warnings
Andrew Kaster
2021-08-19
LibCore: Make DateTime's members signed
Idan Horowitz
2021-08-15
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-15
AK: Annotate AK::Time APIs as [[nodiscard]]
Brian Gianforcaro
2021-08-15
AK: Add Time::now_<clock_id> functions for obtaining the current time
Brian Gianforcaro
2021-08-03
AK: Mark Time::max() / Time::min() / Time::zero() as constexpr
Brian Gianforcaro
2021-07-22
AK: Disable clang-format for AK/Time.h
Gunnar Beutner
2021-07-17
AK: Restrict timespec comparison operator overloads in AK::Time
Brian Gianforcaro
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