Commit Graph

440 Commits

Author SHA1 Message Date
zimoch 2d7dcf7403 suppress "'rset' is deprecated" for all files except record support where this would cause an error 2018-11-07 11:10:59 +01:00
zimoch 35a58b0ea2 Speed up make by searching include directories of other modules only once per EPICSVERSION 2018-11-07 11:10:52 +01:00
zimoch 190c4de3f8 fix for 3.15+ to make sure that Record.h is created before Record.o is compiled 2018-11-07 11:10:41 +01:00
zimoch 15bd43aa1e use := assignment for all variables using $(shell ...) in order to minimize shell calls 2018-11-07 11:10:32 +01:00
zimoch ed1dce1073 fixed problem when CONFIG_BASE_VERSION could not be found 2018-11-07 11:10:10 +01:00
zimoch 0660e580a9 add IGNORE_MODULES to driver.makefile 2018-11-07 11:09:49 +01:00
zimoch 03d1c8755c bugfix for empty variable assignment require_2_6_2 2018-04-27 16:53:33 +02:00
zimoch 9811057bea fix problem with -0.x numbers: digits followed by . is not an integer require_2_6_1 2018-04-27 10:57:33 +02:00
zimoch b3bc2ac210 clear ENV and BASH_ENV variables to prevent users from overriding umask in their .bashrc files require_2_6_0 2018-04-25 11:20:20 +02:00
zimoch de6e075ed5 testscript fix and update 2018-04-25 11:19:26 +02:00
zimoch 864a23a086 test script for expressions added 2018-04-24 14:59:14 +02:00
zimoch ad85a1eb26 fix embedded formatted expressions 2018-04-24 14:53:53 +02:00
zimoch 21e4cd1b86 implement ?: operator 2018-04-24 09:23:19 +02:00
zimoch 0b6d1ddde7 expressions moved to separate file 2018-04-20 17:07:38 +02:00
zimoch 430d163fc2 allow more complex expressions 2018-04-19 16:01:48 +02:00
zimoch b7aaedfd23 add bitwise operators and fix another problem with spaces 2018-04-19 09:38:34 +02:00
zimoch 0c2705f3e6 hopfully problems in expressions with whitespace and end of line finally fixed 2018-04-19 09:24:20 +02:00
zimoch bb849561d1 fix problem with words after values 2018-04-18 16:49:50 +02:00
zimoch 4dd59a05f0 enable embedded expressions in () 2018-04-18 16:31:24 +02:00
zimoch cb2c4c01ac Do not parse expressions embedded in words except when in parentheses 2018-04-17 16:00:25 +02:00
zimoch f54aa1b355 fix problem with macros in older bash versions and cleanup help text require_2_5_6 2018-03-22 10:27:15 +01:00
zimoch 0b11aa4347 fix too small path buffer in vxworks 2018-03-13 15:35:00 +01:00
zimoch 8281232158 add support for perf, valgrind and gdb to iocsh require_2_5_5 2018-03-06 17:24:05 +01:00
zimoch af23a6aac4 fix for systems where parts of T_A are macro names (e.g. linux) 2018-03-06 17:22:35 +01:00
zimoch 491bba7038 fix for non-windows require_2_5_4 2018-01-03 10:03:16 +01:00
zimoch 1ca278fed9 Merge remote-tracking branch 'origin/master' 2018-01-03 10:01:35 +01:00
zimoch 3ee8db4b43 make sure that install directory is created with group write rights 2018-01-03 09:56:44 +01:00
zimoch ff26c9b248 make iocsh fit for EPICS 7 and other cleanup work 2017-11-28 11:31:58 +01:00
zimoch ab1def76f9 do not check explicitly for 3.14, 3.15, ... but for not 3.13 2017-08-30 09:39:41 +02:00
brands 8ca3e4cea6 fix for windows 2017-08-25 09:57:31 +02:00
zimoch b2a20d2d72 fixes for 3.15 2017-08-21 17:56:20 +02:00
zimoch fda41f9acd change compiler flag -MMD back to -MD because some drivers use #include <...> for non-system headers which breaks dependency detection 2017-08-17 09:44:55 +02:00
zimoch 5223a20460 make SNC headers available 2017-08-15 17:49:05 +02:00
zimoch 02fb5c42f0 changes for 3.15.5 require_2_5_3 2017-07-07 17:01:22 +02:00
zimoch f64bfaae9e allowing unquoted # breaks comments require_2_5_2 2017-05-18 16:33:14 +02:00
zimoch 0a6a226012 re-allow unqoted macro values as in 3.14.8 require_2_5_1 2017-05-18 15:48:02 +02:00
zimoch dd7405963f *Record.dbd in main dir was not found require_2_5_0 2017-05-10 17:11:41 +02:00
zimoch 6cf0310dcb export some more variables 2017-04-21 13:58:19 +02:00
zimoch 410c2c4f30 bugfix for non-GNU compilers 2017-04-21 09:47:22 +02:00
zimoch 8ee5fee1a8 Fix -3.14.8 to use the new /ioc/module driver pool 2017-04-21 09:26:35 +02:00
zimoch e4328907a9 build with -MMD instead of -MD 2017-04-21 09:22:46 +02:00
zimoch 62641912d3 Fix for non-PSI build 2017-04-20 16:59:22 +02:00
zimoch 8b1bd21296 remove non-3.13 compatible header 2017-04-20 15:14:00 +02:00
zimoch 63f098a6d8 cleanup of includes 2017-04-20 14:32:58 +02:00
zimoch 7675637b76 minor change 2017-04-20 13:43:51 +02:00
zimoch 18747ec1c5 export path manipulation function to the shell 2017-04-20 13:42:22 +02:00
zimoch 73152b60e0 fix non-osi path 2017-04-20 11:11:42 +02:00
zimoch 7ab6691555 add search path to dbLoadTemplate 2017-04-20 11:11:14 +02:00
zimoch 09bb045b32 fix templates for older EPICS verions (remove alias, info, macro defaults 2017-04-19 11:50:47 +02:00
zimoch e51dd7cd96 allow EPICS version in script name 2017-04-19 10:49:51 +02:00