Commit Graph

18221 Commits

Author SHA1 Message Date
zimoch 316ba90b83 extend spec file for RHEL10 PSI-7.0.10.1-2 2026-05-11 14:32:35 +02:00
zimoch 99c0ad5e08 wrap 32 bit compilers on RHEL10 2026-05-11 11:00:26 +02:00
zimoch 6a26765837 on RHEL10 gcc-toolset needs different path, compatible with earlier RHEL 2026-05-07 20:23:50 +02:00
zimoch 54c7b8ed7d add RHEL10 config files 2026-05-07 20:22:21 +02:00
zimoch fdb0912b1e fix rpm dependencies PSI-7.0.10.1-1 2026-01-27 15:17:13 +01:00
zimoch b5f73d8200 Merge branch '7.0' into PSI-7.0 2026-01-27 15:17:04 +01:00
zimoch 1d835c0922 secure for non-rhel builds 2026-01-22 09:28:31 +01:00
Heinz Junkes d3e414cbec udp socket functions with timeout 2026-01-21 10:04:48 -06:00
Michael Davidsaver 84d4627987 more doc dbEvent.h 2026-01-21 09:55:13 -06:00
Michael Davidsaver 839e7f4959 move dbUnitTest discussion to dbUnitTest.h 2026-01-21 09:55:13 -06:00
Michael Davidsaver d724461f1c doc: remove @page directions
readthedocs build does not include these.
2026-01-21 09:55:13 -06:00
Michael Davidsaver c52800fd4a appveyor: remove global email notification 2026-01-16 10:06:08 -06:00
Andrew Johnson 782d6bb441 Use compiler for dependencies, mkmf.pl is the last resort 2026-01-12 16:50:47 -06:00
zimoch 5f3a4a01cc bump rpm version to 7.0.10.1-0 PSI-7.0.10.1-0 2026-01-12 15:41:20 +01:00
zimoch e84a3c203a put back strict-aliasing suppression 2026-01-12 15:41:20 +01:00
zimoch e4c06e9b93 drop 32 bit mingw 2026-01-12 10:43:43 +01:00
zimoch 76a89b8cee add function attributes __malloc__ and __alloc_size__ for gcc and clang 2026-01-09 12:05:08 +01:00
zimoch 9748cbd394 Fix gcc warning 'stringop-truncation' 2026-01-09 12:05:07 +01:00
zimoch 422182d672 allow testing deprecating functions without warnings 2026-01-09 12:05:07 +01:00
zimoch 030973c6e4 Update the __cplusplus macro to the correct value on Windows 2026-01-09 12:05:07 +01:00
zimoch f08fcfdb39 fix dir dependencies 2026-01-09 12:04:49 +01:00
Michael Davidsaver 59b595f8cf appveyor use python3.8 2026-01-08 08:46:43 -08:00
zimoch 80c708fdeb add function attributes __malloc__ and __alloc_size__ for gcc and clang 2026-01-07 09:59:31 -06:00
Michael Davidsaver b2ed8bb98d doc dbEvent.h 2026-01-07 09:54:41 -06:00
zimoch 3d95dece6b Merge 7.0.10 into PSI-7.0 2026-01-06 14:57:16 +01:00
zimoch 7fa82f103b upgrade to gcc 15 2026-01-06 13:57:39 +01:00
zimoch 6cd4b24e8a add missing dependencies 2026-01-06 13:57:27 +01:00
zimoch f572a0f068 silent build 2026-01-06 13:56:37 +01:00
zimoch 1ebf9ad567 don't build tests for rpm 2026-01-06 13:56:23 +01:00
zimoch 4a5d3ddf85 fix parallel builds 2026-01-06 13:56:15 +01:00
zimoch 3a8f5fa9b1 removed config files for no longer used architectures 2026-01-06 13:55:35 +01:00
Michael Davidsaver 71e4635d34 fix testdbCaWaitForEvent()
sync with CA context thread(s) as well as dbCa worker.
2026-01-01 19:07:10 -08:00
Andrew Johnson bbc4c6358e Update modules/* submodules to HEAD 2026-01-01 15:24:23 -06:00
zimoch 12c56ffc95 upcast int to size_t to prevent overflow 2025-12-17 16:34:58 -08:00
zimoch 2bd148ab37 add comment why cast is needed 2025-12-17 16:34:58 -08:00
zimoch 209e1f9587 remove some unnecessary casts to (const char*) too 2025-12-17 16:34:58 -08:00
zimoch 6d85a36397 remove needless pointer casts 2025-12-17 16:34:58 -08:00
zimoch 85347172c6 fix clang warning missing-braces
../fdManagerTest.cpp:76:29: warning: suggest braces around initialization of subobject [-Wmissing-braces]
   76 |         osiSockAddr addr = {0};
      |                             ^
      |                             {}
2025-12-15 16:17:56 -08:00
zimoch ef2260f433 gcc < 5 does not know #pragma GCC diagnostic push
But it also does not know warning -Wformat-security.
2025-12-15 16:16:53 -08:00
zimoch 22347af170 use c++ style output to avoid porability problems with printf format 2025-12-15 16:15:15 -08:00
zimoch c811ce218e fix format warning on mingw
Since we use gnu_printf format on mingw, the windows "I" modifier
is no longer recognized by the format checker. Use "ll" instead.
Meanwhile, MSVC understands that as well.
2025-12-15 16:15:15 -08:00
Andrew Johnson 623409466d Updates to the Release Checklist 2025-12-15 17:17:57 -06:00
Andrew Johnson d31568fe9a Update core version numbers after tagging 2025-12-15 17:15:40 -06:00
Andrew Johnson bf11a0c31c Generate RELEASE-7.0.10.md notes file 2025-12-15 17:11:22 -06:00
Andrew Johnson 24d422e6c3 Set core version numbers for release 2025-12-15 17:04:57 -06:00
Andrew Johnson a49df15d0b Another PR release note 2025-12-15 17:03:03 -06:00
Andrew Johnson 3f24e1800e Replace UNRELEASED => 7.0.10 2025-12-15 16:39:00 -06:00
Andrew Johnson 93d6137d23 Add submodule release note entries 2025-12-15 15:53:01 -06:00
Andrew Johnson cabbc44bf9 Update git submodules for release 2025-12-15 15:46:04 -06:00
Edmund Blomley 7d6ef32502 Docs: Mention that pva is supported for JSON links 2025-12-12 18:05:08 -06:00