Commit Graph
56 Commits
Author SHA1 Message Date
Jeff Hill 4dbb3d18de removed merge problems 1996-11-02 01:28:15 +00:00
Jeff Hill 31b046e108 strcpy => styrcpy (shuts up purify) 1996-11-02 01:24:49 +00:00
Jim Kowalkowski a0d4d84622 first proof reading corrections 1996-10-29 19:24:12 +00:00
Jim Kowalkowski 9427acb0a1 Much new doc added. Fixed bug in gdd.cc. 1996-10-29 15:40:02 +00:00
Jim Kowalkowski 41d5c292f9 New gdd reference manual 1996-10-25 12:33:12 +00:00
Jim Kowalkowski f2ceaba174 many more changes 1996-10-24 17:37:03 +00:00
Jim Kowalkowski 926298ac6d double blob 1996-10-17 12:42:23 +00:00
Jim Kowalkowski e135b2a4c0 blob 1996-10-17 12:42:07 +00:00
Jim Kowalkowski 69a07d8807 took out strdup function - replaced with strDup 1996-10-17 12:41:48 +00:00
Jim Kowalkowski 5c341931d0 network byte order stuff / added strDup function to Helpers 1996-10-17 12:41:07 +00:00
Jim Kowalkowski f78d291850 adjusted the network byte ordering dump 1996-10-17 12:40:06 +00:00
Jim Kowalkowski 89e5f59610 removed strdup definition, fixed up the local/network byte order functions 1996-10-17 12:39:14 +00:00
Janet B. Anderson 0283890686 Clean rule now uses rm macro. Removed . in VPATH def. 1996-10-14 16:33:36 +00:00
Jim Kowalkowski 0d2b196be2 New doc files 1996-09-16 13:41:29 +00:00
Jim Kowalkowski 7c23cf9c8c makefile to build library outside of EPICS tree 1996-09-12 11:18:46 +00:00
Jim Kowalkowski 2d0dd7828f Adjusted dbMapper.cc so gdd to string function work correctly
Added checks in gdd.h so that get(pointer) functions work with scalars
1996-09-10 15:06:29 +00:00
Jim Kowalkowski 6fbc050c96 fixes to destroyData function 1996-09-07 13:03:07 +00:00
Jeff Hill 40be4d1cd5 allow vxWorks 5.1 and gnu win 32 1996-09-04 22:47:09 +00:00
Jeff Hill d1ba9be665 installed 1996-09-04 22:41:41 +00:00
Jeff Hill 7f6bd17474 removed until the new gnu compilers are installed 1996-09-04 22:41:12 +00:00
Jeff Hill 11fa08c1e0 installed 1996-09-04 21:02:33 +00:00
Jeff Hill b8d2273683 added GDD_NAME_PV_NAME 1996-09-04 20:58:55 +00:00
Jeff Hill 77fc9734b1 changes for MS VISC++ 1996-09-04 20:58:18 +00:00
Jeff Hill 289302f603 add GDD_NAME_PV_NAME 1996-09-04 20:55:02 +00:00
Jim Kowalkowski 5819ac0c48 final repairs to string functions, put() functions, and error code printing 1996-08-27 13:05:10 +00:00
Jim Kowalkowski 3e26a12948 completed fixes for the aitString and fixed string management 1996-08-23 20:29:36 +00:00
Jim Kowalkowski 279385ecb9 made dump functions print more useful information 1996-08-23 20:28:46 +00:00
Jim Kowalkowski 75c91c8035 More fixes to make strings and fixed string work better. 1996-08-22 21:05:43 +00:00
Jim Kowalkowski b8a0083745 fixed a put() function that did not return anything 1996-08-14 16:29:38 +00:00
Jim Kowalkowski edff93791b fixes for converting aitString to aitInt8* and back
fixes for managing the units field for the dbr types
1996-08-14 12:30:15 +00:00
Jeff Hill cb9583a21a win NT changes 1996-08-13 23:13:35 +00:00
Jim Kowalkowski 070673fa89 changes for better string manipulation and fixes for the units field 1996-08-13 15:07:48 +00:00
Jim Kowalkowski ad232dd2d9 Re-added the installString() function I took out. 1996-08-12 15:37:46 +00:00
Jim Kowalkowski ee2cf25c35 fix getRef(aitString*&) to return the correct value if gdd is scalar 1996-08-09 02:29:16 +00:00
Jim Kowalkowski 08ec0e69d8 rewrite of aitString class - more intuitive now, I think 1996-08-09 02:28:09 +00:00
Jim Kowalkowski c4aa64946f Fixes to the string class.
Changes units field to a aitString instead of aitInt8.
1996-08-06 19:14:13 +00:00
Jim Kowalkowski 3c4ffb5cc4 Fixed the spelling error with Scalar. 1996-07-26 02:23:18 +00:00
Jeff Hill e3fb1f6c90 fixed gnu warning int=>size_t 1996-07-24 22:48:06 +00:00
Jeff Hill 0844d7132f removed OPTIM_YES=-g which caused link fail 1996-07-24 22:47:29 +00:00
Jeff Hill 276dd19293 removed gdd:: from func proto 1996-07-24 22:17:17 +00:00
Jim Kowalkowski 376f37eb1e various fixes - dbmapper incorrectly worked with enum types 1996-07-23 17:13:34 +00:00
Jeff Hill 01462e1c7c added install for gddAppFuncTable.h 1996-07-10 23:48:03 +00:00
Jeff Hill 9eab30d3fc moved here from src/cas/generic 1996-07-10 23:44:12 +00:00
Jeff Hill 9b5fa04dae added installation of the include files 1996-07-09 22:58:55 +00:00
Janet B. Anderson 67e383af94 Moved include RULES.Unix 1996-07-08 15:20:02 +00:00
Jeff Hill c3d2e1a46a use ./aitGen and ./genApps per Janet's request 1996-07-03 00:02:56 +00:00
Jeff Hill d2adaabbfe fixed case where gdd was mapped to a string without cvrt 1996-07-01 19:59:12 +00:00
Jeff Hill 9dddad37ca took out purify etc - also include dbMapper 1996-06-28 19:17:31 +00:00
Janet B. Anderson e1ecb4f2e0 Moved config dir to base/config. 1996-06-28 15:20:11 +00:00
Jim Kowalkowski 17333e4278 changes data type to string conversions to use installString(), not copy() 1996-06-27 14:33:13 +00:00