75 Commits

Author SHA1 Message Date
7c78b15a5c added tests for changed set 2024-05-06 10:30:45 -05:00
cd7d8735af update master field tests 2024-04-30 13:09:59 -05:00
8ec8e47924 fix static build 2023-11-17 12:58:58 -06:00
c41f7cb3dc added data distributor plugin tests 2023-05-26 13:34:43 -05:00
182eee57e2 add tests for whole structure request 2021-12-01 14:36:50 -06:00
3bc89bfe0e remove all destroy methods 2020-07-21 10:33:50 -04:00
31e883dbbc removed empty lines at end of file 2020-04-15 18:00:08 +02:00
57cbf66833 removed spaces at end of line 2020-04-15 17:58:14 +02:00
7f31332a80 replaced tabs with spaces 2020-04-15 17:54:47 +02:00
1e62844a22 testPlugin found bug: added unionArrayTest 2020-04-12 14:01:22 -04:00
e57348a4c5 copy lib now part of pvDatabase 2019-06-26 10:47:58 -04:00
3418c22cde WIN32 make pvCopy be a seperate lib instead of part of pvDatabase 2019-06-22 16:14:40 -04:00
0c0a77def5 Simplify rtemsTestHarness 2019-03-18 12:05:56 +01:00
93c6305952 another attempt to fix windows build 2018-09-30 07:12:27 -04:00
11393ce6b1 pvCopy.h now pvStructureCopy.h; copy name space now epics::pvCopy 2018-09-28 07:17:09 -04:00
a2a07a1d33 add test for plugin 2018-07-13 11:50:27 -04:00
bbb5fa2c64 Move epicsExit() call into pvDatabaseAllTests()
Needed on VxWorks to display the test summary.
2018-03-13 15:18:41 -05:00
8e04875a45 Rename vxTestHarness and rtemsTestHarness -> pvDbTestHarness
Avoids name clash with similar programs from other modules.
2018-03-13 15:17:48 -05:00
e31aae5f5d Remove call to now-absent destroy() routine 2018-02-05 17:18:48 -06:00
b26c0ecd71 Use EPICS_BASE_PVA_CORE_LIBS 2017-12-06 22:46:27 -06:00
0784cc15d0 make more compatible with pvDatabaseJava; work on on-line delete and also termination 2016-07-01 10:27:04 -04:00
349f7d0a58 make void test() static 2016-06-15 12:16:12 -04:00
b5e1341736 use correct name in MAIN 2016-06-15 10:50:01 -04:00
e025e542ea work on RAII and memory leaks 2016-06-01 10:10:00 -04:00
351840b490 Use epicsShareFunc, not epicsShareExtern
Also needed on friend declarations.
2016-04-06 14:49:51 -05:00
0611db9a18 Merge pull request #9 from mrkraimer/master
for installing in include/pv follow  pvaClientCPP
2016-02-04 13:12:15 -05:00
80ff17cfbc make test/rtemsTestHarness.c the same as epics-base 2016-02-04 08:30:51 -05:00
3babe530ca Fixes for RTEMS - routine name and comment 2016-02-03 11:40:16 -06:00
6647ab3142 try to make win and rtems build 2016-02-03 07:17:56 -05:00
4934e5a8c7 make all methods inline 2016-01-27 09:44:50 -05:00
751cc8965d forgot to add some files before last commit 2016-01-21 14:57:00 -05:00
102174913c remove examples (moved to exampleCPP) ; test is now a regresion test (make runtests) 2016-01-21 14:39:23 -05:00
699a6cd8b4 Remove unused argument in testPVScalarArray 2015-07-24 10:45:01 +01:00
70454a6006 Remove calls of deprecated getScalarArrayField 2015-07-24 10:42:45 +01:00
36dac883f4 using new copy API 2015-02-18 10:04:19 +01:00
7743f3e3fd make "local" *.local files take precedence over those in TOP/.. 2014-12-03 16:52:01 +00:00
e9ce6a2f0b include CONFIG_SITE.local instead of CONFIG.local at top-level. 2014-12-03 16:10:25 +00:00
b4e17f271b win32 vs2013 compilation fix 2014-11-11 09:05:25 +01:00
f1c39ca5d2 clang compilation fixes 2014-10-16 07:30:42 +02:00
9f45bdfa75 missing epicsShareClass PowerSupply 2014-10-14 21:26:07 +02:00
50fbb396e8 win32 compilation of test and examples 2014-09-13 23:40:41 +02:00
334ed3b70a hopefully fixed windows exports 2014-09-12 10:00:00 +02:00
2fe3e66047 updated documentation; fixed bugs while updating documentation 2014-07-10 13:25:58 -04:00
fa53d72258 Corrected includes for CONFIG_SITE files. 2014-07-02 12:27:00 +01:00
723f98bc44 added extern C on epicsExportRegistrar 2014-06-20 09:16:35 +02:00
c39b966121 String -> std::string, toString methods removed 2014-06-19 14:30:40 +02:00
92be294bbf merge feature/changesAfter3_0_2; resolve conflicts 2014-06-10 15:53:37 -04:00
fcb82fd31f Rename test to testTop and adjust build config 2014-04-17 15:35:29 -05:00
16fbd0f205 Merged Windows port changes from default branch. 2014-04-16 16:29:12 -05:00
597bca1ca5 Windows port (visibility declrations). 2014-04-14 18:11:12 +02:00