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

Mon, 20 Jul 2009 16:11:20 +0200add extern \"C\" to keep compatibilty with C++
greg [Mon, 20 Jul 2009 16:11:20 +0200] rev 577
add extern \"C\" to keep compatibilty with C++

Mon, 20 Jul 2009 10:57:11 +0200fix error in timer.c
greg [Mon, 20 Jul 2009 10:57:11 +0200] rev 576
fix error in timer.c

Mon, 20 Jul 2009 10:56:08 +0200fix warning when compile
greg [Mon, 20 Jul 2009 10:56:08 +0200] rev 575
fix warning when compile

Mon, 20 Jul 2009 10:55:11 +0200Add print_getenv function wich print extra init params
greg [Mon, 20 Jul 2009 10:55:11 +0200] rev 574
Add print_getenv function wich print extra init params

Fri, 17 Jul 2009 20:34:13 +0200rewrite comments
greg [Fri, 17 Jul 2009 20:34:13 +0200] rev 573
rewrite comments

Fri, 17 Jul 2009 20:32:48 +0200remove sync period from OD
greg [Fri, 17 Jul 2009 20:32:48 +0200] rev 572
remove sync period from OD

Fri, 17 Jul 2009 20:30:38 +0200fix method to exit properly the Timer Loop
greg [Fri, 17 Jul 2009 20:30:38 +0200] rev 571
fix method to exit properly the Timer Loop
fix time unit

Fri, 17 Jul 2009 20:26:22 +0200fix method to exit properly CanReceiveLoop
greg [Fri, 17 Jul 2009 20:26:22 +0200] rev 570
fix method to exit properly CanReceiveLoop

Fri, 17 Jul 2009 13:47:39 +0200fix message dialog when objdictedit can't find the pdf reader
greg [Fri, 17 Jul 2009 13:47:39 +0200] rev 569
fix message dialog when objdictedit can't find the pdf reader

Fri, 17 Jul 2009 11:56:24 +0200fix some minor bugs
greg [Fri, 17 Jul 2009 11:56:24 +0200] rev 568
fix some minor bugs

Fri, 17 Jul 2009 11:51:22 +0200update manual
greg [Fri, 17 Jul 2009 11:51:22 +0200] rev 567
update manual

Fri, 17 Jul 2009 11:48:41 +0200fixed : unlock and terminate CanReceive loop thread when canclose is called.
greg [Fri, 17 Jul 2009 11:48:41 +0200] rev 566
fixed : unlock and terminate CanReceive loop thread when canclose is called.

Thu, 16 Jul 2009 13:51:49 +0200fixed bug in timerscfg.h for win32
greg [Thu, 16 Jul 2009 13:51:49 +0200] rev 565
fixed bug in timerscfg.h for win32

Thu, 16 Jul 2009 12:03:37 +0200Add new function defines to compile peak driver on win32
greg [Thu, 16 Jul 2009 12:03:37 +0200] rev 564
Add new function defines to compile peak driver on win32

Thu, 16 Jul 2009 11:53:07 +0200update canReceive_driver to match with Peak new read function (event)
greg [Thu, 16 Jul 2009 11:53:07 +0200] rev 563
update canReceive_driver to match with Peak new read function (event)

Thu, 16 Jul 2009 10:44:32 +0200updated manual_en.pdf with CANOpenShell example
greg [Thu, 16 Jul 2009 10:44:32 +0200] rev 562
updated manual_en.pdf with CANOpenShell example

Thu, 16 Jul 2009 10:06:57 +0200Add doxygen comments in headers file
greg [Thu, 16 Jul 2009 10:06:57 +0200] rev 561
Add doxygen comments in headers file
modify Doxyfile

Wed, 15 Jul 2009 17:19:09 +0200Add new example CANOpenShell in manual
greg [Wed, 15 Jul 2009 17:19:09 +0200] rev 560
Add new example CANOpenShell in manual

Wed, 15 Jul 2009 17:17:47 +0200Remove old entries in visual studio files
greg [Wed, 15 Jul 2009 17:17:47 +0200] rev 559
Remove old entries in visual studio files
Fix some bugs in CANOpenShell

Wed, 15 Jul 2009 17:14:44 +0200Add build command for master OD and slave OD
greg [Wed, 15 Jul 2009 17:14:44 +0200] rev 558
Add build command for master OD and slave OD

Wed, 15 Jul 2009 15:32:22 +0200remove automatic loading of manual with xpdf
greg [Wed, 15 Jul 2009 15:32:22 +0200] rev 557
remove automatic loading of manual with xpdf

Wed, 15 Jul 2009 09:36:36 +0200Rewrite win32 code (C only)
greg [Wed, 15 Jul 2009 09:36:36 +0200] rev 556
Rewrite win32 code (C only)

Wed, 15 Jul 2009 09:32:35 +0200Add new example : CANOpen shell
greg [Wed, 15 Jul 2009 09:32:35 +0200] rev 555
Add new example : CANOpen shell

Fri, 10 Jul 2009 11:41:00 +0200prevent eclipse to push .project with .hgignore
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:41:00 +0200] rev 554
prevent eclipse to push .project with .hgignore

Fri, 10 Jul 2009 11:06:39 +0200removed dead hidden files
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>' [Fri, 10 Jul 2009 11:06:39 +0200] rev 553
removed dead hidden files

Thu, 18 Jun 2009 10:49:59 +0200remove autotools-dev dependency
Gr?gory Tr?lat [Thu, 18 Jun 2009 10:49:59 +0200] rev 552
remove autotools-dev dependency

Thu, 11 Jun 2009 08:31:33 +0000update tags
convert-repo [Thu, 11 Jun 2009 08:31:33 +0000] rev 551
update tags

Thu, 11 Jun 2009 09:27:27 +0200fixed : deprecation warning with the module "sets" when using python 2.6
greg [Thu, 11 Jun 2009 09:27:27 +0200] rev 550
fixed : deprecation warning with the module "sets" when using python 2.6

Mon, 04 May 2009 09:26:32 +0200Adding support for loading any eds file (subindex 0 not corresponding to subindex number)
greg [Mon, 04 May 2009 09:26:32 +0200] rev 549
Adding support for loading any eds file (subindex 0 not corresponding to subindex number)

Wed, 29 Apr 2009 12:26:53 +0200change LoliTech phone number for bug report
greg [Wed, 29 Apr 2009 12:26:53 +0200] rev 548
change LoliTech phone number for bug report