Fri, 19 Jun 2015 20:16:07 +0200some fixes
Edouard Tisserant [Fri, 19 Jun 2015 20:16:07 +0200] rev 792
some fixes

Thu, 12 Jun 2014 14:07:16 +0200Fix : libcanfestival_unix.a not built if examples are not compiled
gabriele at naustech dot com [Thu, 12 Jun 2014 14:07:16 +0200] rev 791
Fix : libcanfestival_unix.a not built if examples are not compiled

Problem: when building Canfestival with unix timers 'libcanfestiva_unix.a'
is built only if you build examples too.

Test case:

$ ./configure --timers=unix --can=socket --target=unix
$ make canfestival

...

no errors but 'libcanfestival_unix.a' is not built:
$ find . -name "*.a"
./src/libcanfestival.a

Changing line 90 of 'drivers/unix/Makefile.in' to:
#driver: $(OBJS)
driver: libcanfestival_$(TARGET).a

solves the problem:

$ ./configure --timers=unix --can=socket --target=unix
$ make canfestival

...

$ find . -name "*.a"
./drivers/unix/libcanfestival_unix.a
./src/libcanfestival.a

Sun, 08 Jun 2014 17:42:47 +0200Honor DESTDIR in install rules
Samuel Martin <s.martin49@gmail.com> [Sun, 08 Jun 2014 17:42:47 +0200] rev 790
Honor DESTDIR in install rules

Signed-off-by: Samuel Martin <s.martin49@gmail.com>

Sat, 12 Oct 2013 09:14:38 +0900WxPython 2.9 support fix by J?rg H?bler
Edouard Tisserant [Sat, 12 Oct 2013 09:14:38 +0900] rev 789
WxPython 2.9 support fix by J?rg H?bler

Sat, 12 Oct 2013 09:09:04 +0900Merge changes from bitbucket.org/HMSFAE/canfestival_ixxat
Edouard Tisserant [Sat, 12 Oct 2013 09:09:04 +0900] rev 788
Merge changes from bitbucket.org/HMSFAE/canfestival_ixxat

Mon, 23 Sep 2013 10:20:07 -0400VCI3 driver added
Ian Tracy <iatr@hms.se> [Mon, 23 Sep 2013 10:20:07 -0400] rev 787
VCI3 driver added

Mon, 23 Sep 2013 00:27:39 +0200Fix bug when creating new node in newer version of wxPython (>=2.9)
Laurent Bessard [Mon, 23 Sep 2013 00:27:39 +0200] rev 786
Fix bug when creating new node in newer version of wxPython (>=2.9)

Tue, 14 May 2013 20:22:06 +0200Fixed SplitterWindows sash position at creation when subindextable is used in notebook tab
Laurent Bessard [Tue, 14 May 2013 20:22:06 +0200] rev 785
Fixed SplitterWindows sash position at creation when subindextable is used in notebook tab

Wed, 08 May 2013 09:14:59 +0200Fixed set usage in eds_utils
Laurent Bessard [Wed, 08 May 2013 09:14:59 +0200] rev 784
Fixed set usage in eds_utils

Fri, 03 May 2013 10:18:35 +0200Updated DS301 standard node entries definition
Laurent Bessard [Fri, 03 May 2013 10:18:35 +0200] rev 783
Updated DS301 standard node entries definition

Thu, 02 May 2013 09:42:37 +0200Removed call of deprecated function on wxSplitterWindow
Laurent Bessard [Thu, 02 May 2013 09:42:37 +0200] rev 782
Removed call of deprecated function on wxSplitterWindow

Wed, 24 Apr 2013 17:28:06 +0200Fixed Save As... function in Beremiz
Laurent Bessard [Wed, 24 Apr 2013 17:28:06 +0200] rev 781
Fixed Save As... function in Beremiz

Sat, 06 Apr 2013 11:57:26 +0200Fixed bug when importing NodeEditorTemplate
Laurent Bessard [Sat, 06 Apr 2013 11:57:26 +0200] rev 780
Fixed bug when importing NodeEditorTemplate

Wed, 27 Mar 2013 09:32:05 +0900Merge
Edouard Tisserant [Wed, 27 Mar 2013 09:32:05 +0900] rev 779
Merge

Tue, 26 Mar 2013 23:21:03 +0100Fixed conflict in internationalization with Beremiz CanFestival extension
Laurent Bessard [Tue, 26 Mar 2013 23:21:03 +0100] rev 778
Fixed conflict in internationalization with Beremiz CanFestival extension

