Fri, 19 Feb 2010 08:19:23 +0100ADDED: - LeaveMutex and EnterMutex to exported symbols
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:19:23 +0100] rev 640
ADDED: - LeaveMutex and EnterMutex to exported symbols

Fri, 19 Feb 2010 08:18:40 +0100CHANGED: - if variable starts with a digit, add a "_" at the beginning
Christian Taedcke <Christian.Taedcke@ica-traffic.de> [Fri, 19 Feb 2010 08:18:40 +0100] rev 639
CHANGED: - if variable starts with a digit, add a "_" at the beginning
* * *
FIXED: - if callback array name starts with a digit, prepend "_"

Fri, 10 Sep 2010 08:55:42 +0200CHANGED: - option to integrate a can driver statically (hack)
Christian Taedcke [Fri, 10 Sep 2010 08:55:42 +0200] rev 638
CHANGED: - option to integrate a can driver statically (hack)
FIXED: - missing () in log message
* * *
CHANGED: - adapted UnLoadCanDriver() for the macro NOT_USE_DYNAMIC_LOADING

Thu, 09 Sep 2010 15:50:02 +0200CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).
Christian Taedcke [Thu, 09 Sep 2010 15:50:02 +0200] rev 637
CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).

Thu, 09 Sep 2010 15:56:06 +0200ADDED: - dynamic memory allocation for sdo transfer using malloc and free
Christian Taedcke [Thu, 09 Sep 2010 15:56:06 +0200] rev 636
ADDED: - dynamic memory allocation for sdo transfer using malloc and free
CHANGED: - enabled lss, enabled dynamic buffer allocation and set max sim sdo transfers to 32

Thu, 09 Sep 2010 15:38:20 +0200ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
Christian Taedcke [Thu, 09 Sep 2010 15:38:20 +0200] rev 635
ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
* * *
CHANGED: - added missing export for _post_SlaveStateChange (for revision #679)

Sun, 28 Nov 2010 00:05:16 +0100get always the latest version of VSCAN API
edouard [Sun, 28 Nov 2010 00:05:16 +0100] rev 634
get always the latest version of VSCAN API

Sat, 13 Nov 2010 23:08:34 +0100Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.
edouard [Sat, 13 Nov 2010 23:08:34 +0100] rev 633
Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.

Sat, 13 Nov 2010 22:25:24 +0100Fixed execution right on configure script
edouard [Sat, 13 Nov 2010 22:25:24 +0100] rev 632
Fixed execution right on configure script

Sat, 13 Nov 2010 00:03:24 +0100Piotr Trojanek (ptroja) cleanup patche. Thanks.
edouard [Sat, 13 Nov 2010 00:03:24 +0100] rev 631
Piotr Trojanek (ptroja) cleanup patche. Thanks.

Fri, 12 Nov 2010 22:49:26 +0100Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.
edouard [Fri, 12 Nov 2010 22:49:26 +0100] rev 630
Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.

Fri, 12 Nov 2010 22:24:06 +0100CosateQ contribution.
edouard [Fri, 12 Nov 2010 22:24:06 +0100] rev 629
CosateQ contribution.

Fri, 12 Nov 2010 22:02:32 +0100Added contributed 402 profile
edouard [Fri, 12 Nov 2010 22:02:32 +0100] rev 628
Added contributed 402 profile

Fri, 10 Sep 2010 13:44:56 +0200Fixed SDO loop in some situations.
edouard [Fri, 10 Sep 2010 13:44:56 +0200] rev 627
Fixed SDO loop in some situations.

Fri, 10 Sep 2010 13:44:06 +0200Wrong check on PDO inhibit bit fixed.
edouard [Fri, 10 Sep 2010 13:44:06 +0200] rev 626
Wrong check on PDO inhibit bit fixed.

Fri, 10 Sep 2010 13:43:17 +0200Fix non freed windows handle. (thx to jaroslav.fojtik)
edouard [Fri, 10 Sep 2010 13:43:17 +0200] rev 625
Fix non freed windows handle. (thx to jaroslav.fojtik)

Wed, 16 Jun 2010 21:29:39 +0200Update french translations
laurent [Wed, 16 Jun 2010 21:29:39 +0200] rev 624
Update french translations

Wed, 16 Jun 2010 21:29:02 +0200Obsolete example fixed
laurent [Wed, 16 Jun 2010 21:29:02 +0200] rev 623
Obsolete example fixed

Wed, 16 Jun 2010 21:28:34 +0200Bug in Subindex grid right click with i18n fixed
laurent [Wed, 16 Jun 2010 21:28:34 +0200] rev 622
Bug in Subindex grid right click with i18n fixed

Wed, 16 Dec 2009 10:15:09 +0100fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com> [Wed, 16 Dec 2009 10:15:09 +0100] rev 621
fixed typo in makefile

Wed, 16 Dec 2009 10:12:19 +0100fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com> [Wed, 16 Dec 2009 10:12:19 +0100] rev 620
fixed typo in makefile

Mon, 14 Dec 2009 20:58:34 +0100Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings
edouard [Mon, 14 Dec 2009 20:58:34 +0100] rev 619
Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings

Wed, 09 Dec 2009 15:46:35 +0100added 'none' taget for building standalone library
edouard [Wed, 09 Dec 2009 15:46:35 +0100] rev 618
added 'none' taget for building standalone library

Wed, 09 Dec 2009 10:31:56 +0100Backed out changeset 3a6b413acad9
lolitech@ks351503.kimsufi.com [Wed, 09 Dec 2009 10:31:56 +0100] rev 617
Backed out changeset 3a6b413acad9

Sun, 29 Nov 2009 18:51:03 +0100added files to ignor in hgignore
Edouard TISSERANT <edouard.tisserant@gmail.com> [Sun, 29 Nov 2009 18:51:03 +0100] rev 616
added files to ignor in hgignore

Mon, 02 Nov 2009 17:41:24 +0100Wiped out references to Lolitech
edouard [Mon, 02 Nov 2009 17:41:24 +0100] rev 615
Wiped out references to Lolitech

Mon, 02 Nov 2009 11:58:36 +0100Replace \"lolitech\" contact by \"edouard\" contact
greg [Mon, 02 Nov 2009 11:58:36 +0100] rev 614
Replace \"lolitech\" contact by \"edouard\" contact

Wed, 28 Oct 2009 13:49:00 +0100changes merged
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Wed, 28 Oct 2009 13:49:00 +0100] rev 613
changes merged

Wed, 28 Oct 2009 13:46:53 +0100Fix some bug in debian packages
greg [Wed, 28 Oct 2009 13:46:53 +0100] rev 612
Fix some bug in debian packages

Tue, 27 Oct 2009 15:11:26 +0100Extended PDO API with SendOnePDOEvent
edouard [Tue, 27 Oct 2009 15:11:26 +0100] rev 611
Extended PDO API with SendOnePDOEvent