Commit Graph

330 Commits

Author SHA1 Message Date
zimoch ccf816ac96 moved startup files to separate repo 2024-07-02 16:39:54 +02:00
zimoch 1d3ae631dc drop CVS support 2024-07-02 16:39:28 +02:00
zimoch 8f34ad44da set up pkgconfig for cross SYSROOT 2024-05-15 10:48:33 +02:00
zimoch b21f690d39 avoid creating libdirs too early with modern EPICS base versions 2024-05-14 17:26:43 +02:00
zimoch e7e772d55c fix IGNORE_SUBMODULES filter 2024-01-22 14:29:03 +01:00
zimoch 55c97cd029 fix for the fix: while realpath caused problems with links, abspath is still needed or install cannot find all headers 2023-08-30 09:54:26 +02:00
zimoch 51bf9c1547 bugfix: annotated tags were not handled correctly 2023-08-30 09:14:00 +02:00
zimoch e4760cee1d bugfix: anchored pattern did not allow additional _ before number part 2023-08-28 15:40:07 +02:00
zimoch e151698cd2 realpath breaks with links and filter_out_dir does not need it 2023-08-22 17:25:08 +02:00
zimoch e7608b81d6 anchor patterns to beginning of line to avoid false parsing like reading comments as version tags 2023-08-09 17:22:28 +02:00
zimoch b3c1b8f9e9 fix bug checking remote tag info of format string_major_minor_patch 2023-08-08 17:21:51 +02:00
zimoch 08d12526b1 fix bug in branch parsing when being ahead of remote branch 2023-08-08 14:55:01 +02:00
zimoch e992b3e81d bugfix in parsing commit hash 2023-08-08 14:04:44 +02:00
zimoch 4d12d32d92 improve error handling when checking remote tag 2023-07-12 11:26:26 +02:00
zimoch 9d65582504 check tags for consistency with remote (and clean up and improve debugging) 2023-07-07 15:26:50 +02:00
zimoch 78686f04e2 add 'make what' command to see what would be built 2023-06-30 15:55:03 +02:00
zimoch 3a3a15032e add CLEANRULE and make it and BUILDRULE and INSTALLRULE available for users 2023-05-02 14:48:10 +02:00
zimoch 54714db5d0 fix problem with USING_NEW_RSET evaluated too early 2023-05-02 14:47:17 +02:00
zimoch f7805d6d3b Bail out if EPICS_HOST_ARCH is not set (rather than fail with cryptic errors) 2023-04-13 13:43:02 +02:00
zimoch 16a3302375 allow to ignore git submodules 2023-02-22 17:46:20 +01:00
zimoch c1b9db6b3e make sure extglob is enabled for shell 2023-02-16 12:03:02 +01:00
zimoch 575b336722 make diverged branches force test version 2022-04-25 16:00:21 +02:00
zimoch 8e289a8a5a bugfix: $(suffix ${file}) contains the dot 2022-03-09 11:41:32 +01:00
zimoch d47f70516a support .dbd.pod files 2022-03-08 15:38:40 +01:00
zimoch eb5f0fe083 allow any header file extension 2022-03-08 15:03:11 +01:00
zimoch 433e452d0e find posix headers too and find headers with different extensions 2022-03-08 09:47:24 +01:00
zimoch a77041f212 no need to put the variable in quotes, just the value 2022-03-08 09:41:51 +01:00
zimoch 45a66ec715 bugfix in INSTBASE check 2022-03-08 09:36:36 +01:00
zimoch d4ba9dbe7f Fix bug when IGNORE_MODULES contains more than one entry 2022-02-25 11:19:28 +01:00
zimoch 84ada50763 fix EPICS 3.13 munch rules for VxWorks 6 2022-02-17 10:52:13 +01:00
zimoch 93e97332a4 filter out silly warnings from registerRecordDeviceDriver.pl 2022-02-17 10:32:11 +01:00
zimoch d125fe34b6 take back arch independent dep files for now... 2022-02-17 10:29:50 +01:00
zimoch c3eabb2084 compare nfs source instead of mountpoint of install location 2021-12-03 16:25:42 +01:00
zimoch 19f3c8ba60 easier to maintain support for arch independent modules (without lib) 2021-11-03 17:43:11 +01:00
zimoch a88e61c578 search for Record.dbd in dir of Record.c/cc/cpp too 2021-09-20 14:51:48 +02:00
zimoch 4ec74f46fb improves error message 2021-09-15 13:45:59 +02:00
zimoch ec218ecdc6 filter out -none- from all VERSIONCHECKFILES 2021-09-15 13:45:13 +02:00
zimoch 80f3340c42 allow DBDS_3 and DBDS_7 too 2021-09-14 09:35:13 +02:00
zimoch d08957d496 keep USR_CPPFLAGS free for users 2021-09-13 09:39:34 +02:00
zimoch 19c48849e2 fix wrong () in VERSIONCHECKFILES 2021-09-10 10:57:06 +02:00
zimoch 6416db98f7 allow code/variables for _3 and _7 2021-09-09 17:49:33 +02:00
zimoch 6f0aa779f5 always use umask 002 when installing files 2021-09-07 15:33:19 +02:00
zimoch dce4b39d50 define USE_TYPED_RSET as empty string to match warnings with drivers which define it in their code 2021-09-07 15:29:28 +02:00
zimoch 37cd1bf96a fix problem in 3.14.12 re-making xxxRecord.h when no Makefile exists 2021-08-10 14:41:11 +02:00
zimoch df59dabc56 add record with module origin (source repo and git hash) 2021-07-20 14:04:51 +02:00
zimoch dfec91854f add missing variable 2021-07-20 13:59:18 +02:00
zimoch 0b93ef2440 fix for win where config file extends PATH 2021-07-09 15:03:40 +02:00
zimoch d78fa95333 do not install QT to old location any longer 2021-07-09 15:03:40 +02:00
zimoch d050a3aea6 fix problem with links to EPICS installations 2021-05-19 17:41:13 +02:00
zimoch fe36f36eb5 fix for EPICS 7.0.5: make sure not to remove #include iocshRegisterCommon.h from *_registerRecordDeviceDriver.cpp 2021-03-05 15:43:24 +01:00