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

Sync with master #10

Merged
merged 19 commits into from
Nov 4, 2024
Merged

Sync with master #10

merged 19 commits into from
Nov 4, 2024

Commits on Jul 30, 2022

  1. Fix warning about missing function declaration

    spin.y: In function ‘ltl_to_string’:
    spin.y:1117:9: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration]
     1117 |         free(ltl_formula);
          |         ^~~~
    
    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    65b04bb View commit details
    Browse the repository at this point in the history
  2. Fix format-overflow warning

    main.c: In function ‘main’:
    main.c:1080:42: warning: ‘.nvr’ directive writing 4 bytes into a region of size between 1 and 512 [-Wformat-overflow=]
     1080 |                         sprintf(out2, "%s.nvr", argv[1]);
          |                                          ^~~~
    main.c:1080:25: note: ‘sprintf’ output between 5 and 516 bytes into a destination of size 512
     1080 |                         sprintf(out2, "%s.nvr", argv[1]);
          |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Signed-off-by: Noah Watkins <[email protected]>
    dotnwat committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    827a26d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Merge pull request nimble-code#61 from dotnwat/master

    Fix compiler warnings
    nimble-code authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    7607409 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. update

    nimble-code committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9860014 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. fix

    nimble-code committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    f186e11 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fixes

    nimble-code committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c400fb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix

    nimble-code committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4db38f8 View commit details
    Browse the repository at this point in the history
  2. update

    nimble-code committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    babb30c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 21, 2024

  1. bugfix

    nimble-code committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7e05465 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7fa273c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcbee42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97038b View commit details
    Browse the repository at this point in the history
  4. Merge pull request nimble-code#75 from n7space/nested-inlines-limit-u…

    …pdate
    
    Updated limit of maximum inline depth
    nimble-code authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6e7f218 View commit details
    Browse the repository at this point in the history
  5. Merge pull request nimble-code#73 from n7space/buffer-sizes

    Changed buffer sizes in Src/structs.c
    nimble-code authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5b0a2d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Add files via upload

    nimble-code authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    043fc11 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    1fd9069 View commit details
    Browse the repository at this point in the history
  2. Updated Src/version.h

    rphh committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    c3e2ab3 View commit details
    Browse the repository at this point in the history
  3. Updated Src/version.h

    rphh committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4545fd8 View commit details
    Browse the repository at this point in the history