Commit Graph

1932 Commits

Author SHA1 Message Date
Matej Sekoranja 60b3e0e8e7 eget: -a=value fix 2014-06-02 09:24:53 +02:00
Matej Sekoranja 1442c6cd41 pv API tests pass 2014-06-01 23:54:40 +02:00
Matej Sekoranja 1df336c6e2 channelAccessIFTest.cpp: no crash 2014-05-24 23:28:16 +02:00
Matej Sekoranja 1f0e426413 CreateRequestFactory.cpp removed 2014-05-24 22:09:31 +02:00
Matej Sekoranja 0988f0c8fb EPICS_PVA_DEBUG from bool to int 2014-05-23 13:36:21 +02:00
Matej Sekoranja 6b388a572e everything compiles now 2014-05-23 09:29:17 +02:00
Matej Sekoranja 82f35f8c38 testServer and utils are back alive 2014-05-22 23:59:35 +02:00
Matej Sekoranja cdc03d8e97 porting tests and utils 2014-05-22 22:31:20 +02:00
Matej Sekoranja fbb108652e ca provider ported to new API 2014-05-21 23:01:03 +02:00
Matej Sekoranja 6ae61258ca work on server API changes 2014-05-21 12:01:02 +02:00
Matej Sekoranja 2c4bffd8d9 client side API changes 2014-05-20 09:52:57 +02:00
Matej Sekoranja 2ef0abc67b work on porting 2014-05-19 22:33:40 +02:00
Matej Sekoranja 4f63aba281 new API, code not yet ported 2014-05-14 11:07:54 +02:00
Andrew Johnson 2150e07da4 Jenkins fixes
Remove aps_build script, no longer used.
Deleted GTEST variable from RELEASE.local, not used.
before_merge_changesAfter3_0_2
2014-04-29 12:11:32 -05:00
Andrew Johnson 1717c3b8dc flow: Merged <feature> 'housekeeping' to <develop> ('default'). 2014-04-29 10:49:10 -05:00
Andrew Johnson 5770846fd5 flow: Closed <feature> 'housekeeping'. 2014-04-29 10:49:09 -05: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
Andrew Johnson 266c883131 Merged changes from default branch 2014-04-18 16:58:06 -05:00
Andrew Johnson 3259a396aa epicsExportRegistrar() must be inside extern "C" block 2014-04-18 16:40:38 -05:00
Andrew Johnson 55512ccacd Merged changes from default branch. 2014-04-16 16:11:12 -05:00
Andrew Johnson 828bf74c6a Rename PV_MB macro to WITH_MICROBENCH as in pvCommon. 2014-04-16 15:52:02 -05:00
Matej Sekoranja 5aaea8c834 testGetPerformance: duration calculation fix 2014-04-10 16:44:44 +02:00
Matej Sekoranja 29c5fb1804 testChannelAccess/testServer: more stable shutdown 2014-04-10 11:23:31 +02:00
Matej Sekoranja f3f54fd6cf testChannelAccess: added large array put and get stress test 2014-04-10 10:36:29 +02:00
Matej Sekoranja 9529bd59e3 merge 2014-04-09 15:21:55 +02:00
Matej Sekoranja 351170163b codec: directSerialization support 2014-04-09 15:21:27 +02:00
Matej Sekoranja 4bbab422fe ChannelRequest::cancel() impl. 2014-04-07 12:22:30 +02:00
Matej Sekoranja 4fc86c832e rpc client win port 2014-04-04 23:59:11 +02:00
Matej Sekoranja 4902d5d1ec merge 2014-04-04 22:00:53 +02:00
Matej Sekoranja 9e0bb7881c rpcClient fixed 2014-04-04 22:00:13 +02:00
Matej Sekoranja d2fb05ddd8 ChannelArray int to size_t 2014-04-04 12:36:11 +02:00
Matej Sekoranja 2283ba8474 more on debugish messages 2014-04-04 11:24:52 +02:00
Matej Sekoranja 417b891bf6 test image: linux warnings removed 2014-04-04 11:16:12 +02:00
Matej Sekoranja 8e193daf97 codec: removed debugish exception printouts 2014-04-04 10:59:36 +02:00
Andrew Johnson f654541c9d Unify configure files with the other V4 modules
Move include/pv setting into src/Makefile
2014-04-03 17:00:25 -05:00
Andrew Johnson e574182813 eget: caProvider.h needs pv/ prefix 2014-04-03 17:00:04 -05:00
Matej Sekoranja 3bc2c81fc5 merge 2014-04-03 17:57:00 +02:00
Matej Sekoranja c89b084772 blocking codec: catching all std exceptions in sendThread 2014-04-03 17:55:54 +02:00
Andrew Johnson 18bc0a0393 Fix instructions in RELEASE file 2014-04-02 15:19:23 -05:00
Andrew Johnson abdff1573a Enable CHECK_RELEASE warnings 2014-04-02 14:44:17 -05:00
Marty Kraimer 4405346384 moved CreateRequest to pvDataCPP 2014-04-01 09:58:38 -04:00
Matej Sekoranja b2254b3b45 testServer: propery monitor queue impl. 2014-04-01 09:39:31 +02:00
Andrew Johnson e1773538d2 Cleaned up CONFIG_SITE file.
Introduced WITH_MICROBENCH and WITH_COVERAGE
Make variables that control build options.
2014-03-31 17:26:15 -05:00
Matej Sekoranja c67be5632a testServer: monitor sync 2014-03-31 14:33:29 +02:00
Matej Sekoranja 4fad0d4150 testChannelAccess: more added testDiag debug output to diagnose a failing test 2014-03-31 12:53:48 +02:00
Matej Sekoranja 4d189ade16 testChannelAccess: added testDiag debug output to diagnose a failing test 2014-03-31 11:46:50 +02:00
Matej Sekoranja 8754ac5336 testChannelAccess: added stdout debug output to diagnose a failing test 2014-03-31 10:58:10 +02:00
Andrew Johnson a886984258 Rename pvAccessApp to src, adjust Makefiles 2014-03-28 11:53:02 -05:00
Andrew Johnson c6a99a64cd Remove __rtems__, already defined by the compiler 2014-03-28 11:20:18 -05:00
Andrew Johnson 1781e051b0 Split pvAccessApp/Makefile into fragments. 2014-03-27 18:12:23 -05:00