Thu, 07 Mar 2013 11:40:28 +0900Harmonized unix and win32 canClose_driver, fixed crash on close under win32
Edouard Tisserant [Thu, 07 Mar 2013 11:40:28 +0900] rev 777
Harmonized unix and win32 canClose_driver, fixed crash on close under win32

Wed, 06 Mar 2013 23:50:35 +0100Fixed import and export of EDS files
Laurent Bessard [Wed, 06 Mar 2013 23:50:35 +0100] rev 776
Fixed import and export of EDS files

Wed, 06 Mar 2013 23:22:36 +0100Fixed DS401 profile config
Laurent Bessard [Wed, 06 Mar 2013 23:22:36 +0100] rev 775
Fixed DS401 profile config

Wed, 06 Mar 2013 16:54:21 +0900Fixed DLL calling convention when build with mingw32 + some re-indenting in can_tcp_win32
Edouard Tisserant [Wed, 06 Mar 2013 16:54:21 +0900] rev 774
Fixed DLL calling convention when build with mingw32 + some re-indenting in can_tcp_win32

Wed, 06 Mar 2013 13:40:54 +0900win32: reverted DLL loading from LoadLibraryA to LoadLibrary
Edouard Tisserant [Wed, 06 Mar 2013 13:40:54 +0900] rev 773
win32: reverted DLL loading from LoadLibraryA to LoadLibrary

Wed, 06 Mar 2013 11:39:35 +0900can_peak_linux link sequence modifed, thx to chenxi
Edouard Tisserant [Wed, 06 Mar 2013 11:39:35 +0900] rev 772
can_peak_linux link sequence modifed, thx to chenxi

Wed, 06 Mar 2013 11:32:27 +0900Now can_tcp_win32 default to 127.0.0.1 and can_tcp_win32_server is verbose
Edouard Tisserant [Wed, 06 Mar 2013 11:32:27 +0900] rev 771
Now can_tcp_win32 default to 127.0.0.1 and can_tcp_win32_server is verbose

Tue, 05 Mar 2013 20:08:37 +0900Restored 'libcanfestival_' prefix to windows CAN drivers DLLs
Edouard Tisserant [Tue, 05 Mar 2013 20:08:37 +0900] rev 770
Restored 'libcanfestival_' prefix to windows CAN drivers DLLs

Tue, 05 Mar 2013 19:42:14 +0900Configure now initialize DLL_LIST in objdictgen/canfestival_config.py, required by Beremiz' CanFestival plugin
Edouard Tisserant [Tue, 05 Mar 2013 19:42:14 +0900] rev 769
Configure now initialize DLL_LIST in objdictgen/canfestival_config.py, required by Beremiz' CanFestival plugin

Tue, 05 Mar 2013 16:12:22 +0900Removed 'cyg' prefix abusively appended to .dll files of some windows CAN drivers
Edouard Tisserant [Tue, 05 Mar 2013 16:12:22 +0900] rev 768
Removed 'cyg' prefix abusively appended to .dll files of some windows CAN drivers

Tue, 05 Mar 2013 16:12:19 +0900Removed depricated CHANGES file
Edouard Tisserant [Tue, 05 Mar 2013 16:12:19 +0900] rev 767
Removed depricated CHANGES file

Wed, 27 Feb 2013 13:13:12 +0100Fixed bug when replacing already imported EDS file in NetworkEditor
Laurent Bessard [Wed, 27 Feb 2013 13:13:12 +0100] rev 766
Fixed bug when replacing already imported EDS file in NetworkEditor

Thu, 06 Dec 2012 16:07:46 +0100Fixed warnings when compiling generated Object Dictionary
Laurent Bessard [Thu, 06 Dec 2012 16:07:46 +0100] rev 765
Fixed warnings when compiling generated Object Dictionary

Thu, 06 Dec 2012 16:06:51 +0100Fix error in UNS8 and INTEGER8 corresponding C type definition in none platform
Laurent Bessard [Thu, 06 Dec 2012 16:06:51 +0100] rev 764
Fix error in UNS8 and INTEGER8 corresponding C type definition in none platform

Wed, 05 Dec 2012 15:42:41 +0100Merged
Laurent Bessard [Wed, 05 Dec 2012 15:42:41 +0100] rev 763
Merged