- 5220c9b Add ability to use lib without json-c dependency by Karthik Rajagopalan · 5 months ago
- 9fe2cb5 Generate pkgconfig dependency for parser library by Karthik Rajagopalan · 5 months ago
- 462f9f6 README.md: Fix typos by George Liu · 5 months ago
- 18a6b12 README.md: Fix MD040 warnings by George Liu · 5 months ago
- ec9fc0d docs/OEMExtensions.md: Fix MD036 warnings by George Liu · 5 months ago
- d8ac711 docs/GeneratorExtensions.md: Fix MD036 warnings by George Liu · 5 months ago
- bf68fa1 generator/README.md: Fix MD040 warnings by George Liu · 5 months ago
- bf6ccc8 Fix leaked json objects when there is a failure parsing by Karthik Rajagopalan · 5 months ago
- 74e1919 Add Karthik Rajagopalan as reviewer by Karthik Rajagopalan · 6 months ago
- 45e7332 Fix build error when building an app with libcper as a subproject by Karthik Rajagopalan · 5 months ago
- 683e055 Add support for NVIDIA CPERs by Karthik Rajagopalan · 10 months ago
- 4482c48 Update limits headers for better platform compat by Andrew Adriance · 6 months ago
- 358c7e1 Remove json-schema install by Ed Tanous · 6 months ago
- a84fc93 Fix meson warnings by Ed Tanous · 6 months ago
- a7d2cdd Move to embedded base64 by Ed Tanous · 6 months ago
- c833a3a Reformat test meson.build by Ed Tanous · 6 months ago
- 6372234 Add subprojects to gitignore by Ed Tanous · 6 months ago
- fedd457 Remove trailing whitespace by Ed Tanous · 6 months ago
- 5030d16 Add Andrew Adriance as reviewer by Andrew Adriance · 6 months ago
- 1a90898 Update meson.build to respect default_library for libb64 by Andrew Adriance · 6 months ago
- a5b3d49 Format meson file with muon by Ed Tanous · 7 months ago
- 1e267b6 Suppress meson warning by Ed Tanous · 7 months ago
- c6fead1 Push/pop pragma packed by Ed Tanous · 7 months ago
- 6621985 Add clang-tidy by Ed Tanous · 7 months ago
- b35d957 Enforce const correctness by Ed Tanous · 7 months ago
- 6981acb Fix warning by Ed Tanous · 7 months ago
- 1b9b906 README: remove Arm disclaimer by Patrick Williams · 7 months ago
- 1ee8ce2 OWNERS: add starting OWNERS file by Patrick Williams · 7 months ago
- b8b687c Format README.md by John Chung · 8 months ago
- 0b9c940 Fix compiler error : strict-aliasing by John Chung · 8 months ago
- abc62b8 Update meson build configuration by John Chung · 8 months ago
- 4e00d99 Clarify in Readme that the library is a PoC, not used in production by Jose Marinho · 8 months ago
- f8fc705 Formatting .c/.h files and fix memory leakage issues by John Chung · 8 months ago
- 044afd0 Formatting coding style by John Chung · 8 months ago
- 096597e Update .clang-format by John Chung · 8 months ago
- 197ea12 Move to meson build configuration by John Chung · 8 months ago
- 9415349 cper-parse: Make CPER reads relative to original fd location. by Lawrence Tang · 2 years, 4 months ago
- ef9a325 cper_generate: Add dynamic printing of section shortcodes. by Lawrence Tang · 2 years, 5 months ago
- 40519cb Add documentation for generator extensions. by Lawrence Tang · 2 years, 5 months ago
- 8f97745 Switch to modular includes for generator. by Lawrence Tang · 2 years, 5 months ago
- ea4b82b Add documentation on extending. by Lawrence Tang · 2 years, 5 months ago
- 73a523d Make Python binding compilation optional. by Lawrence Tang · 2 years, 5 months ago
- 1a77687 Stop tests running automatically on compile. by Lawrence Tang · 2 years, 5 months ago
- f72e81e Add library generation for cper-generate. by Lawrence Tang · 2 years, 5 months ago
- f1f3b83 Formatting fixes. by Lawrence Tang · 2 years, 5 months ago
- 580423f Shift section definitions into separate file, add testing. by Lawrence Tang · 2 years, 5 months ago
- 9748138 Add PoC reference to README. by Lawrence Tang · 2 years, 5 months ago
- 5202bbb Source json.h non-locally. by Lawrence Tang · 2 years, 5 months ago
- a10d910 Fix incorrect type/name on top level structure. by Lawrence Tang · 2 years, 5 months ago
- 2ca29e5 Add cross compile toolchains for arm & aarch64. by Lawrence Tang · 2 years, 5 months ago
- bb96230 Add Apache 2.0 license. by Lawrence Tang · 2 years, 5 months ago
- a4f662f Add testing for single section CPER. by Lawrence Tang · 2 years, 5 months ago
- 617949e Add CPER conversion for single section records. by Lawrence Tang · 2 years, 5 months ago
- 4d10698 Re-fix CMake fail on first build. by Lawrence Tang · 2 years, 5 months ago
- 0c912a4 Fix minor markdown error. by Lawrence Tang · 2 years, 5 months ago
- e31af62 Add dependency information to README. by Lawrence Tang · 2 years, 5 months ago
- 3b0eff7 Fix CMake quirk with missing -lpthreads. by Lawrence Tang · 2 years, 5 months ago
- 5f388a3 Fix minor generation bug, reformat CLI parsing. by Lawrence Tang · 2 years, 5 months ago
- 9aaf835 Switch to json-c 0.15 to avoid json-c#766. by Lawrence Tang · 2 years, 5 months ago
- efe17e2 Fix several review comments. by Lawrence Tang · 2 years, 5 months ago
- 71c70a3 Fix several review comments. by Lawrence Tang · 2 years, 5 months ago
- c5ffcec Remove empty task list. by Lawrence Tang · 2 years, 6 months ago
- 3592da7 Add human readable name to IA32x64 error info GUIDs. by Lawrence Tang · 2 years, 6 months ago
- e407b4c Partial reformat to kernel code style. by Lawrence Tang · 2 years, 6 months ago
- 12042d7 Generate Python bindings on build. by Lawrence Tang · 2 years, 6 months ago
- 0a4b3f2 Fix bugs appearing from fuzzing. by Lawrence Tang · 2 years, 6 months ago
- e29006a Remove outdated mention to AER. by Lawrence Tang · 2 years, 6 months ago
- 04750a9 Fix errata in IA32x64 processing. by Lawrence Tang · 2 years, 6 months ago
- 3ab351f Fix errors in CPER write, remove PCIe AER support. by Lawrence Tang · 2 years, 6 months ago
- 01e3a44 Fix IA32x64 pointer corruption, invalid generation on ARM. by Lawrence Tang · 2 years, 6 months ago
- aacf0e2 Add fixes based on test fuzzing. by Lawrence Tang · 2 years, 6 months ago
- cd50520 Add initial tests for binary equality. by Lawrence Tang · 2 years, 6 months ago
- fcb0919 Clear up from test addition. by Lawrence Tang · 2 years, 6 months ago
- 4237584 Fix various errata found from testing. by Lawrence Tang · 2 years, 6 months ago
- d34f2b1 Add test suite, fix a mountain of small errors. by Lawrence Tang · 2 years, 6 months ago
- de9707f Add generation for remaining, fix invalid fseek(). by Lawrence Tang · 2 years, 6 months ago
- 67cbed6 Squash minor ARM CPER issues, add ARM generation. by Lawrence Tang · 2 years, 6 months ago
- 775467d Fix generic section bitfield mistake. by Lawrence Tang · 2 years, 6 months ago
- 02c801a Add "cper-generate", update README, fix minor bugs. by Lawrence Tang · 2 years, 6 months ago
- 4ef0a0a Remove remnants of test information. by Lawrence Tang · 2 years, 6 months ago
- b8fa2f7 Add user space application. by Lawrence Tang · 2 years, 6 months ago
- aec8390 Add conversion for CXL protocol/component. by Lawrence Tang · 2 years, 6 months ago
- 205dd1d Add all DMAR, CCIX, PCI, firmware conversions. by Lawrence Tang · 2 years, 6 months ago
- 3b7f45b Add PCIe/memory CPER-JSON parsing. by Lawrence Tang · 2 years, 6 months ago
- c837fac Fix minor typo in JSON schema. by Lawrence Tang · 2 years, 6 months ago
- 71570a2 Add ARM CPER out, fix struct misalignment. by Lawrence Tang · 2 years, 6 months ago
- 7cd1390 Add partial ARM CPER-JSON support. by Lawrence Tang · 2 years, 6 months ago
- bd9a84a Complete IA32/x64 conversion. by Lawrence Tang · 2 years, 6 months ago
- d0c8884 Add partial IA32x64 CPER-JSON support. by Lawrence Tang · 2 years, 6 months ago
- 0cb3379 Add section descriptor parsing, generic processor error. by Lawrence Tang · 2 years, 6 months ago
- b44314c Add IR header conversion. by Lawrence Tang · 2 years, 6 months ago
- c481459 Add "additionalProperties" validation to validator. by Lawrence Tang · 2 years, 6 months ago
- 8f793ac Finish JSON validator, add debug out. by Lawrence Tang · 2 years, 6 months ago
- 45e04b0 Add array support to JSON validator. by Lawrence Tang · 2 years, 6 months ago
- 8a2d737 Add schema validator, make schemas root relative. by Lawrence Tang · 2 years, 6 months ago
- 079d581 Fix minor errors in spec, add JSON specification. by Lawrence Tang · 2 years, 6 months ago
- 2f49ac5 Add remainder of specification. by Lawrence Tang · 2 years, 6 months ago
- 347cbc1 Fix paste misplace. by Lawrence Tang · 2 years, 6 months ago
- cef2a59 Add remaining types bar CXL component to spec. by Lawrence Tang · 2 years, 6 months ago
- d0c225b Fix duplicated MRS fields in ARM section. by Lawrence Tang · 2 years, 6 months ago