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

TMArray, TMBitset, etc. #592

Merged
merged 12 commits into from
Jul 9, 2023
Merged

TMArray, TMBitset, etc. #592

merged 12 commits into from
Jul 9, 2023

Commits on May 29, 2023

  1. canonical segments for graph edges (TravelMapping#588)

    guard against devel systems @ front of concurrency list
    
    54fbe97, soft reset, raise exception, comment -> docstring
    yakra committed May 29, 2023
    Configuration menu
    Copy the full SHA
    cbc44cd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. remove extraneous include

    cherrypick 91a073d
    yakra committed May 31, 2023
    Configuration menu
    Copy the full SHA
    7cc8fd3 View commit details
    Browse the repository at this point in the history
  2. DISCONNECTED_ROUTE userlog warning minor cleanup

    cherrypick 7ce7067
    yakra committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fe94daf View commit details
    Browse the repository at this point in the history
  3. avoid unnecessary clinched_by iteration

    cherrypick 96e94d4 & reorder traveler mileage additions.
    
    The upcoming conversion to TMBitset will introduce some overhead to iterating an empty container (specifically, finding the value of begin()).
    yakra committed May 31, 2023
    Configuration menu
    Copy the full SHA
    b299100 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    cf10c4b View commit details
    Browse the repository at this point in the history
  2. Constexpr edge format

    No diff to binary, but it's The Right Thing To Do.
    yakra committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5f3bb97 View commit details
    Browse the repository at this point in the history
  3. formatting

    no diff to binary
    yakra committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2bb2776 View commit details
    Browse the repository at this point in the history
  4. clinched_by != op & extraneous visibility check

    The != operator works for unordered_set now, and will work for TMBitset in the future.
    yakra committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d8a841b View commit details
    Browse the repository at this point in the history
  5. report nonexistent .list files & abort (TravelMapping#525)

    cherrypick 85000cc
    yakra committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4f28924 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. TMArray<TravelerList>

    yakra committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    af9d017 View commit details
    Browse the repository at this point in the history
  2. TMBitset<TravelerList*>

    cherrypick 39457ce
    yakra committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d9f0231 View commit details
    Browse the repository at this point in the history
  3. traveler_lists via TMBitset

    cherrypick 7547908
    yakra committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    634da8b View commit details
    Browse the repository at this point in the history