Logo white

Peter M. Groen / libmodbus

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 855
  • Compare
  • Branches 1
  • Tags 0
  • libmodbus
  • src
  • modbus-version.h.in
18 Oct, 2022
1 commit
  • Add .clang-format and format code (closes #394) ...
    dd45f19a
    Thank you @pboettch for initial proposal.
    Stéphane Raimbault authored
    2022-10-18 10:58:35 +0200  
    Browse File »

18 Aug, 2022
1 commit
  • Remove year range in Copyright
    5ce6b8a9
    Stéphane Raimbault authored
    2022-08-18 00:27:50 +0200  
    Browse File »

07 Sep, 2016
1 commit
  • Fix LIBMODBUS_VERSION_HEX encoding (closes #345) ...
    75543b21
    The result of LIBMODBUS_VERSION_HEX is left-shifted by an extra
    factor of 8 bits.
    
    For example, current implementation for version 1.2.3 would be
    encoded like 0x01020300 instead of 0x010203.
    Giovanni Frigo authored
    2016-09-07 19:23:19 +0200  
    Browse File »

13 Jun, 2014
1 commit
  • Fix remaining GPLv3 header (closes #221)
    d4851efd
    Stéphane Raimbault authored
    2014-06-13 21:46:08 +0200  
    Browse File »

12 Nov, 2013
1 commit
  • Avoid to use reserved identifiers for header names (closes #157) ...
    d06a3eea
    https://www.securecoding.cert.org/confluence/display/seccode/DCL37-C.+Do+not+declare+or+define+a+reserved+identifier
    Not applied to libmodbus constants for now...
    Stéphane Raimbault authored
    2013-11-12 22:14:31 +0100  
    Browse File »

25 Jul, 2012
1 commit
  • Fix wrong constant names to create version number ...
    e07924b5
    Thanks to Denis Davydov
    Stéphane Raimbault authored
    2012-07-25 00:36:05 +0200  
    Browse File »

04 Aug, 2010
1 commit
  • Add modbus-version.h.in ...
    0a671c23
    - partial revert of 93ce13656103cbb459ebd630d055a008dbb059f3
    - it was a bit confusing to always edit modbus.h.in
    - the header inclusion still unchanged (<modbus.h>)
    Stéphane Raimbault authored
    2010-08-04 23:02:21 +0200  
    Browse File »