8000 Comparing v0.9...v0.10 · felixguendling/cista · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink 8000

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: felixguendling/cista
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9
Choose a base ref
...
head repository: felixguendling/cista
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10
Choose a head ref
  • 20 commits
  • 25 files changed
  • 3 contributors

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    ea14ca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f25edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f0ccf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    f86f264 View commit details
    Browse the repository at this point in the history
  2. add missing include

    felixguendling committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    7ab9f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    385ad89 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. fix bitset string ctor

    felixguendling committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    b8c3956 View commit details
    Browse the repository at this point in the history
  2. match on unqualified() types for const/volatile types (#119)

    Julian Harbarth authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    e6bbb27 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

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

Commits on Dec 6, 2021

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

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    5e3e840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976738d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

Commits on Dec 25, 2021

  1. fix popcnt for win32 msvc (#124)

    * fix popcnt for win32 msvc
    
    * add test for bitfield::count()
    
    * msvc: build for x86 too
    felixguendling authored Dec 25, 2021
    Configuration menu
    Copy the full SHA
    e758a8c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    63a1c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a4f375 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

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

Commits on Feb 2, 2022

  1. make hash constexpr

    felixguendling committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    fac1ac2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. New tuple (#127)

    * fix tuple with identical types
    
    * enable structured bindings for tuple
    
    * fix formatting
    
    * add tuple_element_t
    
    * fix test name
    
    * add standard-layout tuple
    
    * actually add the tuple
    
    * improve tuple2 size wrt padding/alignment
    
    * tuple2: more improvement to alignment
    
    * remove unnecessary constructor calls
    
    * small fixes
    
    * remove unused & tidy up
    
    * fix warnings for clang-13
    
    * replace cista::tuple by cista::tuple2
    
    * remove .gdbinit
    
    * switch to clang-13
    
    * add deduction guide
    
    * try fix msvc build
    
    * protect from ill-defined array.~T()
    
    * eliminate shadowing
    
    * sanitizer: switch to gcc 9
    
    * size comparison runtime check for printing
    
    * tuple: omit size test on msvc
    
    * ci: valgrind check explicit
    
    * port tuple pretty printer to new tuple
    
    Co-authored-by: Julian Harbarth <harbarth@cs.tu-darmstadt.de>
    felixguendling and Julian Harbarth authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    45798bd View commit details
    Browse the repository at this point in the history
  2. make variant ctor constexpr (#125)

    * make variant ctor constexpr
    
    * make ~variant constexpr only for c++20 and up
    felixguendling authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    36c5423 View commit details
    Browse the repository at this point in the history
Loading
0