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

SPARQL Update Part 1: Located Triples #1379

Merged
merged 46 commits into from
Jul 18, 2024

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Add LocatedTriplesTest to build

    Qup42 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d5d297c View commit details
    Browse the repository at this point in the history
  2. CodeReview

    Qup42 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    b536a2a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    2c4b4e7 View commit details
    Browse the repository at this point in the history
  2. Make IdTriple its own type

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5419dec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c95e4a View commit details
    Browse the repository at this point in the history
  4. More concrete print function

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    00add84 View commit details
    Browse the repository at this point in the history
  5. Simply tripleLocation test

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e81127e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e587ebd View commit details
    Browse the repository at this point in the history
  7. Add missing test helpers

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cdd40a9 View commit details
    Browse the repository at this point in the history
  8. Commit

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f70ce8e View commit details
    Browse the repository at this point in the history
  9. Fix segfault

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2bceb94 View commit details
    Browse the repository at this point in the history
  10. Fix

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ed2a3af View commit details
    Browse the repository at this point in the history
  11. Code Review

    Qup42 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cc18eef View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Code Review

    Qup42 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ec6d1df View commit details
    Browse the repository at this point in the history
  2. Code Review

    Qup42 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    62dd444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03938b1 View commit details
    Browse the repository at this point in the history
  4. Use implicit copy constructor

    Qup42 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    77db066 View commit details
    Browse the repository at this point in the history
  5. Mark print function's purpose

    Qup42 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9230326 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Improvements

    Qup42 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    480bc57 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Improvements

    Qup42 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1b1597d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f89d9e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

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

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Some cleanup

    Qup42 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cfea64b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7587123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04776be View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    e052620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55b8a9 View commit details
    Browse the repository at this point in the history
  3. Revert change that is no longer required at this stage

    It will only be required for the integration.
    Qup42 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e752dfe View commit details
    Browse the repository at this point in the history
  4. Apply sonarlint suggestion

    Qup42 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bd7d4d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge branch 'refs/heads/master' into update/locatedTriples

    # Conflicts:
    #	test/util/IdTestHelpers.h
    Qup42 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9a3249a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70757a4 View commit details
    Browse the repository at this point in the history
  3. Revert "Add missing switch cases from 9a3249a"

    This reverts commit 70757a4.
    Qup42 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bfd6f0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21b1e23 View commit details
    Browse the repository at this point in the history
  5. Fix sonarcloud errors

    Qup42 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    355b77a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refs/heads/master' into update/locatedTriples

    # Conflicts:
    #	src/index/Permutation.h
    Qup42 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a658818 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Code Review

    Qup42 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3088c57 View commit details
    Browse the repository at this point in the history
  2. Code Review

    Qup42 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    02309d2 View commit details
    Browse the repository at this point in the history
  3. Code Review

    Qup42 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8430b2d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Code Review

    Qup42 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ef85411 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Fix for stdc++16

    Qup42 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    13e3f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Apply final suggestion

    Qup42 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    21cfbba View commit details
    Browse the repository at this point in the history
  2. Add another test

    Qup42 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    928920d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Apply suggestion

    Qup42 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3d6663f View commit details
    Browse the repository at this point in the history