Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: b174e9e5eec55f6c8b8657e399a240b5449cf2aa
https://github.com/Checkmk/checkmk/commit/b174e9e5eec55f6c8b8657e399a240b54…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M packages/livestatus/include/livestatus/ParsedQuery.h
M packages/livestatus/include/livestatus/Query.h
M packages/livestatus/src/ParsedQuery.cc
M packages/livestatus/src/Query.cc
M packages/livestatus/src/Store.cc
M packages/neb/test/test_CrashReport.cc
Log Message:
-----------
Decouple ParsedQuery from OutputBuffer.
Minor cleanups in Query on the way.
Change-Id: I65537e2f67b653e83e1e0c02beabaeba0936b9ec
Commit: 9cd2ec79053acd0109043cc2190f0c23bc2ed687
https://github.com/Checkmk/checkmk/commit/9cd2ec79053acd0109043cc2190f0c23b…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M packages/livestatus/include/livestatus/AttributeBitmaskColumn.h
M packages/livestatus/include/livestatus/AttributeListColumn.h
M packages/livestatus/include/livestatus/BlobColumn.h
M packages/livestatus/include/livestatus/ChronoUtils.h
M packages/livestatus/include/livestatus/DictColumn.h
M packages/livestatus/include/livestatus/DoubleColumn.h
M packages/livestatus/include/livestatus/DynamicFileColumn.h
M packages/livestatus/include/livestatus/DynamicRRDColumn.h
M packages/livestatus/include/livestatus/IntColumn.h
M packages/livestatus/include/livestatus/ListColumn.h
M packages/livestatus/include/livestatus/LogCache.h
M packages/livestatus/include/livestatus/POSIXUtils.h
M packages/livestatus/include/livestatus/Renderer.h
M packages/livestatus/include/livestatus/ServiceGroupMembersColumn.h
M packages/livestatus/include/livestatus/StringColumn.h
M packages/livestatus/include/livestatus/TableEventConsole.h
M packages/livestatus/include/livestatus/TimeColumn.h
M packages/livestatus/include/livestatus/Triggers.h
M packages/livestatus/include/livestatus/overload.h
M packages/livestatus/src/LogEntry.cc
M packages/livestatus/test/test_LogEntry.cc
M packages/neb/src/module.cc
Log Message:
-----------
Consistently use 'typename' to introduce template type parameters.
While using 'class' is effectively the same, this overloading of the
keyword is considered a bad thing nowadays and only supported for
backward compatibility, see e.g.
https://learn.microsoft.com/en-us/archive/blogs/slippman/why-c-supports-bot…
or Stroustrup himself in "A tour of C++", chapter 7.2.
Change-Id: I0e542888676965a1efbe9a46fc8d0553c7e93658
Compare:
https://github.com/Checkmk/checkmk/compare/f44f70889ce9...9cd2ec79053a