- f309c48 tree schema UPDATE store typedef name in the compiled type by Michal Vasko · 10 months ago
- 8f702ee libyang UPDATE add prefix for common and config files by Michal Vasko · 9 months ago
- 193dacd plugins exts CHANGE ext parsing isolated into a callback by Michal Vasko · 2 years, 1 month ago
- 9c3556a plugins exts CHANGE custom cardinality support dropped by Michal Vasko · 2 years, 1 month ago
- d0625d7 parser REFACTOR unify context naming by Michal Vasko · 2 years, 1 month ago
- c0c64ae tree schema CHANGE plugin record in parsed extensions by Michal Vasko · 2 years, 1 month ago
- edb0fa5 structure FEATURE support for ietf-yang-structure-ext by Michal Vasko · 2 years, 1 month ago
- 6224d94 tree schema free REFACTOR silence coverity by Michal Vasko · 2 years, 2 months ago
- c636ea4 libyang REFACTOR use freeing context by Michal Vasko · 2 years, 2 months ago
- 12ef536 tests REFACTOR do not use static free functions by Michal Vasko · 2 years, 2 months ago
- 3ac60e5 tree schema free BUGFIX free all supported statements by Michal Vasko · 2 years, 2 months ago
- f8647fa tree schema free BUGFIX nesting error by Michal Vasko · 2 years, 2 months ago
- 26bbb27 build UPDATE uncrustify version 0.71 -> 0.75 by Michal Vasko · 2 years, 3 months ago
- dd6d5a3 tree schema BUGFIX always use main context by Michal Vasko · 2 years, 4 months ago
- d15c7de schema compile UPDATE use refcount for leafref realtypes by Michal Vasko · 2 years, 6 months ago
- 51de7b7 parser xml FEATURE validate eventTime value by Michal Vasko · 2 years, 7 months ago
- 3fedda1 tree schema UPDATE free empty identity array by Michal Vasko · 2 years, 8 months ago
- d6b5d4e tree schema BUGFIX do not access freed modules by Michal Vasko · 2 years, 8 months ago
- d84b813 libyang REFACTOR uninit var false positives by Michal Vasko · 2 years, 8 months ago
- 4f9da5e tree schema BUGFIX unlinking derived identities on error by Michal Vasko · 2 years, 8 months ago
- c53a7ec MSVC: handle symbol visibility by Jan Kundrát · 3 years ago
- 8a67eff parser FEATURE set of currently parsed modules by Michal Vasko · 3 years ago
- f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 3 years ago
- a0a498b libyang BUGFIX return from void functions by Michal Vasko · 3 years, 2 months ago
- d310504 schema free BUGFIX typo by Michal Vasko · 3 years, 2 months ago
- 04338d9 config REFACTOR built-in atomics implement memoery barrier by Michal Vasko · 3 years, 2 months ago
- 080064b tree schema REFACTOR use compiler atomics to avoid changing ABI by Michal Vasko · 3 years, 2 months ago
- babf0bd tree schema BUGFIX atomic refcount for types by Michal Vasko · 3 years, 2 months ago
- e02e740 schema compile UPDATE keep deviation not-supported nodes as disabled by Michal Vasko · 3 years, 4 months ago
- 8d4e75d parser BUGFIX memory-leak due to tpdfs_nodes by aPiecek · 3 years, 5 months ago
- ee75760 schema free CHANGE compiled and main module must be freed separately by Michal Vasko · 3 years, 5 months ago
- 856ea97 tree schema BUGFIX avoid accessing invalid pointers by Michal Vasko · 3 years, 5 months ago
- 60d9d67 extension FEATURE parsed tree in lysp_ext_instance by aPiecek · 3 years, 7 months ago
- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- 90ed21e schema CHANGE remove private_destructor parameter from ly_ctx_destroy() by Radek Krejci · 3 years, 7 months ago
- 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 7 months ago
- 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 8 months ago
- 2926c1b types CHANGE wrappers around internal functions handling prefix_data structure by Radek Krejci · 3 years, 8 months ago
- 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 8 months ago
- 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 8 months ago
- 9f87b0c schema REFACTOR rename argument member in extension definition by Radek Krejci · 3 years, 8 months ago
- 720d261 schema compile BUGFIX compiled relics when recompiling context by Radek Krejci · 3 years, 8 months ago
- 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 9 months ago
- 1b2eef8 extension instances CHANGE access to the extension instance's substatements by Radek Krejci · 3 years, 9 months ago
- fc2cd07 ext instance REFACTOR generic ext instance parsing by Michal Vasko · 3 years, 9 months ago
- e180ed0 dict FEATURE detect errors in lydict_remove by Michal Vasko · 3 years, 9 months ago
- 37a0fe6 schema free BUGFIX memory leak by Michal Vasko · 3 years, 9 months ago
- 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 10 months ago
- 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 10 months ago
- d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 10 months ago
- 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 10 months ago
- 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 10 months ago
- 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 10 months ago
- 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 10 months ago
- 47fab89 libyang CHANGE review header includes by Radek Krejci · 4 years ago
- 15f10ab schema CHANGE remove lysp_type_free() from the public API by Radek Krejci · 4 years ago
- 539c4a6 schema free MAINTENANCE safety check by Michal Vasko · 4 years ago
- 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
- 5d24f6c libyang REFACTOR use lysp_module instead of lys_module as mod_def by Michal Vasko · 4 years, 1 month ago
- ceab6dd schema tree FEATURE when in compiled actions and notifs by Michal Vasko · 4 years, 1 month ago
- 6973015 uncrustify FORMAT set various uncrustify options by Michal Vasko · 4 years, 1 month ago
- c3781c3 schema tree REFACTOR compatibility of lysp_module and lysp_submodule by Michal Vasko · 4 years, 1 month ago
- feca4fb plugins types REFACTOR split store callback into store and resolve cb (#1220) by Michal Vasko · 4 years, 1 month ago
- 7f45cf2 libyang REFACTOR applying deviations, augments, and refines (#1217) by Michal Vasko · 4 years, 1 month ago
- 80d281e schema tree CHANGE keep compiled identities on a single place by Radek Krejci · 4 years, 2 months ago
- 14915cc schema tree CHANGE keep compiled features on a single place by Radek Krejci · 4 years, 2 months ago
- 20424b4 schema tree REFACTOR compile case like a general node by Michal Vasko · 4 years, 2 months ago
- 1deb5be libyang REFACTOR use size-specific int types instead of generic types (#1177) by Radek Krejci · 4 years, 3 months ago
- 22df3f0 uncrustify FEATURE all spacing connected to * by Michal Vasko · 4 years, 3 months ago
- d989ba0 uncrustify FEATURE control stmt spacing options by Michal Vasko · 4 years, 3 months ago
- 0f96988 libyang FORMAT uncrustify format of all sources by Radek Krejci · 4 years, 3 months ago
- c5a2283 libyang REFACTOR config.h code split by Michal Vasko · 4 years, 3 months ago
- ba99a3e plugin types REFACTOR remove STORE and CANONIZE flags by Michal Vasko · 4 years, 3 months ago
- b915ac9 schema BUGFIX freeing compiled type structure by Radek Krejci · 4 years, 3 months ago
- 7c8439f printers FEATURE submodule print by Michal Vasko · 4 years, 3 months ago
- fd69e1d libyang REFACTOR rename sized array size to count by Michal Vasko · 4 years, 4 months ago
- 33ff942 schema tree FEATURE pre-compile identities by Michal Vasko · 4 years, 4 months ago
- ad97c5f libyang BUGFIX cleanup of headers includes by Radek Krejci · 4 years, 4 months ago
- a3af598 schema tree FEATURE store augmented_by modules by Michal Vasko · 4 years, 5 months ago
- 004d315 path FEATURE new compiled path structure (#1108) by Michal Vasko · 4 years, 5 months ago
- 535ea9f libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098) by Radek Krejci · 4 years, 6 months ago
- 57c10cd context FETAURE yang-library data generation by Michal Vasko · 4 years, 6 months ago
- 7eb54ba libyang CHANGE use LY_ARRAY_SIZE_TYPE for iterator variables in LY_TREE_FOR by Radek Krejci · 4 years, 6 months ago
- b36053d parser xml CHANGE major refactorization by Michal Vasko · 4 years, 8 months ago
- 4a19ab0 tree schema BUGFIX check for NULL extension definition before free by Juraj Vijtiuk · 4 years, 8 months ago
- 5fe75f1 schema tree CHANGE remove compiled ext defs arrays by Michal Vasko · 4 years, 8 months ago
- 6f4cbb6 tests NEW xml printer defaults by Michal Vasko · 4 years, 9 months ago
- ebc5057 tree schema BUGFIX unknown extension instance free coredump by fredgan · 5 years ago
- ad5963b extensions CHANGE metadata substatements by Radek Krejci · 5 years ago
- 38d8536 annotation CHANGE WIP parsing XML attributes as YANG metadata annotations by Radek Krejci · 5 years ago
- 346fe75 Merge branch 'libyang2' of https://github.com/CESNET/libyang into libyang2 by Radek Krejci · 5 years ago
- 0935f41 extensions FEATURE YANG extension plugins support with NACM as proof-of-concept by Radek Krejci · 5 years ago
- 964877a Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- 1b62312 schema parsers CHANGE make lys_parse_mem functions compatible with yin_parser_ctx by David Sedlák · 5 years ago
- 8985a14 yin parser CHANGE add interface functions for module and submodule parsing by David Sedlák · 5 years ago
- 0fe9b51 schema compile CHANGE order keys at the beginning of the children list by Radek Krejci · 5 years ago
- ebd3acf schema parsers CHANGE add free functions for contexts by David Sedlák · 5 years ago
- 7f2b6ca Merge remote-tracking branch 'upstream/libyang2' into libyang2 by David Sedlák · 5 years ago
- 298ff6d yin parser CHANGE add support for submodule element by David Sedlák · 5 years ago
- d0ef1af schema compile CHANGE remember the module where default value was defined by Radek Krejci · 5 years ago