458 Commits

Author SHA1 Message Date
zimoch 2439791953 commit 15bd43 broke detection of test versions 2.9.0 2018-11-19 11:07:54 +01:00
zimoch 120c1e65ea commit 0c82755 broke creation of dependency files for 3.14.8 2018-11-19 11:06:09 +01:00
zimoch 23a9e8bea6 support for exact version number match 2018-11-07 11:19:19 +01:00
zimoch 0871279415 implement method to enforce exact minor release match 2018-11-07 11:19:11 +01:00
zimoch 912cccdbd3 remove warning in 3.16+ 2018-11-07 11:18:55 +01:00
zimoch bd63a2431d only use versions of other modules which exist for the current T_A 2018-11-07 11:18:44 +01:00
zimoch 0c82755013 For newer compilers (not vxWorks 5) don't include system headers in .d files in order to avoid problems when cross-compiling for older Linux hosts 2018-11-07 11:12:52 +01:00
zimoch 592517cc9c Allow arch dependent header files 2018-11-07 11:12:45 +01:00
zimoch b4f9d5648e allow to build for EPICS major versions like 'make install.7' 2018-11-07 11:12:36 +01:00
zimoch 786df641bf fix more rules for parallel build 2018-11-07 11:12:30 +01:00
zimoch 35086c76cf fix for EPICS 7 2018-11-07 11:12:23 +01:00
zimoch 5cb085b068 enable parallel builds (with -j) 2018-11-07 11:12:17 +01:00
zimoch 90348614d5 save and restore MODULE and MODULE_DIR after running a script, because that script may have called require 2018-11-07 11:12:10 +01:00
zimoch 19971d6cf1 add rule for arch dependent header files 2018-11-07 11:11:56 +01:00
zimoch 989b62528d fix problem with 3.14.8 introduced in earlier commit 2018-11-07 11:11:49 +01:00
zimoch 134aed5a5e reading records from dbd files is too slow, instad filter source files 2018-11-07 11:11:41 +01:00
zimoch 0254e3f65a removed obsolete code 2018-11-07 11:11:29 +01:00
zimoch 30d73e498a change warning to info for duplicate dbd files 2018-11-07 11:11:15 +01:00
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