Commit Graph

366 Commits

Author SHA1 Message Date
Matej Sekoranja f6d4c68c39 introspectionRegistry: enabled caching of non scalar/scalarArrays 2013-12-05 13:07:10 +01:00
Matej Sekoranja 344ba439ba build fixed 2013-12-03 12:55:25 +01:00
Matej Sekoranja aa6bcecb1a win32: some warning removed 2013-12-03 12:08:45 +01:00
Matej Sekoranja ebef394fe3 testServer: added ChannelArray impl. 2013-12-02 10:27:48 +01:00
Matej Sekoranja a410437164 version inc. 2013-11-27 18:49:14 +01:00
Matej Sekoranja e00bd16a8b win32 port: cntd. 2013-11-27 08:44:48 +01:00
Matej Sekoranja 2f31bf74bc win32 port: visibility declration 2013-11-27 08:13:32 +01:00
Matej Sekoranja bc8bef3cc3 ca: ported to new shared_vector 2013-11-26 00:45:10 +01:00
Matej Sekoranja c9e70902a2 Win32 port: gcc visibility test passed 2013-11-20 21:29:33 +01:00
Matej Sekoranja 283e7331a0 Win32 port: remote tests compile 2013-11-20 16:28:22 +01:00
Matej Sekoranja 949bed230e starting Win32 port 2013-11-20 16:14:42 +01:00
Marty Kraimer 308105a212 change monitor queue implementation 2013-11-13 09:55:29 -05:00
Marty Kraimer cc9fae09e5 new implementation of monitor queue 2013-11-12 10:55:21 -05:00
Marty Kraimer 530a96746b CreateRequest no longer derives from Requester; In responseHandlers all destructors are virtual. 2013-10-31 06:23:33 -04:00
Matej Sekoranja c8da6ca92b 3.0.4 version 2013-09-24 22:21:15 +02:00
Matej Sekoranja 236a7311d5 pvAccess -> pva provider name change 2013-09-23 11:26:10 +02:00
Matej Sekoranja f2a10fd37a server: deserialization exceptuion guards 2013-09-23 11:05:52 +02:00
Andrew Johnson 8ebadb261c Fix VxWorks and RTEMS builds 2013-09-05 10:32:11 -05:00
Matej Sekoranja 1dbf736ad2 fixed version reporting (shows module version) now; fixed system configuration and startPVAServer user specified provider name(s) 2013-09-02 23:17:52 +02:00
Matej Sekoranja 03bb840840 vxWorks: non-virtual destructor warning fixed 2013-06-19 23:31:42 +02:00
Matej Sekoranja 8031d1fe31 pvaVersion: print of maintain. version even if not 0 2013-06-19 23:04:43 +02:00
Matej Sekoranja e99fae4005 added virtual ~ChannelProviderFactory 2013-06-18 23:37:29 +02:00
Matej Sekoranja a8b1195a0b added virtual ~ChannelProviderFactory 2013-06-18 23:30:29 +02:00
Matej Sekoranja 9c23391444 ca: valueAlarm SIGSEG fix 2013-06-10 20:32:04 +02:00
Matej Sekoranja b2d406c706 eget: Status printing, do not dump stack trace if not in debug mode 2013-06-10 14:24:42 +02:00
Matej Sekoranja 54383923af added startPVAServer() and 4.3 versions 2013-06-10 12:10:38 +02:00
Matej Sekoranja 3fd682d412 ca: channelName now member 2013-06-05 22:01:27 +02:00
Matej Sekoranja b136fce5fd ca: destruction, enum labels support 2013-06-05 20:50:04 +02:00
Matej Sekoranja a20dd07b85 ChannelProviderFactory, eget support for it 2013-06-04 00:32:58 +02:00
Matej Sekoranja d9eda7d908 ca: monitor support 2013-06-03 22:27:27 +02:00
Matej Sekoranja 26c75b0092 ca: enum/string put support 2013-06-03 14:58:04 +02:00
Matej Sekoranja 37d4ad49c3 ca: put array support 2013-06-03 11:54:32 +02:00
Matej Sekoranja 9def1f15f8 ca: basic put support 2013-06-03 11:29:25 +02:00
Matej Sekoranja 50ceebc2cd vxWorks: long int* to int* cast on 32-bit 2013-06-01 22:44:35 +02:00
Matej Sekoranja 43168fede6 vxWorks: long int* to int* cast on 32-bit 2013-06-01 21:39:23 +02:00
Matej Sekoranja 4731d4c854 vxWorks: long int* to int* cast on 32-bit 2013-06-01 21:24:08 +02:00
Matej Sekoranja b060f86f64 ca: valueAlarm,control not relevant for string/enums 2013-05-31 19:54:14 +02:00
Matej Sekoranja 508f444b34 ca: copy for all the types 2013-05-31 16:24:25 +02:00
Matej Sekoranja 4618a9dda2 ca: templatization of dbr to pvStructure 2013-05-31 13:26:24 +02:00
Matej Sekoranja 5dd76f2ca7 ca: get support for all double DBR types 2013-05-30 21:05:33 +02:00
Matej Sekoranja b1c1e6d9be ca: copy DBR to pvStructure skeleton 2013-05-30 17:53:40 +02:00
Matej Sekoranja 01fab96ea7 ca: get pvStructure support 2013-05-30 15:50:38 +02:00
Matej Sekoranja 3f1790974f ca: get pvStructure support 2013-05-30 15:50:31 +02:00
Matej Sekoranja e180293576 ca: prototype for double scalar value only get 2013-05-27 21:40:44 +02:00
Matej Sekoranja 6a0116a96e ca provider skeleton done, connection, getField 2013-05-27 12:56:51 +02:00
Matej Sekoranja d0105642bb merge 2013-05-23 15:09:45 +02:00
Matej Sekoranja adf1a0a1d3 ca provider skeleton 2013-05-23 15:05:58 +02:00
Marty Kraimer a3a2c12ab3 bitSetUtil was changed in pvDataCPP 2013-05-16 09:05:36 -04:00
Matej Sekoranja 6c14f27641 CA to PVA rename 2013-05-16 09:58:38 +02:00
Matej Sekoranja c3fa37e71b EPICS4_CA prefix replaced with EPICS_PVA 2013-05-16 09:22:43 +02:00