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 IntMap methodmap #2018

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add IntMap methodmap #2018

wants to merge 4 commits into from

Commits on Jul 12, 2023

  1. Add new IntHashMap and IntMap natives

    This is a continuation of alliedmodders#579.
    
    [HashMap] Adds new IntHashMap and IntMap natives.
    
    This patch makes the following changes
      * Refactors StringHashMap to a generic HashMap template
      * Adds the IntHashMap class
      * Adds new IntMap natives
      * Adds IntMap tests to the tries test suite
    
    [HashMap] Reverted rename of CharsAndLength
    
    [HashMap] Use more descriptive template names
    
    [HashMap] Removed old-style natives
    
    [HashMap] Removed IntHash class
    
    [HashMap] Reverted some search & replace errors
    
    Co-authored-by: Geoffrey McRae <geoff@hostfission.com>
    KitRifty and gnif committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    952d12e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae70e45 View commit details
    Browse the repository at this point in the history
  3. Fix tries test

    KitRifty committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5c94e6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    401484d View commit details
    Browse the repository at this point in the history