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 backport of std::variant #59

Merged
merged 28 commits into from
May 1, 2020
Merged

Commits on Mar 31, 2020

  1. Add varint files

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2983982 View commit details
    Browse the repository at this point in the history
  2. Fill out variant backport

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0f7b217 View commit details
    Browse the repository at this point in the history
  3. Add type_pack_element

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    642eb73 View commit details
    Browse the repository at this point in the history
  4. Add variant_size

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    cdb6281 View commit details
    Browse the repository at this point in the history
  5. Add variant_alternative

    rnburn committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8aee486 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Fill out variant

    rnburn committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    56332bc View commit details
    Browse the repository at this point in the history
  2. Fill out variant backport

    rnburn committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    998d1ed View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Fill out variant back port

    rnburn committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1515e08 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Fill out variant backport

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    355bea0 View commit details
    Browse the repository at this point in the history
  2. Fill out variant

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    67dae8a View commit details
    Browse the repository at this point in the history
  3. Fill out variant

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ff80f15 View commit details
    Browse the repository at this point in the history
  4. Add variant test

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b25271c View commit details
    Browse the repository at this point in the history
  5. Add get tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    5cfe001 View commit details
    Browse the repository at this point in the history
  6. Add visit test

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9399c02 View commit details
    Browse the repository at this point in the history
  7. Add more tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1b605b1 View commit details
    Browse the repository at this point in the history
  8. Fix variant tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    0462eea View commit details
    Browse the repository at this point in the history
  9. Rename

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4b0b985 View commit details
    Browse the repository at this point in the history
  10. Reformat

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    aeefb7a View commit details
    Browse the repository at this point in the history
  11. Add copyrights

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    73e5a44 View commit details
    Browse the repository at this point in the history
  12. Add more variant tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    6382f42 View commit details
    Browse the repository at this point in the history
  13. Reformat

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    9ecdcda View commit details
    Browse the repository at this point in the history
  14. Add more tests

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    18761c6 View commit details
    Browse the repository at this point in the history
  15. Fix for gcc-4.8

    rnburn committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    a77ca9a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Fix gcc-4.8 issue

    rnburn committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    3ac65d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    61973cb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    a23cb08 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Rename macro

    rnburn committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6ba16d1 View commit details
    Browse the repository at this point in the history
  2. Handle bools better

    rnburn committed May 1, 2020
    Configuration menu
    Copy the full SHA
    6ac978a View commit details
    Browse the repository at this point in the history