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
  • configure.ac
16 Aug, 2010
1 commit
  • Bump version to 2.9.1 ...
    ce82bb8c
    The cycle will end on a 3.0 release instead of 2.2 as intended.
    There are too many changes in the API to keep the same major number.
    Stéphane Raimbault authored
    2010-08-16 14:49:29 +0200  
    Browse File »

04 Aug, 2010
2 commits
  • 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 »
  • Add AM_LDFLAGS to LDFLAGS
    fb1abdbc
    Stéphane Raimbault authored
    2010-08-04 22:19:46 +0200  
    Browse File »

06 Jul, 2010
2 commits
  • Restore slave ID (server ID) argument in functions ...
    192f1731
    The ID used at init time will be the device ID of the caller and
    the server ID in request functions is the target to reach.
    Stéphane Raimbault authored
    2010-07-06 21:31:45 +0200  
    Browse File »
  • Merge modbus.h and version.h ...
    93ce1365
    The library is now simpler to include (only one <modbus.h>)
    To avoid confusion MB_VERSION defines have been renamed to
    LIBMODBUS_VERSION.
    Stéphane Raimbault authored
    2010-07-06 17:02:17 +0200  
    Browse File »

02 Jul, 2010
1 commit
  • Revert "Rename src to modbus" ...
    4a38de0a
    This reverts commit df0cf7927249954f15e0aa85b02d21b990fa9af9.
    Use <modbus.h> in tests.
    Stéphane Raimbault authored
    2010-07-02 08:37:42 +0200  
    Browse File »

23 Apr, 2010
2 commits
  • Change libtool versionning after discussion with Florian Forster
    a72d756c
    Stéphane Raimbault authored
    2010-04-23 16:42:57 +0200  
    Browse File »
  • Automake 1.11 isn't required
    887a2946
    Stéphane Raimbault authored
    2010-04-23 10:24:57 +0200  
    Browse File »

16 Apr, 2010
1 commit
  • Add versioning infrastructure ...
    95fd206f
    Inspired by the Clutter project and work done by Florian Forster.
    Stéphane Raimbault authored
    2010-04-16 03:37:56 +0200  
    Browse File »

02 Apr, 2010
2 commits
  • Add foreign option to AM_INIT_AUTOMAKE ...
    7a353920
    Avoid to create generic INSTALL file
    Stéphane Raimbault authored
    2010-04-02 12:50:13 +0200  
    Browse File »
  • Updated configure.ac with silent rules ...
    f1fcb624
    - run autoupdate
    - remove some warnings
    - enable silent rules
    - bump the version to 2.1.0
    Stéphane Raimbault authored
    2010-04-02 03:23:43 +0200  
    Browse File »

21 Jan, 2010
21 commits
  • Removed malloc check which doesn't pass on ARM linux toolchain
    47abb900
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Autoconf settings for CentOS 4.6 and CentOS 5.3 ...
    58cf0686
    They came with autoconf-2.59, which does not support AC_TYPE_UINT*_T .
    Yishin Li authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Autotools settings adjustments ...
    db78b0c8
    - removed maintainer-mode
    - RANLIB useless
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Fix #375926 - modbus.c:164: error: `MSG_DONTWAIT' undeclared ...
    6e6e2602
    Reported and tested by Yishin Li.
    
    Real fix #333455 - IPTOS_LOWDELAY not supported on cygwin
    Thank to Yishin Li for the better problem description.
    Stéphane Raimbault authored
    2010-01-21 11:35:28 +0100  
    Browse File »
  • Fix #333455 - Workaround IPTOS_LOWDELAY not supported ...
    1d6ab32e
    - check IPTOS_LOWDELAY define in configure
    - generate a config.h
    - include the generated config.h in modbus.c
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Added some checks to configure.ac ...
    f88ca1ab
    - detected by autoscan
    - uintX_T
    - added functions
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Rename modbus/ to src/ ...
    e80dc405
    - upgrade to WAF 1.5.3
    - smaller WAF scripts
    - fix using of modbus.h with WAF
    - updated configure.ac and Makefile.am files
    - change include paths in test files
    Stéphane Raimbault authored
    2010-01-21 11:35:27 +0100  
    Browse File »
  • Updated NEWS and package files for the 2.0.3 release.
    99b4e417
    Stéphane Raimbault authored
    2010-01-21 11:35:26 +0100  
    Browse File »
  • Bump version to 2.0.1
    9a1c297c
    Stéphane Raimbault authored
    2010-01-21 11:35:25 +0100  
    Browse File »
  • Changes in autotools files ...
    2a4c5bec
    - cleanup in autogen.sh (only 2 lines now!)
    - remove the version redundancy in configure.ac
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse File »
  • Bump version to 2.0.0 in configure.ac and wscript.
    8a96bcb6
    Stéphane Raimbault authored
    2010-01-21 11:35:24 +0100  
    Browse File »
  • Sync header checks with waf
    07b51bce
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Disable compilation of static libraries with autotools.
    71654332
    Stéphane Raimbault authored
    2010-01-21 11:35:21 +0100  
    Browse File »
  • Use termios.h instead termio.h (like on OSX)
    9f11a2d3
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • New organisation of the source tree ...
    55bab3f5
    - separate tests directory
    - regroup modbus.h and modbus.c in the same dir
    - updated waf scripts
    - updated autotools files
    - bump application version to 1.9.0
    - bump library number to 2.0.0
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • Bump version to 1.9.0
    3647a435
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • Removed glib dependency
    7ac79f0a
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • - Add glib-2.0 dependency in modbus.pc ...
    d4216637
    - Fix modbus.h path
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • Major changes to the build system ...
    15d042e2
    - move modbus.h => include/modbus/
    - create a pkgconfig file (module.pc)
    - install modbus.h in $(includedir)
    - new path to reach modbus.h
    Stéphane Raimbault authored
    2010-01-21 11:35:20 +0100  
    Browse File »
  • Bump to 1.3.0 branch (unstable version)
    c8effdba
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse File »
  • Changed author's email
    741022ce
    Stéphane Raimbault authored
    2010-01-21 11:35:19 +0100  
    Browse File »

10 Sep, 2005
1 commit
  • initial import ...
    f7cb1f06
    (automatically generated log message)
    Stephane Raimbault authored
    2005-09-10 09:49:54 +0000  
    Browse File »