-
Notifications
You must be signed in to change notification settings - Fork 26
Release/2.1.0 #107
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
Release/2.1.0 #107
Conversation
Release 2.0.0
Added documentation for environment variables
Fixed C-compatibility of umap.h
Added -DENABLE_DISPLAY_STATS option to display statistics before uunmap returns
Make umap() and uunmap() API calls thread-safe
Storing multi-regions in an ordered map
Fixed incorrect references to UMAP_PAGE_SIZE to be UMAP_PAGESIZE
Fixed wait_for_idle to check both waiter count and the q size
add write_protection check in umap_ex
Flush buffer
Restored LLNL code release number to README and RELEASE file
fix message size assertion
This allows users option to build any test binaries under umap directory to link against static or dynamic umap libraries. To statically link, use: cmake3 -DENABLE_TESTS_LINK_STATIC_UMAP=ON <other cmdline options> <path to umap root directory> This option is set to OFF by default.
Adding cmake build option ENABLE_TESTS_LINK_STATIC_UMAP
restrict prot flags in wp compilation
fix deadlock in evict_region
remove duplicate stats
Adding SparseStore, a sparse multi-file backing store interface
mayagokhale
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several commits that failed the travis CI process. Please review those commits.
I had checked them previously and they all seemed benign git pull failures and a couple of them were issues with travis reporting as the logs showed that the builds to had completed successfully. |
Changed version numbers from 2.0.0 to 2.1.0
a251830 to
426d618
Compare
changelogs and boiler plate changes for release 2.1.0