Skip to content

Conversation

@asarkar-parsys
Copy link
Member

changelogs and boiler plate changes for release 2.1.0

mcfadden8 and others added 30 commits June 26, 2019 12:45
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
mayagokhale and others added 17 commits December 4, 2019 19:51
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
Adding SparseStore, a sparse multi-file backing store interface
Copy link
Collaborator

@mayagokhale mayagokhale left a 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.

@asarkar-parsys
Copy link
Member Author

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
@mayagokhale mayagokhale merged commit b9a58dc into master Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants