Commit Graph

9508 Commits

Author SHA1 Message Date
Andrew Johnson
3a4296cd4e Changed the definition of SHRLIB_SEARCH_DIRS to be the actual dir searched
Added implementation for solaris-sparc
2003-02-06 22:00:20 +00:00
Andrew Johnson
df2451c7ee Added code to emit SHRLIB_SEARCH_DIRS settings into CONFIG_APP_INCLUDE 2003-02-06 21:57:51 +00:00
Andrew Johnson
52fc660e03 Fixed sub Cleanup() - s/'\n'/"\n"/ 2003-02-06 19:37:18 +00:00
Andrew Johnson
8ee88feabb Added _APPNAME_ to ioc boot stuff. 2003-02-06 17:21:30 +00:00
Andrew Johnson
ad68425f39 More comments on setting names, added the #! line and chmod +x comment 2003-02-06 16:23:51 +00:00
W. Eric Norum
2296613061 Change comment to match file name. 2003-02-06 14:58:59 +00:00
W. Eric Norum
471bb75029 Clean up some printf format/argument warnings. 2003-02-06 14:55:50 +00:00
Andrew Johnson
081cb42dc8 Moved CA client examples into their own caClientApp
Added caServerApp - copied from src/cas/example/simple
Made simpleApp significantly more useful
Made exampleApp use the _APPNAME_ macro instead of example in various places
2003-02-05 23:46:23 +00:00
Jeff Hill
168c9c5503 added beacon anomaly count diagnostic 2003-02-05 22:08:54 +00:00
Jeff Hill
0b8f25214f improved acctst doc 2003-02-05 20:44:57 +00:00
Janet B. Anderson
47c1f7b6a3 INSTALL_JAVA defined in CONFIG_COMMON. 2003-02-02 21:24:01 +00:00
Jeff Hill
c60970a0ab added paragraph on mbuf starvation 2003-01-31 00:50:14 +00:00
Jeff Hill
6ce867d70d fixed no termination from event remove loop if event queue is 100% full 2003-01-30 15:48:41 +00:00
Janet B. Anderson
c5fe6a39d0 Allow <name>_TEMPLATE specifications. 2003-01-30 15:42:25 +00:00
Jeff Hill
ed008a4d49 correct name for epicsTimerQueueRelease 2003-01-29 20:03:15 +00:00
Janet B. Anderson
9c4d568546 Added PROD_LDFLAGS, LIB_LDFLAGS, PROD_OBJLIBS, USR_OBJLIBS, LIB_OBJLIBS. 2003-01-24 22:01:34 +00:00
Janet B. Anderson
e0705d2632 Added USR_OBJS. 2003-01-24 18:00:29 +00:00
Janet B. Anderson
7c57ed82c9 Added USR_SRCS 2003-01-24 17:46:01 +00:00
Jeff Hill
92d9d53387 cosmetic 2003-01-23 22:58:23 +00:00
Jeff Hill
21058eed94 fixed 1st argument to select 2003-01-23 22:55:27 +00:00
Jeff Hill
ca661479f8 fixed double include 2003-01-23 22:53:31 +00:00
Jeff Hill
69c4fe707a fixed Linux warning 2003-01-23 20:26:20 +00:00
Jeff Hill
5a6a822e37 fixed cpu consumption problems in clients that use fd managers
together with ca fd registration
2003-01-23 20:21:04 +00:00
Jeff Hill
f119b11c57 fixed cpu consumption problems in clients that use fd managers
together with ca fd registration
2003-01-23 20:13:44 +00:00
Janet B. Anderson
407944854b Simplified SHRLIB_LDFLAGS_YES/NO to SHRLIB_LDFLAGS. 2003-01-23 17:02:32 +00:00
Janet B. Anderson
1108c9e00a Added DEBUG flags and libs. 2003-01-23 17:00:42 +00:00
Janet B. Anderson
7d2390eb74 Allow creating a *.db from *.substitutions and DB_TEMPLATE. 2003-01-22 20:51:53 +00:00
Janet B. Anderson
fa5a497f50 Added note about shared library builds on solaris. 2003-01-17 20:07:05 +00:00
Janet B. Anderson
48258e1393 Updated path info. 2003-01-17 20:06:33 +00:00
Jeff Hill
3c4c984954 checked off large arrays 2003-01-17 01:20:53 +00:00
Jeff Hill
36292e8c37 replace server list with server pointer 2003-01-17 01:20:31 +00:00
Jeff Hill
2311b4c9d5 implement flush with fast access list 2003-01-17 01:19:14 +00:00
Jeff Hill
205c0838ed added server list 2003-01-17 01:18:19 +00:00
Jeff Hill
f1cc9e98aa longer timeout 2003-01-09 20:37:33 +00:00
Jeff Hill
e09746cf38 changed to 1:1 ratio channels to monitors to better reflect reality 2003-01-09 17:26:41 +00:00
Jeff Hill
2f7c14486b fixed sun pro warning 2003-01-09 16:40:01 +00:00
Jeff Hill
0b33801f3c redesigned mutex locking 2003-01-09 00:43:59 +00:00
Jeff Hill
adb0b5d9eb redesigned mutex locking 2003-01-08 23:22:08 +00:00
Jeff Hill
7cf6e3bcdd doc 2003-01-08 01:02:31 +00:00
Jeff Hill
2ca9b78d56 more spinlock tests 2003-01-08 00:52:54 +00:00
Jeff Hill
7b5f3f85fe test version of posix spin locks 2003-01-07 22:16:35 +00:00
Janet B. Anderson
4994020e5e Added sample CONFIG_SITE files. 2003-01-07 21:13:21 +00:00
Jeff Hill
1fb9f3ca31 improved assert failure in test 2003-01-07 21:01:53 +00:00
Jeff Hill
63d1c92aa7 gnu compiler required reinterpret_cast<> when converting from void * to another pointer 2003-01-07 17:40:53 +00:00
Janet B. Anderson
eac2ab98be Allow *_SRCS and *_OBJS and LDOBJS in creation of OBJLIB. 2003-01-07 17:33:24 +00:00
Jeff Hill
9421ac3696 remove code supressing errornos that are only appropriate to stream io 2003-01-07 17:30:04 +00:00
Jeff Hill
d2ee701574 supress bogus warning messages 2003-01-07 17:29:20 +00:00
Jeff Hill
ae7a9ebfa2 cleaned up resid to object conversion 2003-01-07 17:12:07 +00:00
Jeff Hill
c9a2188752 fixed use of reinterpret_cast to cast down the inheritance
hierarchy when static_cast is the correct way to do this
2003-01-07 16:05:01 +00:00
Jeff Hill
360204275e removed leftover junk 2003-01-07 16:01:11 +00:00