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

Init variables, check for valid file pointers before using, provide valid return values #1424

Open
wants to merge 19 commits into
base: production
Choose a base branch
from

Commits on Sep 6, 2024

  1. init variables

    Leonid Terenin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    58d6a8f View commit details
    Browse the repository at this point in the history
  2. return empty string instead of nullptr

    Leonid Terenin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    7f38a09 View commit details
    Browse the repository at this point in the history
  3. add default init value

    Leonid Terenin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e63b3c2 View commit details
    Browse the repository at this point in the history
  4. avoid writing unopened files

    Leonid Terenin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c2c4f1e View commit details
    Browse the repository at this point in the history
  5. typo fix

    Leonid Terenin committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    08d3197 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. add the comment explaining the return value

    Leonid Terenin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d357da8 View commit details
    Browse the repository at this point in the history
  2. make default timestamps invalid as -1.0

    Leonid Terenin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    807906c View commit details
    Browse the repository at this point in the history
  3. assign default value

    Leonid Terenin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d31ecd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. provide a default for newEndTime

    Leonid Terenin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e330c8a View commit details
    Browse the repository at this point in the history
  2. provide a default for newEndTime, take 2

    Leonid Terenin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6f58e6d View commit details
    Browse the repository at this point in the history
  3. provide a default for switch1,switch2

    Leonid Terenin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d0973d7 View commit details
    Browse the repository at this point in the history
  4. provide a default for missing return values of GetSegment()

    Leonid Terenin committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e0ec98b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. use int as a loop counter

    Leonid Terenin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ceaa3d3 View commit details
    Browse the repository at this point in the history
  2. removed duplicated code

    Leonid Terenin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8b121aa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. update defaults

    Leonid Terenin committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2bc5905 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 22, 2024

  1. return prematurely if no solution

    Leonid Terenin committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c414e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bff013 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Change default to zero

    Co-authored-by: Puttichai Lertkultanon <[email protected]>
    lazydroid and Puttichai authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    559ffac View commit details
    Browse the repository at this point in the history