Commit Graph

141 Commits

Author SHA1 Message Date
zimoch e01a447877 problems with base libs solved misc_1_7_2 2012-11-08 16:43:57 +00:00
zimoch e6a2bba84e Buggy LIBVERSION when using source files in other dirs
warning about $ in dientifier in munch code
2012-11-08 10:10:31 +00:00
zimoch 07489b3476 bugfix 2012-11-07 10:17:28 +00:00
zimoch e58c6b4208 now problems with registerExternalModules on Linux 2012-11-07 10:13:47 +00:00
zimoch 6bd85ed127 registerExternalModules did not work on vxWorks 2012-11-07 10:06:12 +00:00
zimoch c4507d01a1 Restructuring for 3.15
Change in USE_LIBVERSION policy
Support multiple test versions
Allow to exclude target architectures
2012-11-07 08:40:27 +00:00
zimoch b88fc9868a need to find Linux link.h before EPICS link.h 2012-10-31 15:47:29 +00:00
zimoch ac0660f838 register modules loaded before this code 2012-10-31 15:46:55 +00:00
zimoch 7f7d60e30d typo misc_1_7_1 2012-10-05 11:44:15 +00:00
zimoch 3074b43fc6 allow for test versions with arbitrary names 2012-10-05 11:42:46 +00:00
zimoch d5675eba0d kompatibility problem with lib installation between 3.14.12 and 3.13 2012-10-04 11:54:56 +00:00
zimoch 63126693d3 still problems with docu installation 2012-09-27 08:59:06 +00:00
zimoch 5c8f9791cc semicolons not needed 2012-09-27 08:44:03 +00:00
zimoch 4b9417189a print what we do 2012-09-27 08:30:42 +00:00
zimoch 193fc25489 64 bit support
EPICS 3.14.12 patches. problem: different installation order of libs for vxWorks. Now don't link non-munch libs.
Warning for non-existing cross compiler
Don't link dbd directory any more. Not needed with current version of require.
No more undefined symbols for prerequisites any more in order to support loading of test versions instead.
Use generic lib suffixes in order to support other OS types.
Fix wrong export for registrars.
2012-09-27 08:30:27 +00:00
zimoch f80ebdda8e Update for EPICS 3.15 misc_1_7_0 2012-08-30 08:05:39 +00:00
zimoch cd2f743d67 mlock added 2012-06-12 10:00:50 +00:00
zimoch 0dc8e4f274 Make using older EPICS versions possible (get rid of compiled-in rpath)
Allow using 32 bit executable on 64 bit machine.
Default to 32 bits if running on 64 bit machine but 64 bit EPICS installation is missing.
misc_1_6_1
2012-02-08 12:45:01 +00:00
zimoch 39b646627b put record into database (does not work in common startup script because records must be loaded first) 2012-01-30 10:40:52 +00:00
zimoch 5e67f600f9 abort startup on softioc, too 2012-01-10 15:58:03 +00:00
zimoch 8f77f269c1 check for missing EPICS_HOST_ARCH 2012-01-09 14:08:08 +00:00
zimoch 8c603bd9ce debug messages fixed 2012-01-05 15:33:13 +00:00
zimoch 9a57deb78c variable was missing 2012-01-05 15:28:11 +00:00
zimoch 3c56d08b34 accept and strip illegal quotes in registrar, function, variable declarations (-> some SynApps drivers use them) 2011-12-22 10:33:20 +00:00
zimoch 53b3360c45 add option to select epics version misc_1_6_0 2011-12-20 16:22:39 +00:00
zimoch 6cce7c76ad call register function only if dbd file was found 2011-11-28 15:31:27 +00:00
zimoch 3571221b89 New version to handle multimple base versions 2011-11-28 14:21:23 +00:00
zimoch 8674e81a42 merged disctools and exec into this directory.
Added iocsh wrapper with flexible EPICS version handling
2011-11-28 14:18:37 +00:00
lutz_h 8281a7c778 HOSTS.IOC_BOOTLOG moved to EPICS.IOC_BOOTLOG 2011-11-14 14:31:23 +00:00
lutz_h 0fca299ac6 HOSTS.IOC_BOOTLOG moved to EPICS.IOC_BOOTLOG 2011-11-14 14:24:17 +00:00
zimoch 935d34e55b *** empty log message *** misc_1_5_9 2011-09-19 08:52:12 +00:00
zimoch dea952d002 fix for 64 bit 2011-09-01 07:21:38 +00:00
zimoch 876b634431 fix for 64 bit 2011-09-01 07:20:25 +00:00
zimoch 3781454f7a iocCheck is not used by anyone. Superseeded by IOCMON. 2011-08-31 15:53:12 +00:00
zimoch 1c99aef5c3 Nobody uses it. Superseeded by IOCMON 2011-08-31 14:23:20 +00:00
zimoch 23eaf2f57e make function available on softioc 2011-08-29 15:13:58 +00:00
zimoch 7bda130084 new function to add scan rates to ioc 2011-08-29 15:12:57 +00:00
zimoch 8bcd70d2ea Merged with require version for Linux.
Should work now on all operating systems.
2011-07-21 14:57:25 +00:00
zimoch 8894a0582d Allow to build on Linux 2011-07-21 14:55:26 +00:00
zimoch a7d2571df3 compatibility to non vxWorks systems 2011-07-21 14:54:35 +00:00
zimoch cd34aea10d Support for 3.14.12
replace several commands and object file extension with macros
write project infos and rebuild when install location changes
don't handle seq libs special any more. needs proper seq installation as module
change registration of snl code
add registration for subRecord, genSubRecord, asubRecord
change way how missing registration functions are found to allow them in external libraries
misc_1_5_8
2011-07-20 09:41:27 +00:00
zimoch 21af5b4a8e use cvs Header tag 2011-06-14 16:03:14 +00:00
zimoch 10761d1ed2 search in Support.dbd files for Record.dbd files 2011-06-14 16:00:52 +00:00
zimoch f97aa09e24 find records included by other dbd files 2011-06-07 15:00:25 +00:00
lutz_h 167f75049e SoftiocBootInformation included correctly 2011-05-19 12:31:26 +00:00
zimoch 72976ac399 allow aliases without library 2011-03-07 16:54:21 +00:00
zimoch 5bedc64680 allow aliases without library 2011-03-07 16:51:35 +00:00
portmann 26f41d4e8e bug fix, if PROCNUM is PC:PROGNUM split and use PROCNUM, only 2010-11-30 15:26:00 +00:00
zimoch 35648f67f6 bufgix 2010-10-27 10:04:48 +00:00
zimoch b9dba3cdcd sort by date only if date shown, else sort by ioc name 2010-10-27 09:55:05 +00:00