Commit Graph

9177 Commits

Author SHA1 Message Date
Jeff Hill
57a0e5ded3 fixed doc 2000-08-29 22:43:49 +00:00
Jeff Hill
43fef5d326 removed declaration for unused class 2000-08-29 17:33:08 +00:00
Jeff Hill
a5108c78a6 cosmetic 2000-08-28 21:33:21 +00:00
Janet B. Anderson
a212ac06f2 Added missing endif print stmnt. 2000-08-28 14:34:30 +00:00
Janet B. Anderson
77cfc3ac12 Reinstated needed osclass specific DBDEXPAND and DBDNAME. 2000-08-28 14:25:04 +00:00
Jeff Hill
032a5bf234 fixed repeater register port bug 2000-08-26 00:56:06 +00:00
Jeff Hill
cba713ec10 added forward ref 2000-08-26 00:55:10 +00:00
Jeff Hill
2bca5e63df set flag before emitting signal 2000-08-26 00:50:58 +00:00
Jeff Hill
5ded632331 Linux apparantely does accept zero length UDP 2000-08-26 00:27:46 +00:00
Jeff Hill
e2a4730f44 linux apparently does not accept zero length UDP messages 2000-08-26 00:10:20 +00:00
Jeff Hill
2549ad8615 fixed sun pro warnings 2000-08-25 20:55:15 +00:00
Jeff Hill
205aaf9d05 fixed declared in func proto warning 2000-08-25 20:43:58 +00:00
Jeff Hill
5351224ae7 fixed inline not emitted if not defined in module w virtual destructor and -g 2000-08-25 20:28:56 +00:00
Jeff Hill
bf228963b2 fixed Linux uses unsigned where int is used on other OS 2000-08-25 19:50:01 +00:00
Jeff Hill
a911a27845 fixed Linux uses unsigned where int is used on other OS 2000-08-25 19:44:30 +00:00
Janet B. Anderson
607ee29fb3 Modified comment. 2000-08-25 18:27:43 +00:00
Janet B. Anderson
e854eadbbf Removed INSTALL_DB definition which is now in base/configure. 2000-08-25 18:27:17 +00:00
Janet B. Anderson
c9dd3233ad Added INSTALL_DB definition. 2000-08-25 18:26:18 +00:00
Jeff Hill
18b885af33 fixed GNU and SUN PRO warnings 2000-08-25 17:55:18 +00:00
Jeff Hill
b1d85b357c getsockname does not return an IP address for wildcarded UDP socket
so we must force use of loop back address
2000-08-25 15:40:06 +00:00
Jeff Hill
5fcac78ee1 fixed inline virtual destructor 2000-08-25 15:02:29 +00:00
Jeff Hill
e1a25e18b1 added newline at EOL 2000-08-25 14:51:31 +00:00
Jeff Hill
6b54aedb9a cosmetic 2000-08-25 02:11:36 +00:00
Jeff Hill
057299c53b added newline at EOF 2000-08-25 02:09:29 +00:00
Jeff Hill
fe42173b57 added missing include 2000-08-25 01:54:53 +00:00
Jeff Hill
f830e99e58 many, many changes 2000-08-25 01:52:33 +00:00
Jeff Hill
0bf430d822 additional WIN32 libs 2000-08-25 01:51:36 +00:00
Jeff Hill
71598bc0f1 better message when request is too large 2000-08-25 01:50:34 +00:00
Jeff Hill
874a254bb9 added newline at EOF 2000-08-25 01:46:28 +00:00
Jeff Hill
200b6a88ec installed 2000-08-25 01:39:17 +00:00
Jeff Hill
e926b5b837 cosmetic 2000-08-25 01:37:45 +00:00
Jeff Hill
95dadce66f first cut 2000-08-25 01:35:49 +00:00
Jeff Hill
e33dab4299 added isCurrentThread() member func 2000-08-25 01:35:06 +00:00
Jeff Hill
ce193d5c57 added new dotted IP addr ascii conversions 2000-08-25 01:34:20 +00:00
Jeff Hill
ad17787317 added new source files 2000-08-25 01:33:22 +00:00
Jeff Hill
27c8c6612c added newline at EOF 2000-08-25 01:28:19 +00:00
Jeff Hill
02df98b82c first cut 2000-08-25 01:25:25 +00:00
Jeff Hill
a3341382b8 added debug level 2000-08-25 01:14:37 +00:00
Jeff Hill
cf2c8e4e82 made compatible with latest ca 2000-08-25 01:03:06 +00:00
Jeff Hill
64b254fb60 removed -DCPU_FAMILY=I80x86 2000-08-25 00:44:45 +00:00
Jeff Hill
83c2cfc8e7 removed 2000-08-25 00:42:55 +00:00
Jeff Hill
c910728494 installed 2000-08-25 00:42:38 +00:00
W. Eric Norum
d09da0eb6b Use a special RTEMS-specific version of fopen to add the RTEMS TFTP
prefix to path names.  This is a cleaner solution since it requires
no changes to any other EPICS code and works for all places that
files are opened.
2000-08-23 22:31:39 +00:00
W. Eric Norum
d387b5d5b2 RTEMS no longer needs special version of the IOC shell file access routines. 2000-08-23 22:29:25 +00:00
Janet B. Anderson
3c50e3839e Removed reference to installEpics. 2000-08-22 19:56:57 +00:00
W. Eric Norum
7cba58991f Always generate initialization (C++ constructor) code. 2000-08-22 19:14:50 +00:00
W. Eric Norum
0886eaf6d7 Fix typo in name of RTEMS MVME167 target. 2000-08-22 18:43:34 +00:00
W. Eric Norum
c442b9e850 Since RTEMS sequencers use C++ constructors to register the sequencer
commands, they must be compiled with a C++ compiler.
2000-08-22 18:40:38 +00:00
Andrew Johnson
16f572b06d Added support for 'info' items in database records - named strings that
are saved & loaded in the .db file, with an API for access at runtime and
the ability to associate a void* pointer with each at runtime.

Also added a capability to dbToRecordTypeH allowing a record type's .dbd
file to add lines to the generated .h file.  The C code should be placed
inside the recordtype's braces {} and each line must start with a '%'.
This facility is not currently accessible through a dbStaticLib API.
2000-08-09 21:38:34 +00:00
Janet B. Anderson
086196b9f7 Removed comments about not building c++ code. 2000-08-09 20:05:35 +00:00