/openbmc/libcper/ |
H A D | json-schema.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | base64.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-parse.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
/openbmc/libcper/sections/ |
H A D | cper-section-nvidia.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-firmware.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-pci-bus.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-dmar-generic.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-dmar-iommu.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-dmar-vtd.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-ipf.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-ccix-per.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-pcie.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-cxl-protocol.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-cxl-component.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-memory.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-pci-dev.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-ia32x64.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-generic.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | cper-section-arm.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
/openbmc/libcper/tests/ |
H A D | base64_test.cpp | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | test-utils.cpp | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
/openbmc/libcper/generator/ |
H A D | cper-generate.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
H A D | gen-utils.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|
/openbmc/libcper/generator/sections/ |
H A D | gen-section.h | 255bd81a Fri Sep 06 16:36:34 CDT 2024 Karthik Rajagopalan <krajagopalan@nvidia.com> Use extern C guards in all headers
The project uses a mix of C and C++ requiring extern "C" guards from C++ code both within the project & from C++ apps that use libcper. That won't be required with this change.
Change-Id: I835dd05166732ca213c72eae2904815a8769599b Signed-off-by: Karthik Rajagopalan <krajagopalan@nvidia.com>
|