Andrew Johnson
|
2a9842083c
|
dbgf now shows array size, and displays an array of chars as a long string.
dbpf can put a long string to a field which is an array of chars.
|
2008-08-18 20:27:55 +00:00 |
|
Andrew Johnson
|
3d093bd8f7
|
Fixed precision handling, recGblGetPrec doesn't always set *precision.
|
2008-08-15 21:43:52 +00:00 |
|
Andrew Johnson
|
49ef896a36
|
Cleanup, remove some unnecessary casting.
|
2008-08-15 18:58:18 +00:00 |
|
Andrew Johnson
|
f8244caa94
|
dbcar prints type of CA subscription (In/Out, Native/String).
|
2008-08-15 18:51:06 +00:00 |
|
Andrew Johnson
|
dc94dd4487
|
Make from arg const in put.
|
2008-08-15 18:23:46 +00:00 |
|
Andrew Johnson
|
9deed0b4ac
|
Cosmetic.
|
2008-08-15 16:27:23 +00:00 |
|
Andrew Johnson
|
ee634be0e5
|
Added the aSub record type, derived from Andy Foster's genSub.
|
2008-08-14 20:41:05 +00:00 |
|
Andrew Johnson
|
f4728749a2
|
Let compiler check args for dbPutConvertRoutine[] functions.
|
2008-08-14 20:12:46 +00:00 |
|
Andrew Johnson
|
5f7a7543d3
|
Make dbpr print DBF_NOACCESS pointer fields nicely (on little-endian CPUs).
|
2008-08-14 17:31:22 +00:00 |
|
Andrew Johnson
|
ae0c908493
|
Check rec_size *before* using it...
|
2008-08-13 14:56:51 +00:00 |
|
Andrew Johnson
|
7ab50cad05
|
Convert NaN values properly.
|
2008-08-11 21:55:02 +00:00 |
|
Andrew Johnson
|
9842182954
|
Replace local myCalloc() calls with callocMustSucceed().
|
2008-08-11 17:20:38 +00:00 |
|
Andrew Johnson
|
8b7059491b
|
Prevent double processing after re-enabling from an empty SNAM.
|
2008-08-08 19:19:55 +00:00 |
|
Andrew Johnson
|
9f9f5b48c5
|
Cleanup/coding style changes.
Added support for epicsTimeEventDeviceTime.
|
2008-08-06 22:11:51 +00:00 |
|
Andrew Johnson
|
8f1a5bdac6
|
Improved error messages in recGblGetTimeStamp().
|
2008-08-06 22:03:49 +00:00 |
|
Andrew Johnson
|
4290277dc7
|
Replaced sizeofTypes[] with dbValueSize().
|
2008-08-06 22:00:39 +00:00 |
|
Andrew Johnson
|
1d37abdaf4
|
Cleanup (indentation, spacing); replaced sizeofTypes[] with dbValueSize().
|
2008-08-06 21:58:38 +00:00 |
|
Janet B. Anderson
|
d8a68192dc
|
Added epicsShareFunc and epicsExportSharedSymbols info.
|
2008-08-06 16:54:25 +00:00 |
|
Janet B. Anderson
|
ca1c83bf3a
|
Added shared library support for cygwin and mingw builds.
|
2008-08-06 16:52:52 +00:00 |
|
Janet B. Anderson
|
ef1cd5faf5
|
RCS files now used for all cygwin and mingw builds.
|
2008-08-06 16:44:16 +00:00 |
|
Andrew Johnson
|
7aca0bff26
|
Cleanup, error messages mostly.
|
2008-08-05 22:55:43 +00:00 |
|
Andrew Johnson
|
30d860c323
|
Flush errlog before exit on input errors.
|
2008-08-05 22:48:45 +00:00 |
|
Janet B. Anderson
|
519b33e4fb
|
Changes for shared library build using MinGW compiler on win32.
|
2008-07-29 21:11:56 +00:00 |
|
Andrew Johnson
|
f0811601ea
|
Fixed warnings on MinGW.
|
2008-07-29 20:47:11 +00:00 |
|
Andrew Johnson
|
723ea22719
|
MinGW defines some of these macros.
|
2008-07-29 20:39:26 +00:00 |
|
Andrew Johnson
|
a6585880f4
|
Fixed C++ comments in header file used from C.
|
2008-07-29 20:12:09 +00:00 |
|
Andrew Johnson
|
26e2529980
|
Fixed warning on Solaris.
|
2008-07-29 17:27:31 +00:00 |
|
Andrew Johnson
|
91716f766a
|
Make mutex exception classes derive from std::exception.
|
2008-07-29 17:10:15 +00:00 |
|
Andrew Johnson
|
d456aec4e7
|
Fixed alignment issue on solaris-sparc-gnu.
|
2008-07-28 22:35:06 +00:00 |
|
Andrew Johnson
|
7074fc01ea
|
Added protected virtual destructor to stop g++ warnings.
|
2008-07-28 22:23:35 +00:00 |
|
Andrew Johnson
|
ff4f3f2070
|
Fixed warning on Solaris.
|
2008-07-28 18:32:32 +00:00 |
|
Andrew Johnson
|
b6ee45dbab
|
Added virtual destructors (in most cases protected) to remove g++ warnings:
'class ...' has virtual functions but non-virtual destructor
|
2008-07-28 16:19:50 +00:00 |
|
Andrew Johnson
|
8a17c4b1e8
|
Fixed compiler warnings.
|
2008-07-28 16:03:34 +00:00 |
|
Janet B. Anderson
|
17609389d9
|
Changed order of registryIoc libs.
|
2008-07-24 20:09:26 +00:00 |
|
Janet B. Anderson
|
f0dc99250a
|
Added *App and *app as DEPEND_DIRS for iocBoot and iocboot.
|
2008-07-24 19:48:49 +00:00 |
|
Andrew Johnson
|
94f71e16f6
|
Added CR/CSR support to devLib.
|
2008-07-23 16:37:21 +00:00 |
|
Andrew Johnson
|
9c106ce023
|
Fixed possible race condition storing callback status.
|
2008-07-23 16:31:10 +00:00 |
|
Janet B. Anderson
|
ee68b94ede
|
Added workaround for gcc crosscompiler 4.3.1 bug in RTEMS prerelease 4.9.
|
2008-07-23 16:11:19 +00:00 |
|
Andrew Johnson
|
be6cc6bfcf
|
Added dbcaStats() for Mantis #281.
|
2008-07-22 21:33:41 +00:00 |
|
Andrew Johnson
|
55d6405b3c
|
Added ascaStats(), for Mantis #281.
|
2008-07-22 21:21:11 +00:00 |
|
Andrew Johnson
|
4f8676a3d7
|
Added CSS style for function headers.
Fixed Mantix #127.
|
2008-07-22 20:37:30 +00:00 |
|
Andrew Johnson
|
343b8c12ed
|
Fix from Mantis #308 from Dirk Zimoch.
|
2008-07-22 19:50:59 +00:00 |
|
Janet B. Anderson
|
d9df06d9d2
|
Changed epicsShareDef to epicsShareExtern.
|
2008-07-21 21:42:26 +00:00 |
|
W. Eric Norum
|
02b87df99c
|
The ipToAsciiProxy thread calls upon vendor libraries which may use significant amounts of stack. Account for this by providing the thread with an epicsThreadStackBig stack.
|
2008-07-21 17:40:44 +00:00 |
|
Janet B. Anderson
|
72090c2e32
|
Removed duplicate epicsShareAPI in line.
|
2008-07-21 15:42:21 +00:00 |
|
Janet B. Anderson
|
4c96a3bb10
|
Added epicsShareFunc where necessary for win32 builds.
|
2008-07-21 14:27:21 +00:00 |
|
Janet B. Anderson
|
8ea828b8b3
|
Added epicsShare* where necessary for win32 builds.
|
2008-07-21 14:26:03 +00:00 |
|
Janet B. Anderson
|
b4c8de6f43
|
Added epicsShareFunc where necessary.
|
2008-07-21 14:10:56 +00:00 |
|
Janet B. Anderson
|
ab8786a8c1
|
Change for win32 builds.
|
2008-07-21 13:49:07 +00:00 |
|
W. Eric Norum
|
7765da4293
|
Increase stack sizes a little.
Odd problems seemed to arise with smaller sizes, although the stack checker
never reported any problems.
|
2008-07-16 15:33:40 +00:00 |
|