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

refactor libcollections as part of collection reform #18519

Merged
merged 1 commit into from
Nov 3, 2014

Commits on Nov 2, 2014

  1. refactor libcollections as part of collection reform

    * Moves multi-collection files into their own directory, and splits them into seperate files
    * Changes exports so that each collection has its own module
    * Adds underscores to public modules and filenames to match standard naming conventions
    
    (that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet)
    
    * Renames PriorityQueue to BinaryHeap
    * Renames SmallIntMap to VecMap
    * Miscellanious fallout fixes
    
    [breaking-change]
    Gankra committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    112c8a9 View commit details
    Browse the repository at this point in the history