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

Path simplification for the source filename #91

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

Commits on Jan 1, 2018

  1. Added path simplification (makes Source information way more readable…

    …, especially in case of relative paths to include files)
    
    was: /home/use/projects/project/Debug/../src/subfolder1/subfolder2/../../common/headerpath/header.h
    become: /home/use/projects/project/src/common/headerpath/header.h
    alfishe committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    d1911bc View commit details
    Browse the repository at this point in the history
  2. Enhanced backward-cpp to print natural stack order on-demand

    Printer.ascending = true; // default - print as before (most recent call last)
    Printer.ascending = false; // Preserve natural stack order (most recent call displayed first)
    alfishe committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    633d8f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

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