Commit Graph

452 Commits

Author SHA1 Message Date
zimoch 9652c8dff4 add rule for arch dependent header files 2018-06-26 14:09:19 +02:00
zimoch 7768e1baa7 fix problem with 3.14.8 introduced in earlier commit 2018-06-05 13:34:34 +02:00
zimoch f9c072aee6 reading records from dbd files is too slow, instad filter source files 2018-05-30 16:18:11 +02:00
zimoch a53808f5b7 removed obsolete code 2018-05-30 11:33:17 +02:00
zimoch 0f94ff3460 change warning to info for duplicate dbd files 2018-05-30 11:27:04 +02:00
zimoch e269afb38b suppress "'rset' is deprecated" for all files except record support where this would cause an error 2018-05-30 11:23:19 +02:00
zimoch dbd7372fc6 Speed up make by searching include directories of other modules only once per EPICSVERSION 2018-05-29 17:43:53 +02:00
zimoch 39c31045a0 fix for 3.15+ to make sure that Record.h is created before Record.o is compiled 2018-05-29 17:31:38 +02:00
zimoch c2dfd7b932 use := assignment for all variables using $(shell ...) in order to minimize shell calls 2018-05-29 17:04:06 +02:00
zimoch 7ccaf12eee fixed problem when CONFIG_BASE_VERSION could not be found 2018-05-22 17:51:53 +02:00
zimoch ef38f49338 add IGNORE_MODULES to driver.makefile 2018-05-09 15:59:08 +02:00
zimoch edf9953ef4 add cond?"string1":"string2" on top level expression 2018-05-02 16:00:02 +02:00
zimoch 3613328132 add # (string length) operator 2018-05-02 15:13:29 +02:00
zimoch cc598bb620 optimize ** (power) operator 2018-05-02 14:50:16 +02:00
zimoch 6d7b883bd8 add <? (min) and >? (max) operators 2018-05-02 14:48:16 +02:00
zimoch f4f01fc684 fix problem with other operator after '?' 2018-05-02 14:45:54 +02:00
zimoch 4e30b97c99 fix operators after ? 2018-05-02 10:38:37 +02:00
zimoch ec0b33f1bb add string slices 2018-05-02 10:33:08 +02: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