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

Add GCD codec #53149

Merged
merged 95 commits into from Sep 5, 2023
Merged

Add GCD codec #53149

merged 95 commits into from Sep 5, 2023

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    181e214 View commit details
    Browse the repository at this point in the history
  2. Edited codec-files

    seshWCS committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    90d0c48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8339575 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

    seshWCS committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0a4c3f1 View commit details
    Browse the repository at this point in the history
  3. Style

    seshWCS committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bdc3cdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78b06eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f533eea View commit details
    Browse the repository at this point in the history
  6. Style

    seshWCS committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f52d4b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Style

    seshWCS committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5af6a89 View commit details
    Browse the repository at this point in the history
  2. Fixed bugs

    seshWCS committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d500490 View commit details
    Browse the repository at this point in the history
  3. Style

    seshWCS committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    086d074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6214cc View commit details
    Browse the repository at this point in the history
  5. Fix

    seshWCS committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ef857f3 View commit details
    Browse the repository at this point in the history
  6. Added exception for types

    seshWCS committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b52655d View commit details
    Browse the repository at this point in the history
  7. Deleted args

    seshWCS committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    43a8271 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Edited ErrorCodes

    seshWCS committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    c8f0ee9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Added test

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    772de17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699a4fb View commit details
    Browse the repository at this point in the history
  3. Added gcd_fuzzer

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a712dd2 View commit details
    Browse the repository at this point in the history
  4. Fixed tests

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    dc6c100 View commit details
    Browse the repository at this point in the history
  5. Deleted extral if

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3a3a4ac View commit details
    Browse the repository at this point in the history
  6. Delta -> GCD

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    88549ff View commit details
    Browse the repository at this point in the history
  7. Update 02842_gcd_codec.sql

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    79c8bb0 View commit details
    Browse the repository at this point in the history
  8. Edited test-name

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5fc20dc View commit details
    Browse the repository at this point in the history
  9. Update 02843_gcd_codec.sql

    seshWCS committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e63288e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Fix

    seshWCS committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a366500 View commit details
    Browse the repository at this point in the history
  2. Test-fix

    seshWCS committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9ff2005 View commit details
    Browse the repository at this point in the history
  3. Deleted unused error code

    seshWCS committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ba8cb25 View commit details
    Browse the repository at this point in the history
  4. Edited sign

    seshWCS committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8037dd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a14d731 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    ac63a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb9aa7 View commit details
    Browse the repository at this point in the history
  3. Rename commit

    seshWCS committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    eadcfdc View commit details
    Browse the repository at this point in the history
  4. GCD optimization

    seshWCS committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7f40157 View commit details
    Browse the repository at this point in the history
  5. Style

    seshWCS committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2b8592c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Added SIMD for UInt32/64

    seshWCS committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    539555b View commit details
    Browse the repository at this point in the history
  2. Fixed bug in libdivide usage

    seshWCS committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    bd6b10f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    6e0d9f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7be413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    176fdf3 View commit details
    Browse the repository at this point in the history
  4. Added Docs

    seshWCS committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    50e10a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7f7fc5 View commit details
    Browse the repository at this point in the history
  6. Test-rename

    seshWCS committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2e3004d View commit details
    Browse the repository at this point in the history
  7. Update table.md

    seshWCS committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a291444 View commit details
    Browse the repository at this point in the history
  8. Update table.md

    seshWCS committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e8a3914 View commit details
    Browse the repository at this point in the history
  9. Added params

    seshWCS committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    480d2df View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Perf-test edit

    seshWCS committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4c16f34 View commit details
    Browse the repository at this point in the history
  2. Deleted extra files

    seshWCS committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    32a5730 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Deleted extra

    seshWCS committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    73a9d44 View commit details
    Browse the repository at this point in the history
  2. Edited perf-test

    seshWCS committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    893de89 View commit details
    Browse the repository at this point in the history
  3. Fix

    seshWCS committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c82e6fd View commit details
    Browse the repository at this point in the history
  4. Fix

    seshWCS committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2b80dbb View commit details
    Browse the repository at this point in the history
  5. UInt64 -> DateTime64

    seshWCS committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6761ccd View commit details
    Browse the repository at this point in the history
  6. Edited while

    seshWCS committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f9de489 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Fixed bugs with memory

    seshWCS committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    680cbb6 View commit details
    Browse the repository at this point in the history
  2. Edited ENGINE

    seshWCS committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e4ce24e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    49b3f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee0b2e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62fe4e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Bug-fix

    seshWCS committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    887a4da View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Bug-fix in perf-test

    seshWCS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6cb4e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2aefe View commit details
    Browse the repository at this point in the history
  3. Docs-fix

    seshWCS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    85240ac View commit details
    Browse the repository at this point in the history
  4. Deleted args

    seshWCS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    059e75b View commit details
    Browse the repository at this point in the history
  5. Docs-fix

    seshWCS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e0157c4 View commit details
    Browse the repository at this point in the history
  6. Docs-fix

    seshWCS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5396357 View commit details
    Browse the repository at this point in the history
  7. Deleted unused ErrorCode

    seshWCS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9b7d337 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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

Commits on Aug 31, 2023

  1. Added Negative tests

    seshWCS committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5923ba0 View commit details
    Browse the repository at this point in the history
  2. Edited perf-comp

    seshWCS committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c7dacd0 View commit details
    Browse the repository at this point in the history
  3. Test-fix

    seshWCS committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bbf6792 View commit details
    Browse the repository at this point in the history
  4. perf-conditions

    seshWCS committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8ec6f6a View commit details
    Browse the repository at this point in the history
  5. DateTime64 => UInt64

    seshWCS committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1d515ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43a3650 View commit details
    Browse the repository at this point in the history
  7. Deleted test

    seshWCS committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    eae9e66 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    48783f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f9efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a71bce View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. deleted extra variable

    seshWCS committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    cee0bc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    0ca3807 View commit details
    Browse the repository at this point in the history
  2. Added casts

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e687b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39d279e View commit details
    Browse the repository at this point in the history
  4. Issue-fix

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8ca51bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cba3457 View commit details
    Browse the repository at this point in the history
  6. Syntax fix

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b6c80dd View commit details
    Browse the repository at this point in the history
  7. Moved ctor upper

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5a0a9ac View commit details
    Browse the repository at this point in the history
  8. Cosmetic

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6cc9830 View commit details
    Browse the repository at this point in the history
  9. TUInt32Or64 => LibdivideT

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    221919f View commit details
    Browse the repository at this point in the history
  10. if constexpr

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3d078e2 View commit details
    Browse the repository at this point in the history
  11. Qpl

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4a1d67d View commit details
    Browse the repository at this point in the history
  12. Cosmetic

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b0a2295 View commit details
    Browse the repository at this point in the history
  13. Docs-fix

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    dbab2f2 View commit details
    Browse the repository at this point in the history
  14. New tests

    seshWCS committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d416aaf View commit details
    Browse the repository at this point in the history