1. 17e0bad schema compile OPTIMIZE use lydict_dup for schema parsing by Michal Vasko · 9 weeks ago
  2. 4ed3bd5 schema compile UPDATE dedicated when unres structure by Michal Vasko · 2 years ago
  3. 086a38b schema compile BUGFIX compiled exts array from several parsed exts by Michal Vasko · 2 years ago
  4. c621d86 schema compile BUGFIX parent of duplicate ext instance by Michal Vasko · 2 years ago
  5. a0ba01e structure FEATURE support for augment-structure by Michal Vasko · 2 years, 1 month ago
  6. 193dacd plugins exts CHANGE ext parsing isolated into a callback by Michal Vasko · 2 years, 1 month ago
  7. b475096 tree schema REFACTOR move ext definitions to plugins_exts header by Michal Vasko · 2 years, 1 month ago
  8. edb0fa5 structure FEATURE support for ietf-yang-structure-ext by Michal Vasko · 2 years, 1 month ago
  9. c636ea4 libyang REFACTOR use freeing context by Michal Vasko · 2 years, 2 months ago
  10. 26bbb27 build UPDATE uncrustify version 0.71 -> 0.75 by Michal Vasko · 2 years, 3 months ago
  11. 899c7ce schema compile BUGFIX duplicate parsed ext child stmt by Michal Vasko · 2 years, 9 months ago
  12. f4fa90d schema compile FEATURE disabled bits/enums unres by Michal Vasko · 3 years ago
  13. c130e16 schema compile FEATURE status checks for deviated definitions by Michal Vasko · 3 years, 1 month ago
  14. 704f8e9 libyang MAINTENANCE header file dependencies by aPiecek · 3 years, 3 months ago
  15. f4a0a19 schema compile BUGFIX if-feature in identity by aPiecek · 3 years, 3 months ago
  16. 6b3d542 tree schema BUGFIX compilation of identities moved by aPiecek · 3 years, 3 months ago
  17. 22b2622 schema compile BUGFIX persistent global unres by Michal Vasko · 3 years, 3 months ago
  18. 709f9a5 tree schema BUGFIX separate single-item dep set creation by Michal Vasko · 3 years, 4 months ago
  19. 6598824 schema compile DOC do not link static functions by Michal Vasko · 3 years, 4 months ago
  20. 84d7fd7 doc BUGFIX internal docs' issues reported by doxygen by Radek Krejci · 3 years, 4 months ago
  21. c6526b4 schema compile FEATURE check of disabled leafref by aPiecek · 3 years, 4 months ago
  22. 41369bd schema compile DOC fix default value simplementing new modules by Michal Vasko · 3 years, 5 months ago
  23. 50bc09a schema tree REFACTOR function renaming by Michal Vasko · 3 years, 5 months ago
  24. f4258e1 schema compile FEATURE introduction of dependency sets by Michal Vasko · 3 years, 5 months ago
  25. a9f807e schema compile REFACTOR split implementing and compiling schemas by Michal Vasko · 3 years, 5 months ago
  26. 19a0902 schema compile DOC authors and years updated by Michal Vasko · 3 years, 5 months ago
  27. d39bea4 schema compile REFACTOR use to_compile flags instead full_compilation by Michal Vasko · 3 years, 5 months ago
  28. 7c56592 schema compile REFACTOR schema compile context options renamed by Michal Vasko · 3 years, 5 months ago
  29. 0203b6c schema compile REFACTOR lys_compile improvements by Michal Vasko · 3 years, 5 months ago
  30. df6319c schema compile FEATURE support for glob unres reset by Michal Vasko · 3 years, 5 months ago
  31. ddc001b schema compile REFACTOR remove unres recompile flag by Michal Vasko · 3 years, 5 months ago
  32. 6533388 schema compile REFACTOR implement flag meaning changed by Michal Vasko · 3 years, 5 months ago
  33. e8220db schema compile OPTIMIZE separate tasks performed only once by Michal Vasko · 3 years, 5 months ago
  34. 40c158c schema compile BUGFIX sooner recompilation by Michal Vasko · 3 years, 7 months ago
  35. 8df109d libyang REFACTOR rename LY_PREFIX_FORMAT values by Radek Krejci · 3 years, 7 months ago
  36. 30ab8e7 schema compile CHANGE move disabled nodes to global unres by Michal Vasko · 3 years, 7 months ago
  37. 1ccbf54 schema CHANGE more strict recompilation rules by Michal Vasko · 3 years, 7 months ago
  38. 7711410 libyang MAINTENANCE cleanup header includes by Radek Krejci · 3 years, 8 months ago
  39. 5f9a367 extensions CHANGE cleanup API of the schema compiler for extension plugins by Radek Krejci · 3 years, 8 months ago
  40. 859a15a libyang REFACTOR separate macros to edit sized arrays and linked list by Radek Krejci · 3 years, 8 months ago
  41. ab43086 schema CHANGE remove LYEXT_PARENT duplicating ly_stmt by Radek Krejci · 3 years, 8 months ago
  42. af0548b schema FEATURE allow ignore if-feature statement via compile flag by Radek Krejci · 3 years, 9 months ago
  43. 6b88a46 schema CHANGE integrate statement parser with the compilation process by Radek Krejci · 3 years, 9 months ago
  44. 91531e1 schema REFACTOR compiling nodes' flags by Radek Krejci · 3 years, 9 months ago
  45. d1e53b9 libyang FEATURE new flags for schema nodes in operations by Michal Vasko · 3 years, 10 months ago
  46. 771928a schema parsers BUGFIX handling includes in submodules by Radek Krejci · 3 years, 10 months ago
  47. b8df576 schema compile BUGFIX set context modules for uses augment/refine by Michal Vasko · 3 years, 10 months ago
  48. 405cc9e schema compile FEATURE two step unres resolution by Michal Vasko · 4 years ago
  49. 47fab89 libyang CHANGE review header includes by Radek Krejci · 4 years ago
  50. 5347e3a compile schema REFACTOR simplify compile array macros by Michal Vasko · 4 years ago
  51. 916aefb schema compile REFACTOR recompilation function by Michal Vasko · 4 years ago
  52. 7b1ad1a schema tree REFACTOR evaluate features during compilation by Michal Vasko · 4 years ago
  53. 25d6ad0 context FEATURE flag for implementing referenced modules by Michal Vasko · 4 years, 1 month ago
  54. 8678fa4 doc FEATURE high level documentation including transition manual by Radek Krejci · 4 years, 3 months ago
  55. 1a7a7bd tree schema compile REFACTOR file split into 3 files by Michal Vasko · 4 years, 1 month ago