Commit Graph

  • 6f9c2db8a8 libCom: Revert 12374 which breaks MSVC++ builds Andrew Johnson 2012-11-30 13:32:25 -06:00
  • e01a428059 Added new Long String Input record type "lsi" Andrew Johnson 2012-11-29 13:45:13 -06:00
  • 77c837bcbe printf record: Fix bug in minimum buffer size logic. Andrew Johnson 2012-11-29 13:41:46 -06:00
  • 02348e770b Use new helper function. Andrew Johnson 2012-11-29 13:40:42 -06:00
  • d27747a7f3 Added helper functions dbGetLinkLS() and dbPutLinkLS() Andrew Johnson 2012-11-29 13:21:11 -06:00
  • 2e4f6443e0 dbNameToAddr() changes for long string support Andrew Johnson 2012-11-29 13:20:02 -06:00
  • 493d6014b9 Add new global menuPost Andrew Johnson 2012-11-29 12:53:21 -06:00
  • 01276d952f ca: Build caRepeater etc. by default Andrew Johnson 2012-11-26 15:37:54 -06:00
  • d69f3904d7 Fix for win32 builds. Andrew Johnson 2012-11-20 17:27:38 -06:00
  • 7778c0c3ff Solaris & vxWorks 5.5.x fixes Andrew Johnson 2012-11-20 15:55:53 -06:00
  • f320cbcecd Fix vxWorks implementation. Andrew Johnson 2012-11-20 15:04:28 -06:00
  • 809633d698 Set snapshot to 3.14.12.3-pre1-DEV Andrew Johnson 2012-11-19 15:04:58 -06:00
  • 1f573172b3 Creating 3.14.12.3-pre1 Andrew Johnson 2012-11-19 15:02:22 -06:00
  • d6f72900f8 Update release notes. Andrew Johnson 2012-11-19 13:19:04 -06:00
  • 5b1d3a7725 conigure: Fix iOS build warning. Andrew Johnson 2012-11-19 10:48:24 -06:00
  • 7d79a83519 Apple iOS updates from Tom Pelaia Andrew Johnson 2012-11-17 13:18:16 -06:00
  • 6fd9fb3066 libCom: Removed epicsSingleton workaround Andrew Johnson 2012-11-16 16:14:13 -06:00
  • 28c7fe12f3 configure: Added Guobao Shen's comments on using MacPorts GCC Andrew Johnson 2012-11-16 12:54:29 -06:00
  • 36be0aa783 rec: Fix minor string in + out issue. Andrew Johnson 2012-11-16 12:40:57 -06:00
  • 694ac0a650 epicsTime::addNanoSec function size is large now so it shouldnt be inline Jeff Hill johill@lanl.gov 2012-11-14 13:10:44 -07:00
  • 5ce291facf fixed spelling in comment Jeff Hill johill@lanl.gov 2012-11-14 13:03:30 -07:00
  • b86c4107c1 After qptimizing the epicsTime::addNanoSec function we now have a larger code which uses only unsigned integer arithmetic. This is for the benefit of embedded cpu's lacking a hardware floating point coprocessor at the expense of some additional code to maintain. I measered the cpu load improving from 40% free to 80% free after making this change, on a nios2 soft core processor. Jeff Hill johill@lanl.gov 2012-11-14 12:51:30 -07:00
  • e3f59fd5c2 Support variable array size Andrew Johnson 2012-11-12 13:45:23 -06:00
  • b8eec29e43 libCom: Added errlogSetConsole() functionality. Andrew Johnson 2012-11-09 17:06:32 -06:00
  • 69d8be78d3 startup: Recognize 64-bit Windows Andrew Johnson 2012-11-01 14:57:36 -05:00
  • fc61cc34ce iocLogServer fix for unsigned char arch's Andrew Johnson 2012-10-31 13:56:12 -05:00
  • 3f18327d2d libCom/osi: add tests for epicsSpin (based on epicsMutex tests) Ralph Lange 2012-10-29 20:26:11 +01:00
  • a977edfaa6 libCom/osi: add epicsSpin with default, posix, and vxWorks implementations - posix uses pthread_spin_ interface when supported, pthread_mutex_ otherwise - default uses epicsMutex - vxWorks (single core) uses intLock() Ralph Lange 2012-10-29 20:25:23 +01:00
  • f9135c39cd configure: change Posix definition from 199506L to 200112L needed to be able to use spinlocks Ralph Lange 2012-10-29 20:20:36 +01:00
  • c06f3cd9a0 db: Fix dbGet so attributes and value can be fetched simultaneously Andrew Johnson 2012-10-29 01:20:56 -05:00
  • 35a2793c23 rec: Cleanup of compress & histogram record source code Andrew Johnson 2012-10-19 15:06:37 -05:00
  • c9da766e9e rec: Fix compress & histogram attribute bugs Andrew Johnson 2012-10-19 15:01:43 -05:00
  • 7f21c8eec1 Merged changes from 3.14 branch Andrew Johnson 2012-10-18 00:10:12 -05:00
  • e889336458 db: Undefined alarm limits should return NaN Andrew Johnson 2012-10-17 18:08:39 -05:00
  • 2613c62b40 rec/aSub: Add cleanup subroutine Michael Davidsaver 2012-10-15 12:35:04 -05:00
  • 7cac267a4b db: Fix possible error handling in dbPut Michael Davidsaver 2012-10-11 18:10:00 -05:00
  • 71079ede4b rec/aSub: Fixes from Michael Davidsaver Andrew Johnson 2012-10-11 17:51:00 -05:00
  • ab7d73c537 cas: Fix syntax error in last commit Andrew Johnson 2012-10-11 11:28:28 -05:00
  • 7d37c31cc5 added the PV name to the unable to read application types "enums" message Jeff Hill 2012-10-10 19:08:18 -06:00
  • 26173c1e0d devLib: add compatibility typedef for VME table type Michael Davidsaver 2012-10-10 15:52:34 -05:00
  • 9c1b8ba952 rec: Fix problem with NAN in MLST/ALST fields Andrew Johnson 2012-10-06 21:48:01 -05:00
  • f0c88c3d3c Document the CLEANS variable Andrew Johnson 2012-10-05 22:58:59 -05:00
  • 2f25d7c9c9 doc: Delete old TOC entry. Andrew Johnson 2012-10-01 17:26:15 -05:00
  • 68bde36d75 Merged changes from 3.14 branch. Andrew Johnson 2012-10-01 00:54:10 -05:00
  • e94ffd48fa std: Device support for new printf record type Andrew Johnson 2012-09-28 18:00:42 -05:00
  • d8812cbee3 std: Added new printf record type Andrew Johnson 2012-09-28 18:00:13 -05:00
  • 0f7cb737bb Merged J. Lewis Muir's caput help text fix branch. Andrew Johnson 2012-09-26 22:38:17 -05:00
  • ea725ad1a2 ioc/db: Call rset::cvt_dbaddr() before processing field modifiers Andrew Johnson 2012-09-26 14:41:52 -05:00
  • 37407c94e0 ca/client/tools: add -F option to caput usage output J. Lewis Muir 2012-09-26 10:37:20 -05:00
  • 12909bfb1d Merge libCom/osi changes needed for MultiCore Real-Time Utils Ralph Lange 2012-09-20 22:00:17 +02:00
  • ca441a2a0e libCom/osi: (posix) make getOssPriorityValue() public as epicsThreadGetPosixPriority() Ralph Lange 2012-09-20 21:55:32 +02:00
  • ecba376d72 std/rec: Enhance sequence record just like fanout Andrew Johnson 2012-09-19 15:13:13 -05:00
  • 047bdc9200 libCom/osi: (posix) keep scheduling policy by thread, to support SCHED_RR Ralph Lange 2012-09-18 13:43:02 +02:00
  • 2485c1fb1c libCom/osi: Rename osd thread sched policy flag (Fifo -> RealTime) Ralph Lange 2012-09-17 13:22:09 +02:00
  • a106129c9b Extended the fanout record to 16 links Andrew Johnson 2012-09-14 10:56:08 -05:00
  • c574722a9b catools: Fix syntax error from vxWorks gcc. Andrew Johnson 2012-09-11 15:19:29 -05:00
  • 4790578953 tools: Try harder to collapse ../ components in AbsPath Andrew Johnson 2012-09-11 12:11:55 -05:00
  • 7e6e38060f catools: Change behaviour of camonitor when printing array of chars as string Ralph Lange 2012-09-11 16:58:43 +02:00
  • 709b6ef2f3 catools: Fix off-by-one bug in caput Ralph Lange 2012-09-03 21:25:44 +02:00
  • 169b30081a Fix for vxWorks 6.x LED_ID Andrew Johnson 2012-08-31 16:05:14 -05:00
  • a19e1d21da libCom: Fix epicsSnprintf() under MinGW Andrew Johnson 2012-08-31 15:57:59 -05:00
  • c48e92b1a8 Include RULES_JAVA when using EPICS base 3.15 and later. Janet Anderson 2012-08-31 13:52:54 -05:00
  • 29a8efa781 Document addition of MSI to Base. Andrew Johnson 2012-08-29 16:46:40 -05:00
  • 1ac8ff6378 as: Make asSetFilename() warn on relative paths Andrew Johnson 2012-08-28 16:35:52 -05:00
  • 7da070bca3 Fix bldEnvData.pl library search path Andrew Johnson 2012-08-23 09:45:31 -05:00
  • f29e995103 Permit but check duplicate DBD entries Andrew Johnson 2012-08-22 16:54:54 -05:00
  • 786a01b59c RULES_JAVA removed from base and put in extensions Janet Anderson 2012-08-21 09:38:37 -05:00
  • 5c2ef73c4a Fixed X11 include definitions, X11_INC and XPM_INC. Janet Anderson 2012-08-20 12:27:39 -05:00
  • 958aa02320 Change build defaults for darwin-x86 Andrew Johnson 2012-08-20 10:03:50 -05:00
  • 0faff0f03e registerRecordDeviceDriver updates Andrew Johnson 2012-08-10 11:40:50 -05:00
  • 93f7caebc4 tools/DBD: Fix DBD output of empty attributes Andrew Johnson 2012-08-10 11:39:30 -05:00
  • 1faae9c3ed configure: Don't install test libraries Andrew Johnson 2012-08-09 15:41:26 -05:00
  • f0633d0d16 configure: Set BASE_3_14 = NO Andrew Johnson 2012-08-09 11:16:15 -05:00
  • eb8bac8afb ioc: Added extern "C" block to dbLink.h file. Andrew Johnson 2012-08-08 13:38:21 -05:00
  • a80ec2e0bf cap5: Fix symbol export when using -fvisibility=hidden Andrew Johnson 2012-08-07 12:35:12 -05:00
  • 05377e5886 Merged changes from 3.14 branch Andrew Johnson 2012-08-07 12:31:55 -05:00
  • c93c7b5e36 configure: Fix test rules dependency Andrew Johnson 2012-08-07 10:37:13 -05:00
  • b993e29fad configure: Minor fixes Andrew Johnson 2012-08-07 09:41:21 -05:00
  • 685e6b0937 rsrv: Use osiSockIoctl_t Andrew Johnson 2012-08-04 14:18:32 -05:00
  • b4c7f4542e configure: Deleted RULES_JAVA and associated variables Andrew Johnson 2012-08-03 17:45:28 -05:00
  • d9013bffe9 libCom: Expand comments on -fvisibility in shareLib.h Andrew Johnson 2012-08-03 17:37:15 -05:00
  • 282d67caef Set version back to -DEV Andrew Johnson 2012-08-01 10:01:01 -05:00
  • ebc70e9365 Set release version number Andrew Johnson 2012-08-01 09:58:41 -05:00
  • eb9d002f03 Edit README files, set version numbers. Andrew Johnson 2012-07-31 16:14:27 -05:00
  • 6bc0c6f6cd tools: mkmf.pl accepts -Mxxx options but ignores them Andrew Johnson 2012-07-31 16:09:54 -05:00
  • 3961dcbc51 Merged change from 3.14 branch Andrew Johnson 2012-07-31 14:21:01 -05:00
  • e03d10857c tools: Delete makeDbDepends.pl from Makefile Andrew Johnson 2012-07-31 14:09:02 -05:00
  • 8b616ba00a Merged changes from 3.14 branch Andrew Johnson 2012-07-31 14:04:38 -05:00
  • eb30ee7f69 Release notes about win32-x86-mingw cross-builds Andrew Johnson 2012-07-31 13:51:20 -05:00
  • bdbada28a8 makeBaseApp: Remove bad characters from user names Andrew Johnson 2012-07-31 13:47:23 -05:00
  • 20c9fa2e8a Added template file as dependency for .db.d file Janet Anderson 2012-07-31 10:50:51 -05:00
  • b1ac0c18c4 Fixed typo Janet Anderson 2012-07-31 10:48:01 -05:00
  • 4133b666a0 Added die if no target file argument Janet Anderson 2012-07-31 10:44:33 -05:00
  • dabd0a969b Release notes update. Andrew Johnson 2012-07-31 10:03:57 -05:00
  • 1864ac41fb Add support for native linux-arm builds. Andrew Johnson 2012-07-30 17:50:30 -05:00
  • 1649ce6f79 Replaced makeDbDepends with mkmf Janet Anderson 2012-07-30 17:10:57 -05:00
  • 80da40b32f Switch darwin to use mkmf for dependencies. Andrew Johnson 2012-07-27 18:39:15 -05:00
  • 72ddb72ade Fix up Unix issues from previous commit. Andrew Johnson 2012-07-27 18:27:15 -05:00
  • 97490f6977 Reworking of DLL build rules. Andrew Johnson 2012-07-27 16:24:39 -05:00
  • c23b907eee Reduce the duration of epicsMessageQueueTest to 60 seconds. Andrew Johnson 2012-07-24 11:29:31 -05:00