Skip to content
Tags give the ability to mark specific points in history as being important
  • 1.1 protected
    15ced184 · Version 1.1 ·
    Release: 1.1
    Version 1.1
    
    This adds some improvements to the library:
    
    – Proper visibility attributrs for all symbols
    – Defaulting standard functions whereever possible
    – Code cleanup
    – Bugfixes
    – Fixing typos in the documentation
    – Initialize internal structures properly
    – Mark derived virtual Methods as “override”
    – Free memory allocated by LinuxCanBusFinder also in case of an error
    – Put all classes of the library into a namespace
    – Use Doxygen's built-in STL support
    – Raise C++ standard to C++17
    – Add Library Prefix to Include Guards
    
  • 1.0 protected
    5d3aaed8 · Version 1.0 ·
    Release: 1.0
    Version 1.0
    
    This marks the first stable release of EP1 CAN Bus Toolbox:
    
    - CanFrame: C++ version of struct can_frame
    - CanBusConnection: Send and receive CAN frame using the SocketCAN API
    - LinuxCanBusFinder: Find SocketCAN interfaces on a Linux system
    - BadCanFrameMetadata and SystemCallException: Dedicated exception classes in case something goes wrong within this project
    - Automated versioning based on Git and CMake
    - Building as static and shared library possible
    - Documentation based on Doxygen
    - License: GPLv3
    
  • 0.0 protected
    bdde95fb · Initial Commit ·
    Version 0.0
    
    Initialization for git-based versioning.