improved doc on direct acces to fields in the per channel structure
12 lines of code changed in 1 file:
fixed format of code embedded in descriptive text
7 lines of code changed in 1 file:
added warning about direct access to fields in the channel structure
31 lines of code changed in 1 file:
fixed sun pro warnings
9 lines of code changed in 3 files:
remove RTEMS comment
0 lines of code changed in 1 file:
add epicsReadLine
25 lines of code changed in 1 file:
Fix notes about RTEMS TFTP chdir restrictions.
1 lines of code changed in 2 files:
New document
18 lines of code changed in 1 file:
fixed multiply defined symbol on Solaris 8 with GNU version ????
1 lines of code changed in 1 file:
getc() returns an int, char is unsigned on some archs so can't hold EOF.
1 lines of code changed in 1 file:
Changed alpha3 to beta1.
11 lines of code changed in 1 file:
UDP wakeup message when channel is deleted is not required
2 lines of code changed in 1 file:
dont send udp wakeup message if the socket is closed
5 lines of code changed in 1 file:
dont run if they specify zero channels
5 lines of code changed in 1 file:
Added RTEMS changes.
18 lines of code changed in 1 file:
remove inline
1 lines of code changed in 1 file:
fixed format
2 lines of code changed in 1 file:
avoid problems with the GNU inliner in gcc 2.96
20 lines of code changed in 3 files:
Updates for beta1.
27 lines of code changed in 1 file:
format
2 lines of code changed in 1 file:
changed tabs to spaces
60 lines of code changed in 1 file:
formatting
17 lines of code changed in 1 file:
removed redundant ;
5 lines of code changed in 1 file:
minor tweaking to debug options
12 lines of code changed in 1 file:
fixed borland warning
1 lines of code changed in 1 file:
fixed warning and cleaned up the source a bit
5 lines of code changed in 1 file:
properly export functions within
1 lines of code changed in 1 file:
fixed comment
2 lines of code changed in 1 file:
fixed warning
3 lines of code changed in 1 file:
fixed borland build issue
14 lines of code changed in 1 file:
fixed missing return code
1 lines of code changed in 1 file:
fixed warnings
15 lines of code changed in 2 files:
dont use implicit template instantiation because Tornado II GNU isnt ready
11 lines of code changed in 4 files:
dont use implicit template instantiation because Tornado II GNU isnt ready
1 lines of code changed in 1 file:
turn of ms already instantiated warning
41 lines of code changed in 4 files:
turn of ms already instantiated warning
261 lines of code changed in 26 files:
use explicit template instantiation
3 lines of code changed in 1 file:
use explicit template instatiation
19 lines of code changed in 4 files:
use explicit template instantiation
95 lines of code changed in 23 files:
use explicit templ instantiation
28 lines of code changed in 3 files:
remove use of std lib for now
65 lines of code changed in 5 files:
remove use of std lib for now
243 lines of code changed in 7 files:
fixed diagnostic
2 lines of code changed in 1 file:
fixed diagnostic message
14 lines of code changed in 1 file:
improved warning messages
7 lines of code changed in 1 file:
call tcp fd reg callback from UDP thread
23 lines of code changed in 1 file:
added privateUninstallIIU()
2 lines of code changed in 1 file:
use string.h until std c++ lib is stable
2 lines of code changed in 1 file:
moved the tcp fd reg to be called from the udp thread
19 lines of code changed in 1 file:
moved the udp fd reg to be called from the user thread
9 lines of code changed in 1 file:
added start(), removed destroy(), and made connect() private
3 lines of code changed in 1 file:
change EPICS_TIMEZONE
3 lines of code changed in 1 file:
doc
1 lines of code changed in 1 file:
fixed doc
3 lines of code changed in 2 files:
better doc
1 lines of code changed in 1 file:
improved doc for persons building EPICS applications with visual C++
24 lines of code changed in 1 file:
Added read of RELEASE.<EPICS_HOST_ARCH> file.
9 lines of code changed in 1 file:
Changed CFLAGS to CXXFLAGS for c++ flag.
9 lines of code changed in 1 file:
allow c++
10 lines of code changed in 1 file:
cosmetic
1 lines of code changed in 1 file:
revert to malloc/free if EPICS_DEBUG is defined
37 lines of code changed in 1 file:
revert to mamloc/free if EPICS_DEBUG is defined
64 lines of code changed in 1 file:
match new cac api
2 lines of code changed in 1 file:
updated notes
8 lines of code changed in 1 file:
more restrictions on use of preemptive callback enabled - and
merged IO cancel routine into channel uninstall
69 lines of code changed in 1 file:
exported the CA client context id
9 lines of code changed in 1 file:
use ca_client_context in the original API
4 lines of code changed in 1 file:
cosmetic
3 lines of code changed in 1 file:
changed oldCAC from class to struct
9 lines of code changed in 1 file:
allow any CA system thread to attach to a ca context
5 lines of code changed in 1 file:
cosmetic
9 lines of code changed in 1 file:
removed destroyAllIO() func, and removed unused member data
4 lines of code changed in 1 file:
changed ca_client_context to oldCAC
3 lines of code changed in 1 file:
new error code
3 lines of code changed in 1 file:
stated that multiple threads are not allowed if preemptive callback is disabled
13 lines of code changed in 1 file:
destroy all IO function included now in uninstallChannel()
1 lines of code changed in 1 file:
function name change
8 lines of code changed in 3 files:
latest changes for 3.14.0beta1
9 lines of code changed in 1 file:
make code easier to read
4 lines of code changed in 1 file:
cosmetic
2 lines of code changed in 1 file:
wait a bit longer for IO completion
3 lines of code changed in 1 file:
tack change in dbEvent interface (now new events are initially disabled)
5 lines of code changed in 1 file:
dont allow disabled event to be removed from the queue
and changed interface so that new events are initially disabled
13 lines of code changed in 1 file:
fixed to match new dbEvent interface
4 lines of code changed in 1 file:
fixed comment
2 lines of code changed in 1 file:
Use st.cmd in the top-level IOC directory, not in bin/scripts. This change
means that the st.cmd script produced for the example application needs to
be edited by hand before it can be used by an RTEMS IOC.
2 lines of code changed in 1 file:
supressed message about orphaned IO requests at exit because it
is perfectly normal for channels and therefore subscription IO
blocks to exist at exit (its the user's responsability to delete
them.
4 lines of code changed in 1 file:
supress shutdown when a circuit times out while connecting
9 lines of code changed in 1 file:
ADDED IMPLICIT THREAD INIT
264 lines of code changed in 2 files:
changed sprintf format
2 lines of code changed in 1 file:
fixed problems where lock was released but channel was
inconsistently attached to an IIU
67 lines of code changed in 4 files:
fixed proper shutdown of local CA subscriptions
5 lines of code changed in 1 file:
fixed proper shutdown of local CA subscriptions
19 lines of code changed in 3 files:
fixed proper shutdown of local CA subscriptions
13 lines of code changed in 3 files:
cosmetic
3 lines of code changed in 1 file:
check for removesOutstanding
7 lines of code changed in 1 file:
fixed inconsistent signed vs unsigned for thread priority
9 lines of code changed in 4 files:
use subroutine to compute the priority and rearranged cac constructor
to be robust in the face of exceptions (workaround for TII g++ bug)
98 lines of code changed in 1 file:
use subroutine to compute the priority
17 lines of code changed in 1 file:
use subroutine to compute the priority and dont restart
the recv watchdog while holding the callback lock
18 lines of code changed in 1 file:
use subroutine to compute the priority
3 lines of code changed in 1 file:
Removed accidental commit changes.
3 lines of code changed in 2 files:
change daylight savings time
8 lines of code changed in 3 files:
call free for memory pointed to by task variable before task variable is deleted
1 lines of code changed in 1 file:
fixed memory leak in epicsThreadPrivateSet
1 lines of code changed in 1 file:
Changes for automated depends.
3 lines of code changed in 1 file:
Changed SCRIPTS to SCRIPTS_HOST.
3 lines of code changed in 3 files:
Simplified some rules.
5 lines of code changed in 1 file:
return "not connected" before "no write access" for put
13 lines of code changed in 1 file:
Added SCRIPTS_HOST and SCRIPTS_IOC.
19 lines of code changed in 2 files:
Updates for R3.14.0.beta1.
32 lines of code changed in 3 files:
Updated vim and java lines.
10 lines of code changed in 1 file:
wait 1 minute before reporting failure to contact ntpserver
5 lines of code changed in 1 file:
fixed potential deadlock (dont hold lock when calling cb)
85 lines of code changed in 2 files:
send clear channel to the server when claim reply arrives and
there is no matching channel in the client. Also cleared up
other potential glitches related to deleting channels.
40 lines of code changed in 1 file:
test for channel connected outside the clear channel request stub
9 lines of code changed in 1 file:
changed clear channel interface
3 lines of code changed in 1 file:
test for channel connected outside the clear channel request stub
13 lines of code changed in 1 file:
changed clear channel interface
4 lines of code changed in 1 file:
Fixed operation in new app directory.
4 lines of code changed in 1 file:
cosmetic
3 lines of code changed in 1 file:
Commented out OBJS_IOC epicsListTest because build fails for vxWorks-ppc604
on win32-x86 host.
2 lines of code changed in 1 file: