- 8e35138 schema compile BUGFIX removed assert by aPiecek · 3 years, 4 months ago
- a6cf80a schema compile BUGFIX deviate remove shorthand case by Michal Vasko · 3 years, 5 months ago
- dfd254d schema compile BUGFIX proper when status inheriting by Michal Vasko · 3 years, 5 months ago
- ed725d7 schema compile BUGFIX leafref non-prefixed node module by Michal Vasko · 3 years, 5 months ago
- 7c56592 schema compile REFACTOR schema compile context options renamed by Michal Vasko · 3 years, 5 months ago
- 8f49075 libyang BUGFIX do not include non-standard headers by Michal Vasko · 3 years, 5 months ago
- aa320c9 printer tree BUGFIX status copy in implicit case by aPiecek · 3 years, 6 months ago
- 082c7dc printer tree BUGFIX implicit case in compiled tree by aPiecek · 3 years, 6 months ago
- 32874e1 build BUGFIX fix BSD builds, again, and cleanup by Christian Hopps · 3 years, 6 months ago
- 1c4da36 libyang BUGFIX setting the return code by aPiecek · 3 years, 6 months ago
- f994364 libyang CHANGE add LY_VALUE_LYB by Radek Krejci · 3 years, 7 months ago
- 224d4b4 libyang CHANGE add LY_VALUE_CANON by Radek Krejci · 3 years, 7 months ago
- 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
- 30ab8e7 schema compile CHANGE move disabled nodes to global unres by Michal Vasko · 3 years, 7 months ago
- 9922ea9 context FEATURE added LY_CTX_SET_PRIV_PARSED by aPiecek · 3 years, 7 months ago
- 5676f4e schema compile CHANGE remove possibly false-positive warnings by Michal Vasko · 3 years, 7 months ago
- e78faec data tree FEATURE support for lists with duplicate instances by Michal Vasko · 3 years, 7 months ago
- 0aa1f70 libyang MAINTENANCE headers includes cleanup by Radek Krejci · 3 years, 7 months ago
- 4f2e3e5 extensions CHANGE use the validate callback of extension plugin by Radek Krejci · 3 years, 7 months ago
- 0b01330 plugins CHANGE unify naming in plugins API by Radek Krejci · 3 years, 7 months ago
- bf940f9 plugins FEATURE manual loading of external plugins by Radek Krejci · 3 years, 8 months ago
- 3e6632f plugins CHANGE redesign lists of internal extension/type plugins by Radek Krejci · 3 years, 8 months ago
- 04699f0 types CHANGE redefine ly_data_type2str[] by Radek Krejci · 3 years, 8 months ago
- 0fe25a9 schema BUGFIX fix bits sorting by Radek Iša · 3 years, 8 months ago
- dafed22 build CHANGE work with earlier pcre2 library version by Christian Hopps · 3 years, 8 months ago
- 18c9916 types REFACTOR unify naming and organize header for types 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
- 5240920 schema MAINTENANCE code formatting 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
- 422afb1 libyang BUGFIX strictly cast lnegths to int for "%.*s" format strings 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
- ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 8 months ago
- a601699 schema BUGFIX do not cast extension instance to lysc_node by Radek Krejci · 3 years, 8 months ago
- 5fa32a3 extensions FEATURE yang-data extension implementation by Radek Krejci · 3 years, 9 months ago
- af0548b schema FEATURE allow ignore if-feature statement via compile flag by Radek Krejci · 3 years, 9 months ago
- 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 9 months ago
- 078e434 schema tree BUGFIX nodes name collision detection by Radek Krejci · 3 years, 9 months ago
- e16c7b7 data tree CHANGE remove implicit presence containers by Michal Vasko · 3 years, 8 months ago
- 91531e1 schema REFACTOR compiling nodes' flags by Radek Krejci · 3 years, 9 months ago
- 7cfa961 schema tree FEATURE add flag to indicate explicit PRESENCE flag by Christian Hopps · 3 years, 9 months ago
- a99b357 schema compile REFACTOR always use pmod from type by Michal Vasko · 3 years, 9 months ago
- 06e831d compile schema BUGFIX current module for type resolution by Michal Vasko · 3 years, 9 months ago
- e17ff5f schema compile BUGFIX typo by Michal Vasko · 3 years, 9 months ago
- b322b7d schema compile BUGFIX avoid traversing an invalid node by Michal Vasko · 3 years, 9 months ago
- 9149efd schema compile BUGFIX typo by Michal Vasko · 3 years, 9 months ago
- 544e58a schema tree BUGFIX input/output nodes should not be skipped by Michal Vasko · 3 years, 9 months ago
- 14ed9cd libyang REFACTOR general cast cleanup by Michal Vasko · 3 years, 9 months ago
- d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 9 months ago
- 9a3823e schema CHANGE move when statement from common schema node structure by Radek Krejci · 3 years, 9 months ago
- 01180ac schema CHANGE unify naming of children nodes in schema nodes by Radek Krejci · 3 years, 9 months ago
- 2a9fc65 schema CHANGE unify actions, inouts and notification with lys*_node by Radek Krejci · 3 years, 10 months ago
- d09b762 schema tree BUGFIX case nodes should inherit config by Michal Vasko · 3 years, 10 months ago
- f5d2daa schema compile FORMAT minor issues by Michal Vasko · 3 years, 10 months ago
- abd33a4 schema compile BUGFIX searching for groupings from submodules by Radek Krejci · 3 years, 10 months ago
- 7224488 schema compile BUGFIX getting parent of in/out nodes by Michal Vasko · 3 years, 10 months ago
- d865572 schema compile BUGFIX handle recursive augments/refines by Michal Vasko · 3 years, 10 months ago
- 2efc45b libyang REFACTOR simplify logging and extend location information by Radek Krejci · 3 years, 11 months ago
- 190ee9d schema compile CHANGE more specific error message when compiling leaf-list by Radek Krejci · 3 years, 10 months ago
- 79135ae libyang FORMAT uncrustify format fixes by Michal Vasko · 3 years, 11 months ago
- 6a20569 libyang CHANGE remove rarely used macro by Radek Krejci · 4 years ago
- c7d13e3 tree CHANGE test for NULL in LY_ARRAY_COUNT() macro by Radek Krejci · 4 years ago
- f13b87b libyang REFACTOR avoid constant literals by Radek Krejci · 4 years ago
- 430a558 libyang MAINTENANCE variable initiation to silence compiler's warnings by Radek Krejci · 4 years ago
- 2b71ab5 schema compile BUGFIX missing Specials pattern character class by Michal Vasko · 4 years ago
- c0792ca compile schema FEATURE store cur mod for leafrefs by Michal Vasko · 4 years ago
- 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 4 years ago
- ca013ee schema compile BUGFIX fix owerflow uint32_t when LY_TYPE_BITS compiling by Radek Iša · 4 years ago
- 038b60d schema compile BUGFIX fix owerflow int32_t when LY_TYPE_ENUM compiling by Radek Iša · 4 years ago
- 12606ee schema compile REFACTOR resolve unres at the end of module compilation by Michal Vasko · 4 years ago
- f8dc59a libyang BUGFIX set feature macro for strdup() on OSX by Radek Krejci · 4 years ago
- f01fd0b schema compile REFACTOR code duplication by Michal Vasko · 4 years ago
- 2b18bf1 libyang MAINTENANCE uninitializes variables in optimized code by Radek Krejci · 4 years ago
- 47fab89 libyang CHANGE review header includes by Radek Krejci · 4 years ago
- 5347e3a compile schema REFACTOR simplify compile array macros by Michal Vasko · 4 years ago
- b2d55bf schema compile REFACTOR remove lysp_module_find_prefix by Michal Vasko · 4 years ago
- 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
- bd6de2b tree schema REFACTOR remove parsed node pointer by Michal Vasko · 4 years, 1 month ago
- 208a04a schema tree FEATURE tree dfs makro no longer skips inout nodes by Michal Vasko · 4 years, 1 month ago
- 75620aa schema compile BUGFIX anyxml/anydata use warning by Michal Vasko · 4 years, 1 month ago
- afac782 libyang REFACTOR printer -> in, parser -> out by Michal Vasko · 4 years, 1 month ago
- 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years, 1 month ago