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: 9253761/robotpy-cppheaderparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: robotpy/robotpy-cppheaderparser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 2 contributors

Commits on May 16, 2024

  1. Update black

    virtuald committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2c7891a View commit details
    Browse the repository at this point in the history
  2. Update github actions

    virtuald committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d1ec3bf View commit details
    Browse the repository at this point in the history
  3. Merge pull request robotpy#86 from robotpy/update-gh-actions

    Update gh actions
    virtuald authored May 16, 2024
    Configuration menu
    Copy the full SHA
    9c47f1d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Fix duplicated testcase name

    And fix CarrotClass_TestCase
    bansan85 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    60238eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request robotpy#87 from bansan85/fix_test

    Fix duplicated class name in test
    virtuald authored May 21, 2024
    Configuration menu
    Copy the full SHA
    7595d33 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add support to variable with [] inside type (robotpy#85)

    * Add support to variable with [] inside type
    
    std::unique_ptr<int[]> variable;
    
    * Type of "array_size" should always be the same
    
    * Add test for std::unique_ptr<int[]>
    
    * Add support for initialization with {}
    
    int double {0};
    int double {(1.2+3.2)};
    
    * Fix format
    bansan85 authored May 22, 2024
    Configuration menu
    Copy the full SHA
    8a2caee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75a599a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Use trusted publishing

    virtuald committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0feb2a8 View commit details
    Browse the repository at this point in the history
Loading