Mon, 12 Oct 2009 14:19:27 +0200create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)
greg [Mon, 12 Oct 2009 14:19:27 +0200] rev 607
create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)

Thu, 08 Oct 2009 17:34:44 +0200changes merged
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Thu, 08 Oct 2009 17:34:44 +0200] rev 606
changes merged

Thu, 08 Oct 2009 17:21:15 +0200-add LeaveMutex to avoid canopenshell deadlock when call NodeInit
greg [Thu, 08 Oct 2009 17:21:15 +0200] rev 605
-add LeaveMutex to avoid canopenshell deadlock when call NodeInit
-Now call the first setalarm from StartTimerLoop instead of the Timerthreadloop (like linux)

Wed, 07 Oct 2009 11:40:49 +0200Fixed casts subject to problems on some compilers.
edouard [Wed, 07 Oct 2009 11:40:49 +0200] rev 604
Fixed casts subject to problems on some compilers.

Wed, 07 Oct 2009 11:39:53 +0200Fixed typo in can_socket.c
edouard [Wed, 07 Oct 2009 11:39:53 +0200] rev 603
Fixed typo in can_socket.c

Tue, 06 Oct 2009 17:22:11 +0200Some more reasonable timeout while waiting timer thread end
edouard@expresso [Tue, 06 Oct 2009 17:22:11 +0200] rev 602
Some more reasonable timeout while waiting timer thread end

Tue, 06 Oct 2009 17:15:32 +0200Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
edouard [Tue, 06 Oct 2009 17:15:32 +0200] rev 601
Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
selected message object, but does not revert it before exiting.

Fri, 25 Sep 2009 14:12:39 +0200add timeout for waitreceivetaskend for the win32, fix GetLastError print
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 25 Sep 2009 14:12:39 +0200] rev 600
add timeout for waitreceivetaskend for the win32, fix GetLastError print

Mon, 05 Oct 2009 14:31:55 +0200Added timeout for waiting timer thread end on windows.
edouard [Mon, 05 Oct 2009 14:31:55 +0200] rev 599
Added timeout for waiting timer thread end on windows.

Mon, 05 Oct 2009 11:35:40 +0200removed ligcc.a dependency and fix problem with errno value
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Mon, 05 Oct 2009 11:35:40 +0200] rev 598
removed ligcc.a dependency and fix problem with errno value

Wed, 30 Sep 2009 12:01:25 +0200Fixed wrong cast in sdo.c and wrong message length in nodeguarding
edouard [Wed, 30 Sep 2009 12:01:25 +0200] rev 597
Fixed wrong cast in sdo.c and wrong message length in nodeguarding

Thu, 24 Sep 2009 10:16:09 +0200Fiwed use of socketopt accross RT and non-RT implementation of SocketCan
edouard [Thu, 24 Sep 2009 10:16:09 +0200] rev 596
Fiwed use of socketopt accross RT and non-RT implementation of SocketCan

Thu, 24 Sep 2009 10:14:59 +0200Updated memento with new Francis' version
edouard [Thu, 24 Sep 2009 10:14:59 +0200] rev 595
Updated memento with new Francis' version

Thu, 24 Sep 2009 10:03:07 +0200re-use macro for objaccess
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Thu, 24 Sep 2009 10:03:07 +0200] rev 594
re-use macro for objaccess

Thu, 24 Sep 2009 09:29:07 +0200add some symbols from libgcc.a into libcanfestival_win32.a to maintain compatibility between mingw and msvc compilers
greg [Thu, 24 Sep 2009 09:29:07 +0200] rev 593
add some symbols from libgcc.a into libcanfestival_win32.a to maintain compatibility between mingw and msvc compilers

Wed, 16 Sep 2009 15:19:58 +0200fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:19:58 +0200] rev 592
fix warnings with msvc compiler

Wed, 16 Sep 2009 15:19:14 +0200add extern C to maintain compatibility with C++
greg [Wed, 16 Sep 2009 15:19:14 +0200] rev 591
add extern C to maintain compatibility with C++
fix warnings with msvc compiler

Wed, 16 Sep 2009 15:18:23 +0200update config.h for win32 (for user which not use configure script)
greg [Wed, 16 Sep 2009 15:18:23 +0200] rev 590
update config.h for win32 (for user which not use configure script)

Wed, 16 Sep 2009 15:18:00 +0200Update CanFestival-3.def for visual studio users :
greg [Wed, 16 Sep 2009 15:18:00 +0200] rev 589
Update CanFestival-3.def for visual studio users :
- Add TimerInit and TimerCleanup functions
- Add emcy functions

Wed, 16 Sep 2009 15:16:19 +0200Replace macro functions for setODentry and getODentry
greg [Wed, 16 Sep 2009 15:16:19 +0200] rev 588
Replace macro functions for setODentry and getODentry
(prevent compilation errors with visual studio c++ compiler)

Wed, 16 Sep 2009 15:15:28 +0200fix warnings with msvc compiler
greg [Wed, 16 Sep 2009 15:15:28 +0200] rev 587
fix warnings with msvc compiler

Wed, 16 Sep 2009 15:13:51 +0200update visual studio files
greg [Wed, 16 Sep 2009 15:13:51 +0200] rev 586
update visual studio files

Tue, 15 Sep 2009 10:58:38 +0200Replacing wx.Choice controls by wx.ComboBox controls
laurent [Tue, 15 Sep 2009 10:58:38 +0200] rev 585
Replacing wx.Choice controls by wx.ComboBox controls

Tue, 15 Sep 2009 10:47:38 +0200Bug with in access value translation and modification on subindex 0 of PDOmapping entries fixed
laurent [Tue, 15 Sep 2009 10:47:38 +0200] rev 584
Bug with in access value translation and modification on subindex 0 of PDOmapping entries fixed

Fri, 07 Aug 2009 15:59:35 +0200Merged changes
'Laurent Bessard <laurent.bessard@lolitech.fr>' [Fri, 07 Aug 2009 15:59:35 +0200] rev 583
Merged changes

Mon, 27 Jul 2009 16:35:12 +0200Adding support for displaying 'unknown' while datatype is not supported by CanFestival
laurent [Mon, 27 Jul 2009 16:35:12 +0200] rev 582
Adding support for displaying 'unknown' while datatype is not supported by CanFestival

Mon, 27 Jul 2009 16:32:05 +0200Adding support for octet string
laurent [Mon, 27 Jul 2009 16:32:05 +0200] rev 581
Adding support for octet string

Mon, 27 Jul 2009 16:29:59 +0200Adding support for internationalization
laurent [Mon, 27 Jul 2009 16:29:59 +0200] rev 580
Adding support for internationalization

Mon, 27 Jul 2009 09:25:14 +0200Fixed : postrm bug when upgrade package
greg [Mon, 27 Jul 2009 09:25:14 +0200] rev 579
Fixed : postrm bug when upgrade package
Fixed : generated list of present driver library on the system for beremiz

Mon, 27 Jul 2009 09:18:04 +0200add install/uninstall rules in Makefile.in
greg [Mon, 27 Jul 2009 09:18:04 +0200] rev 578
add install/uninstall rules in Makefile.in