Commit Graph

48 Commits

Author SHA1 Message Date
Matej Sekoranja 55328e4a53 merge 2015-10-15 21:18:56 +02:00
Dave Hickin 0af5599457 Remove calls of deprecated getScalarArrayField 2015-07-24 15:00:25 +01:00
Matej Sekoranja 7c7ff7babc Merge pull request #8 from anjohnson/mbOptional
Make microbench library & header optional
2015-07-14 10:34:08 +02:00
Andrew Johnson 98224b0d01 Make microbench library & header optional
Requires similar changes in pvaSrv, and in pvCommonCPP if you're
actually using the microbench code.
2015-07-13 10:50:55 -05:00
Michael Davidsaver ef46931276 use getSubField 2015-06-22 15:04:44 -04:00
Matej Sekoranja b381d84e64 cancel(), done(), ackAny param 2015-05-06 11:08:23 +02:00
dhickin c492406d57 Link pvinfo against ca. 2015-04-18 10:35:14 +01:00
dhickin 946dc9b0fd Removed unused variable from pvget and imporoved error messages in pvput. 2015-04-18 10:27:18 +01:00
dhickin 895f950a0c Added channel access support, default provider option and URI support for ca and pva schemes to pvinfo. 2015-04-18 10:24:45 +01:00
dhickin 6228975069 Added channel access support, default provider option and URI support for ca and pva schemes to pvput. 2015-04-17 23:57:18 +01:00
dhickin c09f8f9e45 Link pvget against ca. 2015-04-17 22:40:59 +01:00
dhickin 01efae1597 Small fix to pvget 2015-04-17 20:47:21 +01:00
dhickin 7441f53eeb Added channel access support, default provider option and URI support for ca and pva schemes to pvget. 2015-04-17 16:52:31 +01:00
Matej Sekoranja c8c0498cdf using new copy API 2015-02-18 10:03:18 +01:00
Matej Sekoranja eeba21bcfb merge 2015-01-07 08:21:20 +01:00
Matej Sekoranja 743a07064a pvlist help examples typos 2014-12-05 08:43:46 +01:00
Matej Sekoranja e67e8153ef EPCIS 3.15 compilation warnings removed 2014-11-26 11:09:11 +01:00
Matej Sekoranja b29c8f439b pvatools: enum index out of range fix 2014-11-24 12:12:22 +01:00
Matej Sekoranja d654738dc5 win32 SO_RCVTIMEO 2014-11-20 23:06:32 +01:00
Matej Sekoranja 976fe49d60 pvlist improvements 2014-11-20 22:13:29 +01:00
Matej Sekoranja 9365623a94 eget: pvs authority support 2014-11-17 12:50:41 +01:00
Matej Sekoranja 2f1c227f4f vxWorks htons macro woes 2014-11-11 12:26:47 +01:00
Matej Sekoranja b263acebbc PVStructureArray/PVUnionArray null element pvutils formatting 2014-11-06 22:33:36 +01:00
Matej Sekoranja 5b1825a11c URI: ev4 to epics, and URI version major check 2014-10-28 22:04:01 +01:00
Matej Sekoranja d465514e9b pv utils alarm_t support 2014-10-20 11:51:35 +02:00
Matej Sekoranja 84ee414ace more work on pv tools 2014-10-20 09:13:44 +02:00
Matej Sekoranja cfbbe577db enhanced printout, enum_t/time_t support 2014-10-15 16:10:41 +02:00
Matej Sekoranja 1e2f335c61 enum_t/time_t print in terse mode 2014-10-15 12:01:43 +02:00
Matej Sekoranja b3e9ceca10 pvput enum and union[Array] support 2014-10-15 09:38:45 +02:00
Matej Sekoranja 523ab64b87 pvlist: failed to resolve GUID case 2014-10-14 12:30:50 +02:00
Matej Sekoranja ac13dc19fd pvlist now in an usable shape, requires eget 2014-10-14 12:01:13 +02:00
Matej Sekoranja 68f81b37e0 win32 lib for pvlist not pvinfo 2014-10-14 11:10:58 +02:00
Matej Sekoranja 49a0ccd715 missing lib for win32 2014-10-14 09:12:55 +02:00
Matej Sekoranja 43ec3f8bda win32 GUID fix 2014-10-14 07:14:42 +02:00
Matej Sekoranja b75e058620 pvlist utility added 2014-10-13 09:15:04 +02:00
Matej Sekoranja 0e1769d8ce union/unionArray support for terse mode 2014-10-10 10:44:55 +02:00
Matej Sekoranja 432f385467 URI change 2014-09-30 22:50:37 +02:00
Matej Sekoranja 45216ff0f0 testServer: loading of RGB image 2014-09-23 13:47:33 +02:00
Matej Sekoranja a22fb63af9 eget/testServer latest NTNDArray support 2014-09-23 13:25:35 +02:00
Matej Sekoranja 2b118dac81 eget: bug fixed when unnecessary '-s' and RPC URI is given 2014-09-11 15:18:12 +02:00
Matej Sekoranja a02b59f992 ca: actual array element count 2014-08-29 22:07:15 +02:00
Matej Sekoranja 124972605a win32 multicasts 2014-08-20 10:12:50 +02:00
Matej Sekoranja 85db68a1ea clang port 2014-08-13 23:49:18 +02:00
Matej Sekoranja 3050323193 added disconnect message to pvget/eget while monitoring 2014-07-21 11:29:22 +02:00
Matej Sekoranja 1f4da8c2de eget: support for '-a name value' form 2014-07-03 20:40:36 +02:00
Matej Sekoranja ba4102639e String -> std::string, toString methods removed 2014-06-19 14:29:41 +02:00
Matej Sekoranja 99df13dc72 completed merge 2014-06-10 00:09:08 +02:00
Andrew Johnson 6402e2ca1b Moved pvget/pvput/pvinfo/eget programs into pvtoolsSrc
These programs are intended for users, they are not tests.
2014-04-22 10:38:17 -05:00