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

Experiment for replacing bdlb::NullableValue with std::pmr::optional #252

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

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    b04e60d View commit details
    Browse the repository at this point in the history
  2. Fix test failures

    villevoutilainen committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    fc55632 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. making tests pass

    nina Queen of Awesome committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    ebdafbd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. merge with ville's changes

    nina Queen of Awesome committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    87bf865 View commit details
    Browse the repository at this point in the history
  2. clean up test changes

    nina Queen of Awesome committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    34c2cc6 View commit details
    Browse the repository at this point in the history
  3. first version of NullableValue inheriting from std::pmr::optional

    nina Queen of Awesome committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    28e6b11 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. nullable value inherits from pmr::optional;

    pmr::optional stripped down to basic, non constexpr functionality
    nina Queen of Awesome committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    a1df58c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. porting std::pmroptional

    adding bloomberg optional wrapper initial version
    nina Queen of Awesome committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    5a6c6ca View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. hooking-in uses_domain_allocator

    nina Queen of Awesome committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    89c8748 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Configuration menu
    Copy the full SHA
    cfe67f1 View commit details
    Browse the repository at this point in the history
  2. adding local uses_allocator.h

    nina Queen of Awesome committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    eaf99e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c1123 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. adding pmroptional implementation that matches the paper

    nina Queen of Awesome committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    66708bd View commit details
    Browse the repository at this point in the history
  2. adding pmroptional implementation that matches the paper

    nina Queen of Awesome committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f424a4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ebd6c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Merge pull request #1 from LadyNina/master

    latest implementation of pmroptional
    villevoutilainen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    8a889d3 View commit details
    Browse the repository at this point in the history
  2. fixing merge problems

    nina Queen of Awesome committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c76b70e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from LadyNina/master

    fixing merge problems
    villevoutilainen committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    b0f71ac View commit details
    Browse the repository at this point in the history