1. 98fb0d0 c++ BUGFIX derived bit type value printing (#1270) by Václav Kubernát · 4 years ago cesnet/fix-bits
  2. a39c919 c++ MAINTENANCE use bool return type (#1255) by Václav Kubernát · 4 years, 1 month ago
  3. 1913dfc python binding BUGFIX global python lock + Data_Node missing .reset() (#1182) by johnbeckettn2e · 4 years, 3 months ago
  4. 4313294 c++ BUGFIX uninitialized var use by Michal Vasko · 4 years, 4 months ago
  5. 922886b c++ BUGFIX always use pointers as private attributes by Michal Vasko · 4 years, 4 months ago
  6. 03db06b Use -Og instead of -O0 for debug builds by Ondřej Surý · 4 years, 5 months ago
  7. 9267156 c++ FEATURE allow constructing Submodule from Module (#1085) by Václav Kubernát · 4 years, 6 months ago cffi_bindings
  8. 09aa184 c++ BUGFIX value_type() return value type (#1078) by Andrei Pavel · 4 years, 7 months ago
  9. 5473e60 Change Value::dec64 to also return fraction digits by Václav Kubernát · 4 years, 10 months ago
  10. 817dec1 cpp wrapper: name the Value::uint32 correctly by Pieter Lexis · 4 years, 10 months ago
  11. 9ddad98 swig CHANGE always find python interpreter first by Michal Vasko · 4 years, 10 months ago
  12. 79b0392 fixup! data tree CHANGE do not cache leafref targets by Michal Vasko · 4 years, 11 months ago
  13. 57d9043 C++ BUGFIX Vector with bitset contains twice more items than exists by Drazil Jan · 5 years ago
  14. b4a4912 c++ CHANGE support for bits in data node values by Michal Vasko · 5 years ago
  15. c5e4a5d Add libyang::Module::implemented method by Václav Kubernát · 5 years ago
  16. 94c58bb c++ BUGFIX remove invalid function by Michal Vasko · 5 years ago
  17. 36385cb c++ CHANGE new API function for iffeature value checking by Michal Vasko · 5 years ago
  18. 099c232 Fix libyang::Iffeature::features by Václav Kubernát · 5 years ago cesnet/2019-11-04-iffeatures
  19. 6ba539f C++ BUGFIX fix ternary operator in Context::get_node by Václav Kubernát · 5 years ago
  20. a35c8db C++ bindings BUGFIX review checking for the required parameters by Radek Krejci · 5 years ago
  21. 849287a travis CHANGE update to bionic 18.04 by Michal Vasko · 5 years ago
  22. 7b0c8ff fixup! travis CHANGE add builds on ARM64 by Michal Vasko · 5 years ago
  23. 403a737 python examples CHANGE remove unnecessary assignments by Radek Krejci · 5 years ago
  24. 5f19960 swig DOC clarify which dir to be to build python bindings by Michal Vasko · 6 years ago
  25. d426c46 swig BUGFIX use full soversion for cpp bindings by Michal Vasko · 6 years ago
  26. bf1aa13 swig/cpp: add functions enable/disable/state for features by YohanPipereau · 6 years ago
  27. 4172674 build CHANGE swig is not required for c++ bindings by Michal Vasko · 6 years ago
  28. eca832f Fix member initialization by Jan Kundrát · 6 years ago cesnet/2019-03-12--non-virtual-dtor
  29. 5b0a980 c++: Virtual methods require a virtual destructor by Jan Kundrát · 6 years ago
  30. 0a5792b C++: Add value getter to Data_Node_Anydata by Václav Kubernát · 6 years ago
  31. 579add8 fix licence info in some python files by Matija Amidzic · 6 years ago
  32. 4ef9212 Merge pull request #625 from sartura/unit-tests2-python by Michal Vasko · 6 years ago
  33. 59a1468 Python: extend unit tests by Matija Amidzic · 6 years ago
  34. 6c3a4dd C++: fix a memory leak in dup_to_ctx by Matija Amidzic · 6 years ago
  35. 8270548 C++: Extend unit tests by Matija Amidzic · 6 years ago
  36. b552d9f C++: fix testing framework by Matija Amidzic · 6 years ago
  37. 9213101 C++: fix a memory leak in dup_to_ctx by Matija Amidzic · 6 years ago
  38. 1faf489 shall use standard fileno(3) instead of unportable _fileno. by Alexandre Snarskii · 6 years ago
  39. 4bf40f0 C++: Fix nested callbacks when requesting modules by Jan Kundrát · 6 years ago
  40. ae867d8 C++: work with no custom deleter for schema callbacks by Jan Kundrát · 6 years ago
  41. 2d403cf C++-ish way of reading module data via callbacks by Jan Kundrát · 6 years ago
  42. 7cd82aa Change constness of the data returned by module implementation callbacks by Jan Kundrát · 6 years ago
  43. ec11af6 Pass the original user_data to the deleter function by Jan Kundrát · 6 years ago
  44. 7743f1f rename java package from com.cesnet to org.cesnet by Enbo Zhang · 6 years ago
  45. 4e5342d fix "The Travis CI build failed" bug by Enbo Zhang · 6 years ago
  46. e6feba8 add ALL option to fix "The Travis CI build failed" bug by Enbo Zhang · 6 years ago
  47. 3703ec5 add java test and README.md by Enbo Zhang · 6 years ago
  48. 7056e64 add swig java support by Enbo Zhang · 6 years ago
  49. 7156a30 add method to get definition of the instantiated extension by Enbo Zhang · 6 years ago
  50. 058692b fix segmentation error caused by methods such as parse_data_path in some cases by Enbo Zhang · 6 years ago
  51. c06bbbf Merge remote-tracking branch 'sartura/swig_travis' into cpp-namespace by Jan Kundrát · 6 years ago
  52. 1ec78bd swig: set min version to 3.0.12 by Mislav Novakovic · 6 years ago
  53. d25c030 Merge pull request #597 from sartura/python-callback by Radek Krejci · 6 years ago
  54. af19ff9 python CHANGE improve import_callback example for python by Radek Krejci · 6 years ago
  55. d93bcad python: implemented set_module_imp_clb by Mislav Novakovic · 6 years ago
  56. 2e6af7d Merge pull request #590 from sartura/python-bugfix by Michal Vasko · 6 years ago
  57. d9f8036 python: in examples use LYD_LYB format by Mislav Novakovic · 6 years ago
  58. ca78a64 swig CHANGE add missing binding functions to set context's options by Radek Krejci · 6 years ago
  59. d01eede SWIG: implement libyang namespace into SWIG by Mislav Novakovic · 6 years ago
  60. c2d04c6 C++: return vector value instead of vector pointer by Mislav Novakovic · 6 years ago
  61. 79ee800 C++: Wrap all symbols in the libyang namespace by Jan Kundrát · 6 years ago
  62. 9fd1148 C++: allocate std::vector on stack instead of heap by Mislav Novakovic · 6 years ago
  63. 30286c5 C++: bugfix typo by Mislav Novakovic · 6 years ago
  64. 6edfece C++: bugfix in Schema_Node_Leaf::is_key() by Mislav Novakovic · 6 years ago
  65. 1aa8335 C++: implemented lyd_dup_withsiblings by Mislav Novakovic · 6 years ago
  66. d6a3b4a doxygen BUGFIX ly_ctx structure reference by Radek Krejci · 6 years ago
  67. ddb2d48 doxygen: add C++ ducumentation by Mislav Novakovic · 6 years ago
  68. 5a8213f Merge branch 'devel' into json_schema_printer by Radek Krejci · 6 years ago
  69. 199b42d cmake: fix CXXFLAGS setup by Jan Kundrát · 6 years ago cesnet/2018-08-02
  70. 9bf673f C++: Do not use CFLAGS as flags for the C++ compiler by Jan Kundrát · 6 years ago
  71. 5b39e1d C++: classes with virtual methods typically need a virtual dtor by Jan Kundrát · 6 years ago
  72. c92e2e0 Fix warnings in C++ bindings by Jan Kundrát · 6 years ago
  73. 50c49e4 bindings FEATURE support target when printing schema by Radek Krejci · 6 years ago
  74. 4ab0ff6 SWIG: remove cmake warning by Mislav Novakovic · 6 years ago
  75. acc5772 SWIG: make python versin switching easier by Mislav Novakovic · 6 years ago
  76. 87c32fc Merge pull request #524 from jktjkt/cpp-pkgconfig by Michal Vasko · 6 years ago
  77. 0d6ef227 Install a pkgconfig file for C++ bindings by Jan Kundrát · 6 years ago
  78. 11edb00 fixup! libyang CHANGE refactor flag names and attributes holding them by Michal Vasko · 6 years ago
  79. de73148 javascript: fix docker issues by Mislav Novakovic · 6 years ago
  80. 70ade69 set SWIG requirement to 3.0.0 by Mislav Novakovic · 6 years ago
  81. 44657d3 fix compiler warning on static build by Mislav Novakovic · 6 years ago
  82. a6e4fea add cmake messages for static build by Mislav Novakovic · 6 years ago
  83. 3ad8460 javascript: update bindings with static build and C++ by Mislav Novakovic · 6 years ago
  84. acb217f javascript: update bindings with static build and C++ by Mislav Novakovic · 6 years ago
  85. 055fc2a python: disable on static build by Mislav Novakovic · 6 years ago
  86. 7073ef5 C++: fix static compile in C++ by Mislav Novakovic · 6 years ago
  87. b453512 C++: remove namespace from examples by Mislav Novakovic · 6 years ago
  88. 7c1cd13 Fix build of C++ tests by Jan Kundrát · 6 years ago
  89. 45c96de Merge branch 'unit_test_cpp' of https://github.com/sartura/libyang into sartura-unit_test_cpp by Radek Krejci · 7 years ago
  90. 75ccf8d C++: change used libyang API for dup() by Mislav Novakovic · 7 years ago
  91. 655ad5c fixup! libyang CHANGE split type base and type flags by Michal Vasko · 7 years ago type_flags
  92. 70bf8e5 libyang CHANGE split type base and type flags by Michal Vasko · 7 years ago
  93. 686dc83 C++: update unit tests so they work on travis by Mislav Novakovic · 7 years ago
  94. 7ad86df Python: bug fixes by Mislav Novakovic · 7 years ago
  95. 8141645 C++: change dup() function logic by Mislav Novakovic · 7 years ago
  96. 7e322e7 C++: bug fix in memory management by Mislav Novakovic · 7 years ago
  97. ee68d67 C++: refactor exception handling in unit tests by Mislav Novakovic · 7 years ago
  98. deed9cf C++: bugfix in Derived class constructor by Mislav Novakovic · 7 years ago
  99. 25a4063 C++: update API by Mislav Novakovic · 7 years ago
  100. 43d4ea3 C++: fix C++ path in tests by Mislav Novakovic · 7 years ago