Skip to content
Permalink

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: werflychen/cpp-text-table
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: haarcuba/cpp-text-table
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 3 files changed
  • 5 contributors

Commits on May 26, 2018

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

Commits on Dec 8, 2019

  1. add header guards. fix warning in example

    Signed-off-by: Yuval Lifshitz <[email protected]>
    yuvalif committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    7a54275 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request haarcuba#7 from yuvalif/add_header_guards

    add header guards. fix warning in example
    haarcuba authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    960ec22 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. fix link double definition issues

    make function in header inline
    
    Signed-off-by: Yuval Lifshitz <[email protected]>
    yuvalif committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    b1f19ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request haarcuba#8 from yuvalif/add_inline_to_fix_link

    fix link double definition issues
    haarcuba authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    b17a0cb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. allow for table to be printed without rulers

    had to change the ctor for that so it won't get defaults to args
    
    Signed-off-by: Yuval Lifshitz <[email protected]>
    yuvalif committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    48133e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Merge pull request haarcuba#10 from yuvalif/make_ruler_optional

    allow for table to be printed without rulers
    haarcuba authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    c81f0e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Allow for correct computations of glyph length for utf8 encoded multi…

    …byte characters.
    
    This leads to a correct table even for multibyte characters.
    Feature needs to be enabled with a preprocessor variable.
    Matthias Peschke committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    5b29d7a View commit details
    Browse the repository at this point in the history
  2. Fixed typo in example.

    Matthias Peschke committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    95d7487 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge pull request haarcuba#12 from cpp977/enable_utf8

    Allow for correct computations of glyph length for utf8 encoded multi…
    haarcuba authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    20804f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update TextTable.h

    MarisaKirisame authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5815eff View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Update TextTable.h

    MarisaKirisame authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    8b8ab2c View commit details
    Browse the repository at this point in the history
  2. Merge pull request haarcuba#16 from MarisaKirisame/master

    Yoav Kleinberger, PhD authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f217b3d View commit details
    Browse the repository at this point in the history
Loading