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: doxygen/doxygen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: csagataj2/doxygen
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.
  • 17 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 28, 2021

  1. Add filepathtype to dia.h,.cpp

    Give stronger type to strings containing file paths
    Vadász András committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8ba6ef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Add refactorings in callers

    The caller of writeDiaGraphFromFile now use the more descriptive
    filepathtype instead of strings.
    csagataj2 committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    8de264f View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Make conversions explicit

    csagataj2 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    015bf5f View commit details
    Browse the repository at this point in the history
  2. Fix last commit

    csagataj2 committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    8fb0277 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Extend filepathtype with operator+

    Use in dot.cpp
    csagataj2 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    7f3dc2b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Change conversion in filepathtype

    writeDiaGraphFromFile uses .utf8 conversion in
    QCString oldDir = QDir::currentDirPath().utf8();
    so it may be better to use here too.
    csagataj2 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    aa67be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be8d32 View commit details
    Browse the repository at this point in the history
  3. Make all conversions const

    csagataj2 committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    5186e1c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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

Commits on Apr 22, 2021

  1. Change conversions

    Conversions now use static_cast instead of C cast
    csagataj2 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1c3253c View commit details
    Browse the repository at this point in the history
  2. Update gitignore

    csagataj2 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    8547f0b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    492be5a View commit details
    Browse the repository at this point in the history
  2. Replace more strings with filepath type

    With the new function now we can replace more
    string using these functions (left, right, find)
    csagataj2 committed May 4, 2021
    Configuration menu
    Copy the full SHA
    ab2ca47 View commit details
    Browse the repository at this point in the history
  3. Add prepend function

    csagataj2 committed May 4, 2021
    Configuration menu
    Copy the full SHA
    19ac5ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eade31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88e6410 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4162c9 View commit details
    Browse the repository at this point in the history
Loading