zimoch
|
c83b2b05b4
|
support for exact version number match
2.8.1
|
2018-11-02 13:44:40 +01:00 |
|
zimoch
|
ba5ad2b235
|
Merge commit '2.8.0'
|
2018-11-02 09:43:34 +01:00 |
|
zimoch
|
455b28ea94
|
implement method to enforce exact minor release match
require_2_8_0
|
2018-10-26 15:45:20 +02:00 |
|
zimoch
|
4ea28acf56
|
implement method to enforce exact minor release match
2.8.0
|
2018-10-26 15:10:20 +02:00 |
|
zimoch
|
0654d23ffb
|
remove warning in 3.16+
|
2018-10-25 09:04:54 +02:00 |
|
zimoch
|
a3e3f882ac
|
only use versions of other modules which exist for the current T_A
|
2018-10-24 16:31:25 +02:00 |
|
zimoch
|
f0be27f999
|
silcence warning
|
2018-10-08 17:55:06 +02:00 |
|
zimoch
|
b51bc6c404
|
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
require_2_7_0
|
2018-10-03 10:34:29 +02:00 |
|
zimoch
|
75f99b702a
|
Allow arch dependent header files
|
2018-09-11 17:21:31 +02:00 |
|
zimoch
|
f5560398a3
|
allow to build for EPICS major versions like 'make install.7'
|
2018-09-11 17:15:13 +02:00 |
|
zimoch
|
9c3bf1a7b9
|
fix more rules for parallel build
|
2018-08-07 16:10:48 +02:00 |
|
zimoch
|
8646394b84
|
fix for EPICS 7
|
2018-07-27 15:40:17 +02:00 |
|
zimoch
|
7cd7af5be3
|
enable parallel builds (with -j)
|
2018-07-27 15:35:17 +02:00 |
|
zimoch
|
be99f2bb6e
|
save and restore MODULE and MODULE_DIR after running a script, because that script may have called require
|
2018-07-04 15:06:45 +02:00 |
|
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 |
|