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

Enhancement #1089: Replace the implemented binary search by a binary search from the standard library #1162

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2024

  1. TODO is deprecated

    Niklas997 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    872aae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3894a69 View commit details
    Browse the repository at this point in the history
  3. Replaced the implemented binary search in t8_forest_bin_search_lower …

    …by a std::upper_bound search with t8_element_array iterators
    Niklas997 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2beed55 View commit details
    Browse the repository at this point in the history
  4. Corrected some comments

    Niklas997 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1c098d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Removed the t8_element_t* member from the iterator class and let the …

    …dereference operator return a value_type instead of a reference type
    Niklas997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ad4574e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e462b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69fdd74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36cd6a6 View commit details
    Browse the repository at this point in the history
  5. Corrected some comments

    Niklas997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cfcafc5 View commit details
    Browse the repository at this point in the history
  6. Corrected file description

    Niklas997 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    101f0f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    b61dfd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5803a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1487f09 View commit details
    Browse the repository at this point in the history
  4. Updated comment

    Niklas997 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c9fb20b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ae9662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f11fd4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3aa8a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35c0530 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 26, 2024

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