vxWorks version of message queue.
88 lines of code changed in 2 files:
Cosmetic.
2 lines of code changed in 1 file:
Don't use -ansi.
4 lines of code changed in 1 file:
Show pthread ID as well as EPICS thread ID since the pthread ID is
what's needed with gdb.
5 lines of code changed in 1 file:
Add support for 0-length message queues.
62 lines of code changed in 3 files:
Create os-dependent message queue routines.
597 lines of code changed in 8 files:
changed random() to ANSI C's rand() for win32 portability
4 lines of code changed in 1 file:
fixed DLL build on WIN32
5 lines of code changed in 1 file:
Use modified API.
22 lines of code changed in 1 file:
Change API in anticipation of conversion to os-specific implementation.
44 lines of code changed in 2 files:
Add building instructions.
6 lines of code changed in 1 file:
Track changes to build environment.
Add Objective-C examples.
108 lines of code changed in 1 file:
New developer tools can use more of the standard GNU toolchain options.
3 lines of code changed in 2 files:
improved test
6 lines of code changed in 1 file:
remove obsolete README
0 lines of code changed in 1 file:
fixed gnu warning
18 lines of code changed in 1 file:
Use correct header file for memcpy prototype.
2 lines of code changed in 1 file:
receive watchdog delay diagnostic
7 lines of code changed in 1 file:
added receive watchdog delay test
27 lines of code changed in 1 file:
fixed beacon time stamp initialization for beacons associated with active circuits
31 lines of code changed in 1 file:
removed unused argument
7 lines of code changed in 3 files:
receive watchdog delay diagnostic
29 lines of code changed in 7 files:
receive watchdog delay diagnostic and fixed echo request flush
8 lines of code changed in 1 file:
receive watchdog delay diagnostic
21 lines of code changed in 5 files:
Clean up assorted C++ warnings and one error which showed up on Solaris.
35 lines of code changed in 1 file:
better message when a C++ exception terminates a C++ thread
10 lines of code changed in 1 file:
Add epicsMessageQueue support.
247 lines of code changed in 6 files:
small change to section on netmasks
3 lines of code changed in 1 file:
fixed spelling
10 lines of code changed in 1 file:
better explanation of subnet masks
176 lines of code changed in 1 file:
fixed casChannel deleted after casPV that it was using was deleted
3 lines of code changed in 1 file:
call proper destroy method in the channel interface
2 lines of code changed in 1 file:
optimizations suggested by quantify
31 lines of code changed in 2 files:
cosmetic
3 lines of code changed in 1 file:
optimizations suggested by quantify
160 lines of code changed in 14 files:
fixed gnu compiler issue
1 lines of code changed in 1 file:
cosmetic
2 lines of code changed in 1 file:
fixed inappropriate use of const
2 lines of code changed in 1 file:
improved client scedualing fro fdManager based apps
362 lines of code changed in 11 files:
Don't add blank lines to readline history.
1 lines of code changed in 1 file:
cosmetic
2 lines of code changed in 1 file:
added mising C created timer destroy functions
9 lines of code changed in 1 file:
cosmetic
2 lines of code changed in 1 file:
Use <th> for table header lines.
TS_MIN_WEST = 0 for UK, not -60 (except in summer time...)
19 lines of code changed in 1 file:
fixed borland build problems
8 lines of code changed in 3 files:
Attempt to stop amaya's word-wrap from inserting a line-break in the middle
of the $Id:...$ expansion, which prevents CVS from recognizing.
2 lines of code changed in 1 file:
fixed several spelling errors
58 lines of code changed in 1 file:
Tornado 2.2 doesn't like const for the second argument to sendto()
2 lines of code changed in 1 file:
Fixed some internal link targets that didn't exist.
8 lines of code changed in 1 file:
optimizations
186 lines of code changed in 13 files:
Add forward structure declarations to prevent compiler warnings when
recGbl.h is included on its own (i.e. just to get recGblSetSevr).
5 lines of code changed in 1 file:
added missing func prototype
3 lines of code changed in 1 file:
removed unused file
1 lines of code changed in 1 file:
fixed gnu warning
2 lines of code changed in 1 file:
installed
2030 lines of code changed in 32 files:
improved structure and thread safety
2460 lines of code changed in 71 files:
removed exception specifications
11 lines of code changed in 3 files:
added authors
3 lines of code changed in 1 file:
removed exception specifications
24 lines of code changed in 4 files:
added removeAll mf
17 lines of code changed in 1 file:
added iterator typedef
10 lines of code changed in 1 file:
removed exception specifications
7 lines of code changed in 1 file:
added mf to check for identical mutex
13 lines of code changed in 1 file:
removed
0 lines of code changed in 1 file:
use template to reduce code
81 lines of code changed in 1 file:
switched to epicsMutex for locking
96 lines of code changed in 2 files:
added ref count locking
5 lines of code changed in 1 file:
switched to epicsMutex for locking
11 lines of code changed in 2 files:
added gdd global lock
17 lines of code changed in 2 files:
removed throw specifications
200 lines of code changed in 23 files:
Make command-line editing optional.
6 lines of code changed in 1 file:
Moved base.dbd from both makeBaseApp templates into src/misc.
An application only needs a copy if it wants to remove stuff.
52 lines of code changed in 3 files:
Don't prompt for an IOC target architecture if there's only one available.
4 lines of code changed in 1 file:
Make readline inclusion a matter of uncommenting only 1 line (half the effor!).
3 lines of code changed in 1 file:
Bug fix for template filename expansion.
1 lines of code changed in 1 file:
Allow <name>_LDFLAGS.
4 lines of code changed in 2 files:
Allow PROD_RCS and LIB_RCS.
18 lines of code changed in 2 files:
Clean up -pedantic flag.
Add support for objective-C.
18 lines of code changed in 2 files:
typedef has an exception specification
2 lines of code changed in 1 file:
Don't need to add SHRLIB_SEARCH_DIRS to SHRLIB_LDFLAGS
4 lines of code changed in 2 files:
Fix so the CONFIG_APP_INCLUDE files for base get included.
4 lines of code changed in 2 files:
workaround for WRS T2.2 cygnus gnu compiler bugs
41 lines of code changed in 2 files:
fixed gnu warning
0 lines of code changed in 1 file:
cleaned up throw specifications
78 lines of code changed in 3 files:
Added CONFIG_TARGETS so we build CONFIG_APP_INCLUDE
(needed for SHRLIB_SEARCH_DIRS)
3 lines of code changed in 1 file:
Modified comments about SHRLIB_SEARCH_DIRS
9 lines of code changed in 1 file:
Changed the definition of SHRLIB_SEARCH_DIRS to be the actual dir searched
Added implementation for solaris-sparc
8 lines of code changed in 2 files:
Fixed sub Cleanup() - s/'\n'/"\n"/
2 lines of code changed in 1 file:
Added _APPNAME_ to ioc boot stuff.
2 lines of code changed in 1 file:
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
23 lines of code changed in 1 file:
added beacon anomaly count diagnostic
61 lines of code changed in 7 files:
improved acctst doc
5 lines of code changed in 1 file:
INSTALL_JAVA defined in CONFIG_COMMON.
2 lines of code changed in 1 file: