Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux - Boottime support #1317

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    18f7f03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f822468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69512dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d25df23 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1651ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Linux: Boottime timeliner: Rollback timeliner event type changes and …

    …use the created time for the boot time plugin
    gcmoreira committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4895af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4274c9 View commit details
    Browse the repository at this point in the history
  3. Linux: Boottime API: Refactor TimespecVol3::negate() to return a new …

    …object instead of modifying the original. It also normalizes its values, aligning with the behavior of the other addition and subtraction operators
    gcmoreira committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    57ffd5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb6dc9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bee2a39 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Linux: Boottime API: Refactor Timespec Methods.

    Move TimespecVol3 methods to an abstract class Timespec64Abstract, which is now inherited by Timespec64 and Timespec64Concrete.
    gcmoreira committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    42d918c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7abe92c View commit details
    Browse the repository at this point in the history
  3. Linux: Boottime API: Refactor __sub__ to operate through __add__() an…

    …d negate() for improved clarity and reuse
    gcmoreira committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    e197fba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a05397e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    2efb4e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0fa2cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f05a169 View commit details
    Browse the repository at this point in the history