1. b4e5b18 Cleanup formatting by Václav Kubernát · 3 years, 8 months ago
  2. dab73ca Add parser support for bits by Václav Kubernát · 3 years, 8 months ago
  3. a878960 Add datastore support for YANG actions by Václav Kubernát · 4 years ago
  4. faacd02 Get rid of push_back in favor of emplace_back by Václav Kubernát · 4 years ago
  5. 7aaf6dc YangSchema: Throw on enabling invalid features by Václav Kubernát · 4 years ago
  6. f44bdda Fix YangSchema::enableFeature segfault on invalid modules by Václav Kubernát · 4 years ago
  7. ed824d0 Move all pretty printers to pretty_printers.hpp by Václav Kubernát · 4 years, 1 month ago
  8. 1dc9e3e tests: Fix yang if-feature enum test by Václav Kubernát · 4 years, 1 month ago
  9. e811bfa Remove Schema::is* methods by Václav Kubernát · 4 years, 1 month ago
  10. 912b949 Remove unused overloads in Schema by Václav Kubernát · 4 years, 1 month ago
  11. 5b8a8f3 Add support for leaflist by Václav Kubernát · 4 years, 1 month ago
  12. 8dae89a Remove empty SECTION by Václav Kubernát · 4 years, 1 month ago
  13. 76ba4ec Fix leafTypeName returning names of primitive types by Václav Kubernát · 4 years, 2 months ago
  14. 379bb57 Add support for `empty` YANG leaf type by Jan Kundrát · 4 years, 2 months ago
  15. 82d7463 Fix availableNodes behavior when dealing with submodules by Václav Kubernát · 4 years, 2 months ago
  16. aaafeae Add more types to YangSchema::nodeType by Václav Kubernát · 4 years, 2 months ago
  17. 95b0887 Change return value of Schema::childNodes by Václav Kubernát · 4 years, 2 months ago
  18. 3a823f4 Merge Schema::childNodes and Schema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  19. a1c4c9e Add info about status to describe by Václav Kubernát · 4 years, 2 months ago
  20. b1a75c6 Add info about default values to describe by Václav Kubernát · 4 years, 2 months ago
  21. bd0d5c8 Add test for YangSchema::moduleNodes by Václav Kubernát · 4 years, 2 months ago
  22. 0599e9f Add info about config false leafs to describe by Václav Kubernát · 4 years, 2 months ago
  23. 13b23d7 Rework Schema::units into Schema::leafType by Václav Kubernát · 4 years, 3 months ago
  24. 2984f44 Add support for union leafs by Václav Kubernát · 4 years, 4 months ago
  25. 3a99f00 Rework yang::LeafDataType by Václav Kubernát · 4 years, 3 months ago
  26. b6d0275 Add leafref test for YangSchema::leafType by Václav Kubernát · 4 years, 3 months ago
  27. da7fdda Merge support for the `desc` command by Jan Kundrát · 4 years, 4 months ago
  28. 70c10a6 Merge "Skip rpc nodes in YangSchema::childNodes" by Jan Kundrát · 4 years, 4 months ago
  29. bd5e3c2 Add leafrefPath(const std::string&) by Václav Kubernát · 4 years, 4 months ago
  30. 1e09bd6 Add node-info getters to Schema by Václav Kubernát · 4 years, 5 months ago
  31. fa81c8c Skip rpc nodes in YangSchema::childNodes by Václav Kubernát · 4 years, 5 months ago
  32. 34ee85a Add Schema::nodeType method by Václav Kubernát · 4 years, 4 months ago
  33. 26b5608 Rename .h header files to .hpp by Václav Kubernát · 4 years, 5 months ago
  34. efcac93 Merge pathToAbsoluteSchemaString and pathToSchemaString by Václav Kubernát · 4 years, 6 months ago
  35. b52dc25 Fix NetconfAccess not being able to fetch submodules by Václav Kubernát · 4 years, 7 months ago
  36. 75877de Remove first argument of Schema::isModule by Václav Kubernát · 4 years, 7 months ago
  37. 90de950 Fix formatting by Václav Kubernát · 4 years, 7 months ago
  38. a38d417 Filter disabled enums in YangSchema::enumValues by Václav Kubernát · 4 years, 8 months ago
  39. 47a3f67 Fix YangSchema::childNodes with paths with choice by Václav Kubernát · 4 years, 8 months ago
  40. 280df4a Fix handling of choice statements in YangSchema by Václav Kubernát · 4 years, 8 months ago
  41. 88c78ca Implement int8, uint8, int16, uint16, int64, uint64 types by Ivona Oboňová · 5 years ago
  42. 7d82da7 Fix groupings not being properly resolved by Václav Kubernát · 5 years ago
  43. 0063495 Merge "Add support for identityref data type" by Václav Kubernát · 5 years ago
  44. eeb3884 Add support for identityref data type by Václav Kubernát · 5 years ago
  45. a33cf08 Migrate from Catch to Doctest by Jan Kundrát · 5 years ago
  46. 4f77a25 Change how path completion suggests nodes by Václav Kubernát · 5 years ago
  47. 2eaceb8 Split path_ into schemaPath_ and dataPath_ by Václav Kubernát · 6 years ago
  48. 6a713d6 Fix setting enums that are typedefs by Václav Kubernát · 6 years ago
  49. e7d4aea Add recursive ls by Václav Kubernát · 6 years ago
  50. 0d4db44 Implement YangSchema subclass by Václav Kubernát · 6 years ago