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: LinuxDevon/dbc_parser_cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 00df6ba
Choose a base ref
...
head repository: LinuxDevon/dbc_parser_cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2c8acdb
Choose a head ref
  • 18 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 16, 2024

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

Commits on Mar 19, 2024

  1. Exception error cleanup (#24)

    * feat(error): Adding non dbc file format error (extension based), Missing version header error added
    
    Fixed the tests so that they now make .dbc files since we are checking the extensions.
    
    * feat(error): Adding a missing bit timing error class
    
    * feat(error): Adding lines we attempted to parse and more error messaging for the Exceptions
    
    * test: Updating tests names to be more clear at what is being validated.
    
    * feat(parsing): Adding a way to push and read all of the unused lines since we don't error out on unused
    
    * fix(format): Running code format
    
    * fix: Fixing clang-tidy warnings
    LinuxDevon authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    58669c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc4e80c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update CMakeLists.txt (#26)

    Fix CMake error "install DIRECTORY given no DESTINATION!"
    gerlachs authored May 9, 2024
    Configuration menu
    Copy the full SHA
    57da1f7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: Set the ubuntu runner to 22.04 to keep the same compiler version

    Probably should setup the job to setup the gcc version instead but for now this works.
    LinuxDevon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f08e688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea0184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c79a284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a58f04c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e97417 View commit details
    Browse the repository at this point in the history
  6. fix(CI): In the pipeline we only can install on linux and need to pas…

    …s the prefix to avoid permission issues
    LinuxDevon committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6d62885 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. feat: Parse dbc with istream (#30)

    * feat: Add an istream interface to the avoid the ifstream creation given a file name
    
    * fix: formatting the code base to fix checks and clang-tidy errors
    LinuxDevon authored May 26, 2024
    Configuration menu
    Copy the full SHA
    0dbe454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bfead3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e123a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fix(checks): Fixing clang warnings about size comparison on the vecto…

    …r. Should have been just a empty check.
    LinuxDevon committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ceeef75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    887d779 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    17b3e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3166868 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

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