Commit Graph

372 Commits

Author SHA1 Message Date
zimoch d5215e0a9d bugfix in SCRIPT_PATH re-ordering require_2_4_3 2016-09-06 16:00:53 +02:00
zimoch 93191ffd75 fix SCRIPT_PATH order in case of repeated require 2016-09-06 15:17:17 +02:00
zimoch 09da7fc790 add pre-installed modules to SCRIPT_PATH too 2016-09-06 14:51:41 +02:00
zimoch fc4556e2d0 fix for vxWorks 2016-09-06 14:50:26 +02:00
zimoch 27e6b58dac allow to search scripts in all loaded modules 2016-09-06 14:18:21 +02:00
zimoch e33c76966d cannot use afterInit in 3.13 because of missing initHooks in iocCore require_2_4_2 2016-08-31 13:41:43 +02:00
zimoch ca6d1a57c0 bugfix for libversionShow write failure require_2_4_1 2016-08-22 15:13:54 +02:00
zimoch f30b52bba3 improve usability of afterInit command require_2_4_0 2016-08-18 16:24:24 +02:00
zimoch 945a05a311 new command 'afterInit' added 2016-08-18 10:48:54 +02:00
zimoch d712cdbce4 fix for compilers without explicit path 2016-08-18 10:12:24 +02:00
zimoch 138aa78776 typo require_2_3_8 2016-08-08 09:38:35 +02:00
zimoch 857e782e2b help text updated 2016-08-05 10:52:06 +02:00
zimoch 7d66be81b6 expand macros in runScript file name for vxWorks 2016-08-04 17:35:30 +02:00
zimoch 7fdc6a00f3 typo 2016-08-04 17:34:48 +02:00
zimoch 6625dc5dbd can't use .PHONY because 3.13 uses :: instead of : 2016-08-04 17:33:57 +02:00
zimoch 0bd8b66e3b rules for installing UIs to central location 2016-08-04 17:14:47 +02:00
zimoch a4cffce68e if seq_VERSION is set, use it to find the snc program 2016-08-02 15:49:00 +02:00
zimoch 07876e01ab got wrong include path for manually added dependencies 2016-06-20 14:10:29 +02:00
zimoch 520b52594e add ui to vpath 2016-05-11 13:47:32 +02:00
zimoch d9bfeb9625 warn about depencies on old drivers 2016-05-11 13:45:16 +02:00
zimoch f3b64e7020 help line about module versions added 2016-05-06 15:11:22 +02:00
zimoch cfb6cb6801 fix user libs: they must come at the end 2016-05-06 14:42:12 +02:00
zimoch 1d2e6b158e fix for OBLA network: don't use WLHA settings require_2_3_7 2016-04-14 08:47:51 +02:00
zimoch 0f8c9a556b fix for reliably killing the softIoc when the iocsh gets killed 2016-04-13 15:50:55 +02:00
zimoch 62feab2c9a delete temporary file after use require_2_3_6 2016-03-24 15:58:13 +01:00
zimoch 60986a510c provide some global variables as environment too (for autoSR) 2016-03-24 15:57:56 +01:00
zimoch 2870946d97 disable sysmon for eldk52-e500v2 (IFC1210) 2016-03-21 16:19:11 +01:00
zimoch fd7b78ec0f fix for old 3.14.8 softiocs 2016-03-21 11:34:57 +01:00
zimoch a455f7c32a fix the munch rule for 3.14.8 2016-03-18 17:01:29 +01:00
zimoch 33bdc54e76 allow to change (or disable) sysmon version 2016-03-18 16:43:52 +01:00
zimoch 7a355bece2 allow to overwrite ntp server in network; still support menu pre-loads; still load seq and genTime (check later if really needed) 2016-03-18 16:34:28 +01:00
zimoch 4e784664f4 overwrite modules path 2016-03-18 16:32:29 +01:00
zimoch f88c586a5f search addresses added 2016-03-18 16:32:04 +01:00
zimoch cddc9b06e3 sw-require.script is special HIPA, not generic 2016-03-18 16:31:27 +01:00
zimoch b392a91e1c linux statup script detects network to set EPICS_CA_ADDR_LIST 2016-03-18 11:03:14 +01:00
zimoch 4a4b0f7bc4 bugfix of: always print module location 2016-03-11 16:49:35 +01:00
zimoch 1bd82bad1d always print module location 2016-03-11 16:48:33 +01:00
zimoch 7c4f4a19ab use this version in vxWorks 2016-03-11 16:46:54 +01:00
zimoch 262765f763 always print module location 2016-03-11 16:45:07 +01:00
zimoch 96d7a2ff1c startup files added 2016-03-11 16:44:05 +01:00
zimoch 7a973fb766 silence false error message require_2_3_5 2016-03-11 10:32:22 +01:00
zimoch 8f924298d8 fix munching for 3.14: use native vxWorks munch program 2016-03-11 10:31:56 +01:00
zimoch bd45ac15e9 fixes for vxWorks 6 require_2_3_4 2016-03-10 10:29:13 +01:00
zimoch e7d8669b8c fix T_A dependend sources 2016-03-10 10:24:06 +01:00
zimoch bd510ebb0e accept more variable names: everything except comma space open parenthesis require_2_3_3 2016-03-04 17:06:12 +01:00
zimoch 26444e01b7 install scripts with x flag 2016-03-04 16:37:49 +01:00
zimoch 08fe36979f make sure version is built even if library only consists of other libraries but no local code require_2_3_2 2016-02-16 13:56:49 +01:00
zimoch 5e855fdcfc fix for 64 (NFS) file systems on old 32 bit OS (MOXA) 2016-02-16 13:54:04 +01:00
zimoch 2abedd3118 remove last char in line only if it is '\n' require_2_3_1 2016-01-05 14:52:35 +01:00
zimoch ab8d58828a better check for assignment: allow only 'sane' variable names to improve first word recognition 2016-01-05 14:47:53 +01:00