Commit Graph

894 Commits

Author SHA1 Message Date
Ralph Lange
8f81eadaf7 jenkins: install build artifact for doxygen run 2015-07-17 15:58:47 +02:00
Ralph Lange
a9138c8457 jenkins: split build and documentation jobs 2015-07-17 15:42:45 +02:00
Ralph Lange
6cfe484c23 jenkins: update default BASE version, remove CloudBees hgweb job 2015-07-17 15:01:49 +02:00
Ralph Lange
73ed4eeb0a Remove IDE configuration (QT Creator) 2015-07-16 16:02:46 +02:00
Matej Sekoranja
7c7ff7babc Merge pull request #8 from anjohnson/mbOptional
Make microbench library & header optional
2015-07-14 10:34:08 +02:00
Matej Sekoranja
0e685d81fc Merge pull request #7 from mdavidsaver/getdeprecate
Replace usage of depercated PVStructure::get*Field methods
2015-07-14 10:33:38 +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
Michael Davidsaver
63ebdce9dd use getSubField 2015-06-22 14:49:48 -04:00
Matej Sekoranja
fa76fe2f46 Merge branch 'mrkraimer-master'
.gitignore conflict needed to be resolved
2015-06-17 10:32:35 +02:00
Matej Sekoranja
295e1fc1df merged 2015-06-17 10:32:17 +02:00
Andrew Johnson
e1753d3157 Added .gitignore file 2015-06-16 17:51:29 -05:00
Marty Kraimer
8fd0bee15e remove hg files; add .gitignore; update documentation 2015-06-16 07:41:06 -04:00
Ralph Lange
be9d267626 REVERT: Merge pull request #4 from mrkraimer/default
merged
(reverted from commit 9869e611ea)
2015-06-12 16:13:26 +02:00
Ralph Lange
5d93ff584f REVERT: add NORMATIVETYPES (reverted from commit d76e70c8dc) 2015-06-12 16:13:01 +02:00
Marty Kraimer
d76e70c8dc add NORMATIVETYPES 2015-06-12 07:36:00 -04:00
Matej Sekoranja
9869e611ea Merge pull request #4 from mrkraimer/default
merged
2015-06-11 08:39:56 +02:00
Marty Kraimer
bf550ebd4e Update pvAccessCPP.html. pvAccessOverview.html also appears in doxygen. 2015-06-05 09:09:34 -04:00
Marty Kraimer
b1299c60fe moved easyPVACPP to pvAccessCPP and renamed to Pva 2015-05-29 08:36:13 -04:00
Marty Kraimer
67b485cd4c add .gitignore and configure/ExampleRELEASE.local 2015-05-27 07:37:39 -04: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
Marty Kraimer
aeb5bcdd60 fixed crash if never used 2015-03-25 14:30:09 -04:00
Matej Sekoranja
ecaba2dcfb testCodec test fixed 2015-02-18 12:49:26 +01:00
Matej Sekoranja
c8c0498cdf using new copy API 2015-02-18 10:03:18 +01:00
Matej Sekoranja
1d58caf40d partialCopy: missing inverse for substructures 2015-02-16 11:38:59 +01:00
Matej Sekoranja
4473fe41c6 statis_pointer_cast namespace fix 2015-02-16 11:27:51 +01:00
Matej Sekoranja
d8ae646e70 unchecked copy 2015-02-16 11:21:13 +01:00
Matej Sekoranja
a21908de89 channel get/put/putget/array local storage instead of references 2015-02-12 13:48:29 +01:00
Matej Sekoranja
4e474a75fd async RPC service and example 2015-02-08 22:46:05 +01:00
Matej Sekoranja
7eb0087d64 fixed bad tx performance 2015-02-04 20:08:25 +01:00
Matej Sekoranja
58b04509de client: reimplemented handling monitors 2015-02-01 00:45:13 +01:00
Matej Sekoranja
fd1e0dd636 merge 2015-01-22 10:03:43 +01:00
Matej Sekoranja
667bc8e6cc DBR status <-> NT status mapping 2015-01-22 10:03:09 +01:00
dhickin
a58054d59d Correct compressed field value of testServer NTNDArray. 2015-01-10 17:43:35 +00:00
Matej Sekoranja
1da0fae984 renamed src/v3ioc to src/ioc 2015-01-07 14:03:21 +01:00
Matej Sekoranja
d3fb30d55d removed annoying warning when client disconnects while server is processing a send message 2015-01-07 13:48:44 +01:00
Matej Sekoranja
228d7fe279 queue.take possible race, send thread does not wait for read anymore 2015-01-07 12:58:28 +01:00
Matej Sekoranja
ffeab62d7f better multiple channels message, failed channel connect handling 2015-01-07 10:00:16 +01:00
Matej Sekoranja
e212817e74 channel creation failure debug log added 2015-01-07 08:40:07 +01:00
Matej Sekoranja
eeba21bcfb merge 2015-01-07 08:21:20 +01:00
Ralph Lange
30784d7282 jenkins: fix cloudbees script (commands must return 0) 2014-12-19 14:12:48 +01:00
Ralph Lange
0f4a40320b jenkins: create and update documentation in only one build configuration 2014-12-19 13:18:34 +01:00
Ralph Lange
556f2fc168 jenkins: make EPICS base a parameter in jenkins job 2014-12-12 10:28:59 +01:00
Matej Sekoranja
03b4990e1a updated version to 4.0.5 2014-12-10 09:54:29 +01:00