Janet B. Anderson
3d588b13fc
Changed LIBSRCS to LIB_SRCS.
2009-03-11 18:51:25 +00:00
Andrew Johnson
e42837e291
Update DST settings for 2009.
2009-03-10 20:40:22 +00:00
Andrew Johnson
100318d1b3
Remove unnecessary casts.
2009-03-10 19:20:38 +00:00
Andrew Johnson
f8c921e6a0
Mark struct dbAddr arg's const.
2009-03-10 18:54:47 +00:00
Janet B. Anderson
7ae6f9d137
Modified STATIC build. Make all *_SYS_LIBS dynamic.
...
Test non SYS_LIBS for dynamic or archive.
2009-03-10 18:54:14 +00:00
Andrew Johnson
aacee9c584
Cosmetic only.
2009-03-10 18:51:03 +00:00
Janet B. Anderson
8e01d0dfe8
Modified STATIC build. Make all *_SYS_LIBS dynamic.
...
Test non SYS_LIBS for dynamic or archive.
2009-03-10 18:46:38 +00:00
Janet B. Anderson
f3d2ba9551
Removed PROD_SYS_LIBS definition.
2009-03-10 16:44:28 +00:00
Janet B. Anderson
2f6b8f3c61
Dont print remove command.
2009-03-09 16:05:15 +00:00
Janet B. Anderson
2ad9341e45
Fixed CREATESUBSTITUTIONS rule.
2009-03-09 15:56:14 +00:00
Andrew Johnson
20916bbf24
Count aliases separately in reports.
2009-03-06 23:51:54 +00:00
Andrew Johnson
6766e46ab5
A later modification escaped into the previous set of changes...
2009-03-05 23:31:10 +00:00
Andrew Johnson
8597ae087b
Allow getting a DBF_*LINK field using a DBR_CHAR array (put already done).
...
Fetch options before SPC_ATTRIBUTE str; allow a DBR_CHAR array there too.
2009-03-05 21:23:22 +00:00
Andrew Johnson
e2a933c51f
Cosmetic changes; reformatting, style etc.
2009-03-05 20:38:10 +00:00
Andrew Johnson
11abbb06d7
Added libdl to the OS libraries needed, for dlopen/dlsym.
2009-03-04 22:51:41 +00:00
Jeff Hill
edcb7b96f8
fixed removeAll does not set the nInUse count to zero
2009-03-04 22:00:55 +00:00
Jeff Hill
31d6255169
fix for deleteing IO that wasnt selected for delete nor removed from
...
the list in clearOutstandingReads. This problem would probably
only occur with R3.13 clients, and only then if the R3.13 client times
out in ca_pend_io.
2009-03-04 19:33:18 +00:00
Janet B. Anderson
1fbf624e5f
Removed commented references to CONFORM flags.
2009-03-03 20:24:03 +00:00
Janet B. Anderson
4cb0d85b34
Removed all references to CONFORM flags in configure files.
2009-03-03 19:54:19 +00:00
Andrew Johnson
aadbf07647
Return epicsMutexLockError rather than calling cantProceed() if the
...
pthread_mutex_ functions return EINVAL.
2009-03-03 18:00:49 +00:00
Andrew Johnson
33b4942ae2
Cosmetic.
2009-03-03 17:18:16 +00:00
Andrew Johnson
3093d8f4f4
Reduce duplication of alarm strings.
2009-03-03 17:15:10 +00:00
Andrew Johnson
3a6deaa60a
Support for dynamic loading.
2009-02-27 23:38:33 +00:00
Andrew Johnson
9e07d56548
Include the dlload command.
...
Don't build on vxWorks, makes little sense.
2009-02-27 23:37:13 +00:00
Andrew Johnson
41abccccf9
Added optional dlload command.
2009-02-27 23:29:08 +00:00
Andrew Johnson
9c3fa668f3
Added epicsLoadLibrary() and some implementations.
2009-02-27 23:26:20 +00:00
Janet B. Anderson
19409d9c74
Initial version.
2009-02-26 20:56:56 +00:00
Andrew Johnson
654a7e05cd
Mark source dbAddr pointers as const.
2009-02-24 22:57:15 +00:00
Andrew Johnson
8be407d608
Mark input dbAddr arguments const.
2009-02-24 22:30:26 +00:00
Andrew Johnson
a75cb10cb6
Added "errlog" command.
2009-02-24 20:10:57 +00:00
Andrew Johnson
3e68815a7b
cap5 fix.
2009-02-24 17:30:19 +00:00
Andrew Johnson
92c7cd98a2
Make ca_put use best_type for both single-valued and array PVs.
2009-02-24 17:01:59 +00:00
Andrew Johnson
6c23ca9f80
Clean up compiler warnings in calls to dbGetLink.
2009-02-23 23:24:35 +00:00
Andrew Johnson
07d187b77a
Fix needed for g++ 4.1.2.
2009-02-23 22:51:50 +00:00
Jeff Hill
40c802ad7b
moved declaration using template down to below where its template
...
parameter is declared in case inclass friend forward reference to the
template parameter doesnt carry forward on all compilers
2009-02-23 21:44:39 +00:00
Jeff Hill
68f6b7d47c
workaround for archaic T202 g++ bug
2009-02-23 21:40:52 +00:00
W. Eric Norum
ce3c3919ba
Stephen Norum indicates that the conditionals are unnecessary.
2009-02-23 18:11:40 +00:00
W. Eric Norum
e6b0b38f61
Starting in Mac OS X 10.5 (Leopard) shared libraries and bundles
...
don't have direct access to environ (man environ).
CVS: ----------------------------------------------------------------------
2009-02-23 15:36:30 +00:00
Andrew Johnson
b62d796bff
Improve error reporting by addToList & deleteFromList.
2009-02-14 00:05:01 +00:00
Jeff Hill
77669d793d
fixed situations where local host name cache is repatedly created and destroyed
2009-02-11 00:50:28 +00:00
Jeff Hill
e1b8caa8d7
fixed comment
2009-02-10 22:58:43 +00:00
Jeff Hill
9f5b1a11da
removed some epicsSingleton related code that isnt in use
2009-02-10 22:51:53 +00:00
Jeff Hill
62618480fd
fixed mantis 332
2009-02-10 22:24:20 +00:00
Janet B. Anderson
6e913fe0bb
Changed PROD to PRODNAME in INSTALL_LIB_INSTALLS dependancy.
2009-02-10 20:10:59 +00:00
Janet B. Anderson
01218d0054
Install LIB_INSTALLS before PRODs are built.
2009-02-10 15:43:49 +00:00
Jeff Hill
71ec516cf5
fix for mantis 331
2009-02-09 17:29:18 +00:00
Jeff Hill
08a4fb3ce7
addred proto for ca_detach_context
2009-02-09 15:23:06 +00:00
Andrew Johnson
e2289a30df
Removed duplicate alarm strings.
2009-02-03 17:25:02 +00:00
Andrew Johnson
a213ccf624
Deleted VERS field (it's already an attribute).
2009-02-03 16:28:10 +00:00
Andrew Johnson
e77736ddb2
Added dbla command.
2009-02-03 06:09:04 +00:00