Commit Graph

420 Commits

Author SHA1 Message Date
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
zimoch 162cb2e9ae install ui files with cp instead of install in order to preserve mode bits require_2_4_6 2017-04-04 16:12:51 +02:00
zimoch 7805388dfc export a few environment variables in case they did not exist before 2017-04-04 15:10:09 +02:00
zimoch 4c52c6a0b8 fix problems with versions like *.*.* where not all elements are numbers
fix problem with ui file names containing fancy characters like $(xxx)
2017-03-23 09:40:26 +01:00
zimoch 1f741f7596 export require.h 2017-03-21 14:08:07 +01:00
zimoch 11c86a4772 fix for projects with the same name as a record 2017-03-21 14:04:34 +01:00
zimoch 8b2fa7cb72 change installui to always uninstall first 2017-03-02 17:07:03 +01:00
zimoch e9a94a29bd remove all whitespace at end of line, including CR and NL 2017-02-22 10:37:26 +01:00
zimoch f27d19c9aa strip project name to allow spaces after definition require_2_4_5 2017-02-21 15:17:03 +01:00
zimoch b7d68c5648 fix for posix header files 2017-01-26 17:40:23 +01:00
zimoch 930d2bd835 fix source header search path: consider os/${OS_CLASS} and os/default subdirs 2017-01-12 10:07:20 +01:00
zimoch 5b54dd34d5 fix bug introduced in last change: need to include SCRIPTS_<version> early 2017-01-12 08:59:52 +01:00
zimoch 75a092ea54 fix driver.makefile bugs: directory order for searching sources and headers must not be changed and source code files must not be listed twice 2017-01-10 12:07:42 +01:00
zimoch 2d99849125 Check for trailing strings after version numbers 2017-01-03 14:27:56 +01:00
zimoch 31d1995d7a merge with changes for windows require_2_4_4 2016-10-26 14:09:36 +02:00
zimoch 3764406d69 Merge branch 'master' of git.psi.ch:epics_driver_modules/require 2016-10-26 14:04:55 +02:00
zimoch c00c2519d0 shorten strings to fit in records 2016-10-26 14:02:49 +02:00
zimoch 976d10948c startup script updates 2016-10-05 16:41:29 +02:00
brands 6f0653391a move of interruptAccept; add include of dbAccess.h; add asprintf.h for WIN32 2016-09-08 09:32:49 +02:00
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