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

Support for timestamps #70

Merged
merged 18 commits into from
Jun 5, 2024
Merged

Support for timestamps #70

merged 18 commits into from
Jun 5, 2024

Commits on Apr 23, 2024

  1. Support for timestamps

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f85ba70 View commit details
    Browse the repository at this point in the history
  2. Test both macOS 13 and macOS 14

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    
    Co-authored-by: Klaim <Klaim@users.noreply.github.com>
    jjerphan and Klaim committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    423082e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Only install howardhinnant_date on macOS

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    
    Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
    jjerphan and JohanMabille committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    425d68b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e37716 View commit details
    Browse the repository at this point in the history
  3. Explicitly specify the Duration template type parameter

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5715cfd View commit details
    Browse the repository at this point in the history
  4. Include <version>

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    05adbcc View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Use HowardHinnant/date everywhere for now

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed May 16, 2024
    Configuration menu
    Copy the full SHA
    62a5da0 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    3154eac View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Specialization of make_test_array_data

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b906a45 View commit details
    Browse the repository at this point in the history
  2. wip: Adapt tests for sparrow::timestamp

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7accf0a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    2f961ef View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. wip: Adapt tests for sparrow::timestamp

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0721e0c View commit details
    Browse the repository at this point in the history
  2. Also link against date::date-tz

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e13ae41 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Adapt tests for timestamps

    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed May 23, 2024
    Configuration menu
    Copy the full SHA
    411eb4c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    5e883bb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Remove duplicated guard

    Co-authored-by: Alexis Placet <alexis.placet@quantstack.net>
    
    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a85ecaa View commit details
    Browse the repository at this point in the history
  2. Define a constant for Unix Time

    Co-authored-by: Alexis Placet <alexis.placet@quantstack.net>
    
    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a554e0f View commit details
    Browse the repository at this point in the history
  3. Use LLVM/Clang 17

    This version or a newer on is expected by the Visual Studio2022.
    
    See: https://github.com/xtensor-stack/sparrow/actions/runs/9381890699/job/25832125441?pr=70
    
    Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
    jjerphan committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a37966 View commit details
    Browse the repository at this point in the history