2010-02-16 Christian Taedcke FIXED: - added CALLBACK to can callback function prototypes
2010-12-11 Christian Taedcke FIXED: - added missing endif
2010-02-19 Christian Taedcke CHANGED: - async access queue has now blocking read
2010-02-23 Christian Taedcke ADDED: - pause() for win32
2010-02-23 Christian Taedcke CHANGED: - moved wxwidget header
2010-02-19 Christian Taedcke ADDED: - LeaveMutex and EnterMutex to exported symbols
2010-02-19 Christian Taedcke CHANGED: - if variable starts with a digit, add a "_" at the beginning
2010-09-10 Christian Taedcke CHANGED: - option to integrate a can driver statically (hack)
2010-09-09 Christian Taedcke CHANGED: - enabled console debugging for Visual Studio 2003 and below (without __VA_ARGS__).
2010-09-09 Christian Taedcke ADDED: - dynamic memory allocation for sdo transfer using malloc and free
2010-09-09 Christian Taedcke ADDED: - new callback post_SlaveStateChange so that a master can monitor the state of its slave nodes using a heartbeat.
2010-11-27 edouard get always the latest version of VSCAN API
2010-11-13 edouard Fix mingw32 cross build for can_peak_win32 and can_tcp_win32 server.
2010-11-13 edouard Fixed execution right on configure script
2010-11-12 edouard Piotr Trojanek (ptroja) cleanup patche. Thanks.
2010-11-12 edouard Moced CosateQ's doc at the right place, and fix PDO INHIBIT bit check error again.
2010-11-12 edouard CosateQ contribution.
2010-11-12 edouard Added contributed 402 profile
2010-09-10 edouard Fixed SDO loop in some situations.
2010-09-10 edouard Wrong check on PDO inhibit bit fixed.
2010-09-10 edouard Fix non freed windows handle. (thx to jaroslav.fojtik)
2010-06-16 laurent Update french translations
2010-06-16 laurent Obsolete example fixed
2010-06-16 laurent Bug in Subindex grid right click with i18n fixed
2009-12-16 Edouard TISSERANT fixed typo in makefile
2009-12-16 Edouard TISSERANT fixed typo in makefile
2009-12-14 edouard Enhancements for 'None' target : produce pre-linked object, remove some windows CRLF problems, fixed pedantic compiler warnings
2009-12-09 edouard added 'none' taget for building standalone library
2009-12-09 lolitech Backed out changeset 3a6b413acad9
2009-11-29 Edouard TISSERANT added files to ignor in hgignore
2009-11-02 edouard Wiped out references to Lolitech
2009-11-02 greg Replace \"lolitech\" contact by \"edouard\" contact
2009-10-28 'Gr?gory Tr?lat changes merged
2009-10-28 greg Fix some bug in debian packages
2009-10-27 edouard Extended PDO API with SendOnePDOEvent
2009-10-27 edouard Merge with daa1e1c3fba43ee73a2e827961155b1372ca433e
2009-10-14 greg Verify if nodeId is strictly lesser than subindex entries count at the beginning of send_consise_dcf_loop function
2009-10-14 laurent Removing superfluous event.Skip()
2009-10-12 greg create specific timer thread for UCLIBC support (with CLOCK_PROCESS_CPUTIME_ID parameter)
2009-10-08 'Gr?gory Tr?lat changes merged
2009-10-08 greg -add LeaveMutex to avoid canopenshell deadlock when call NodeInit
2009-10-07 edouard Fixed casts subject to problems on some compilers.
2009-10-07 edouard Fixed typo in can_socket.c
2009-10-06 edouard Some more reasonable timeout while waiting timer thread end
2009-10-06 edouard Fixed bug in the AVR-CAN driver: the CAN interrupt changes the
2009-09-25 'Gr?gory Tr?lat add timeout for waitreceivetaskend for the win32, fix GetLastError print
2009-10-05 edouard Added timeout for waiting timer thread end on windows.
2009-10-05 'Gr?gory Tr?lat removed ligcc.a dependency and fix problem with errno value
2009-09-30 edouard Fixed wrong cast in sdo.c and wrong message length in nodeguarding
2009-09-24 edouard Fiwed use of socketopt accross RT and non-RT implementation of SocketCan
2009-09-24 edouard Updated memento with new Francis' version
2009-09-24 'Gr?gory Tr?lat re-use macro for objaccess
2009-09-24 greg add some symbols from libgcc.a into libcanfestival_win32.a to maintain compatibility between mingw and msvc compilers
2009-09-16 greg fix warnings with msvc compiler
2009-09-16 greg add extern C to maintain compatibility with C++
2009-09-16 greg update config.h for win32 (for user which not use configure script)
2009-09-16 greg Update CanFestival-3.def for visual studio users :
2009-09-16 greg Replace macro functions for setODentry and getODentry
2009-09-16 greg fix warnings with msvc compiler
2009-09-16 greg update visual studio files