- a18b519 Add ABI dump for libyang.so.1.8.4 by Ondřej Surý · 4 years, 5 months ago
- 0547d26 Enable ABI Laboratory tools to check for changes in the API/ABI by Ondřej Surý · 4 years, 5 months ago
- 03db06b Use -Og instead of -O0 for debug builds by Ondřej Surý · 4 years, 5 months ago
- bc00cdc Merge pull request #1137 from 6WIND/rm-python-cffi by Michal Vasko · 4 years, 5 months ago
- a199861 bindings CHANGE remove python CFFI bindings by Robin Jarry · 4 years, 5 months ago
- d01aba9 Merge pull request #1136 from CESNET/implement_order by Michal Vasko · 4 years, 5 months ago
- 53bb074 VERSION bump to version 1.0.184 by Michal Vasko · 4 years, 5 months ago
- 0a47972 SOVERSION bump to version 1.9.2 by Michal Vasko · 4 years, 5 months ago
- 6130b11 resolve BUGFIX implement modules after augments by Michal Vasko · 4 years, 5 months ago
- 53d7689 parser xml BUGFIX action namespace check (#1133) by Fred Gan · 4 years, 5 months ago
- 1adc3e5 VERSION bump to version 1.0.183 by Michal Vasko · 4 years, 5 months ago
- 0f1da2e SOVERSION bump to version 1.9.1 by Michal Vasko · 4 years, 5 months ago
- c86327a xml BUGFIX copy also ns referenced from content by Michal Vasko · 4 years, 5 months ago
- ca3a7d0 VERSION bump to version 1.0.182 by Michal Vasko · 4 years, 5 months ago
- 9decd38 SOVERSION bump to version 1.9.0 by Michal Vasko · 4 years, 5 months ago
- 0d9cbd7 schema tree FEATURE force feature change functions by Michal Vasko · 4 years, 5 months ago
- d914797 VERSION bump to version 1.0.181 by Michal Vasko · 4 years, 5 months ago
- 959ebb8 SOVERSION bump to version 1.8.7 by Michal Vasko · 4 years, 5 months ago
- c340b3d data tree BUGFIX hash canonical values for leaves by Michal Vasko · 4 years, 5 months ago
- e3d0f70 VERSION bump to version 1.0.180 by Radek Krejci · 4 years, 5 months ago
- f439614 python CHANGE add more flags to {parse,merge}_data_dict by Robin Jarry · 4 years, 5 months ago
- eaddf83 python CHANGE optimize dict_to_dnode by Robin Jarry · 4 years, 5 months ago
- 63be1e8 python CHANGE rename rpc flags for parse_data_dict by Robin Jarry · 4 years, 5 months ago
- bc9d691 python BUGFIX remove SNode.parse_data_dict by Robin Jarry · 4 years, 5 months ago
- 544a841 python CHANGE add rpcreply validation flag by Robin Jarry · 4 years, 5 months ago
- c67c36b VERSION bump to version 1.0.179 by Radek Krejci · 4 years, 5 months ago
- c88c213 python CHANGE expose lyd_merge() by Renato Westphal · 4 years, 5 months ago
- 69787db python CHANGE expose the LYD_OPT_GET validation option by Renato Westphal · 4 years, 5 months ago
- b5c4523 VERSION bump to version 1.0.178 by Radek Krejci · 4 years, 5 months ago
- 131de18 SOVERSION bump to version 1.8.6 by Radek Krejci · 4 years, 5 months ago
- b42e0bd schema BUGFIX making module implemented by augment's leafrefs by Radek Krejci · 4 years, 5 months ago
- 058d131 VERSION bump to version 1.0.177 by Michal Vasko · 4 years, 6 months ago
- 9323f66 SOVERSION bump to version 1.8.5 by Michal Vasko · 4 years, 6 months ago
- ff68cef xml printer BUGFIX special printing of edit-config key attribute by Michal Vasko · 4 years, 6 months ago
- 7901de8 travis CHANGE update codecov invocation by Radek Krejci · 4 years, 6 months ago
- 8c2667b python BUGFIX only include required files in source archive (#1101) by Robin Jarry · 4 years, 6 months ago
- bf5e182 packages MAINTENANCE forbid building cffi bindings for now by Michal Vasko · 4 years, 6 months ago v1.0.176
- 8baded3 python BUGFIX only include required files in source archive (#1101) by Robin Jarry · 4 years, 6 months ago
- 12e4403 travis BUGFIX single explicit deploy build by Michal Vasko · 4 years, 6 months ago
- 17b6bae Merge pull request #1100 from 6WIND/travis-deploy by Michal Vasko · 4 years, 6 months ago
- 6a34068 travis BUGFIX install fixed versions of codecov and twine by Robin Jarry · 4 years, 6 months ago
- 7de0d22 VERSION bump to version 1.0.176 by Michal Vasko · 4 years, 6 months ago
- 82d7e33 Merge pull request #1087 from 6WIND/python by Radek Krejci · 4 years, 6 months ago
- 18d5137 VERSION bump to version 1.0.175 by Michal Vasko · 4 years, 6 months ago
- ad26a2f SOVERSION bump to version 1.8.4 by Michal Vasko · 4 years, 6 months ago
- b5bf9bb json printer BUGFIX always honor LYP_WITHSIBLINGS by Michal Vasko · 4 years, 6 months ago
- a619805 printer BUGFIX do not consider NP state containers by Michal Vasko · 4 years, 6 months ago
- 6e6475d bindings CHANGE add new python CFFI bindings by Robin Jarry · 4 years, 6 months ago
- f7a859a travis: use deploy section by Robin Jarry · 4 years, 6 months ago
- 7ec7981 doc CHANGE add editorconfig file by Robin Jarry · 4 years, 6 months ago
- 2430541 VERSION bump to version 1.0.184 by Michal Vasko · 4 years, 6 months ago
- 2cf030c SOVERSION bump to version 1.8.3 by Michal Vasko · 4 years, 6 months ago
- 4d886c4 schema tree BUGFIX postpone keyless list check after refines by Michal Vasko · 4 years, 6 months ago
- 2e122f3 build BUGFIX fix detection of vasprintf() on FreeBSD >= 11 (#1096) by Renato Westphal · 4 years, 6 months ago
- d7ca297 VERSION bump to version 1.0.173 by Michal Vasko · 4 years, 6 months ago
- 1f2ef2b SOVERSION bump to version 1.8.2 by Michal Vasko · 4 years, 6 months ago
- c10ace2 data tree BUGFIX handle augments correctly by Michal Vasko · 4 years, 6 months ago
- a228039 VERSION bump to version 1.0.172 by Michal Vasko · 4 years, 6 months ago
- f2d3fc0 SOVERSION bump to version 1.8.1 by Michal Vasko · 4 years, 6 months ago
- bc14b0f hash table BUGFIX even shrink the dictionary with a special callback by Michal Vasko · 4 years, 6 months ago
- 0dce093 VERSION bump to version 1.0.171 by Michal Vasko · 4 years, 6 months ago
- cc4b516 packages BUGFIX CentOS 6/7/8 and Fedora build (#1092) by Martin Winter · 4 years, 6 months ago
- 4042de2 build FEATURE compiling on older systems (#1091) by Martin Winter · 4 years, 6 months ago
- 6ef875b Merge branch 'master' into devel by Michal Vasko · 4 years, 6 months ago
- 40d9c57 build BUGFIX do not use CMAKE_C_STANDARD by Michal Vasko · 4 years, 6 months ago
- 02b60c2 build BUGFIX set PIC for compat by Michal Vasko · 4 years, 6 months ago
- 578cb00 VERSION bump to version 1.0.170 by Michal Vasko · 4 years, 6 months ago
- c717018 SOVERSION bump to version 1.8.0 by Michal Vasko · 4 years, 6 months ago
- c831064 schema tree FETAURE function for getting data path format string pattern by Michal Vasko · 4 years, 6 months ago
- baa7efd printer FEATURE function to check if a node should be printed by Michal Vasko · 4 years, 6 months ago
- b17f4e8 fixup! build CHANGE include major SO version in plugins dir by Michal Vasko · 4 years, 6 months ago
- 641f0c8 VERSION bump to version 1.0.169 by Michal Vasko · 4 years, 6 months ago
- d3b9912 build CHANGE include major SO version in plugins dir by Michal Vasko · 4 years, 6 months ago
- 9267156 c++ FEATURE allow constructing Submodule from Module (#1085) by Václav Kubernát · 4 years, 6 months ago cffi_bindings
- 43b04d1 VERSION bump to version 1.0.168 by Michal Vasko · 4 years, 6 months ago
- e107319 SOVERSION bump to version 1.7.12 by Michal Vasko · 4 years, 6 months ago
- f7258d6 common BUGFIX change log level var by Michal Vasko · 4 years, 6 months ago
- 773653e packages BUGFIX invalid centos_ver condition by Michal Vasko · 4 years, 7 months ago
- b62d0a7 Merge branch 'devel' by Michal Vasko · 4 years, 7 months ago v1.0.167
- 357fd20 VERSION bump to version 1.0.167 by Michal Vasko · 4 years, 7 months ago
- 47b886d SOVERSION bump to version 1.7.11 by Michal Vasko · 4 years, 7 months ago
- 2a33c21 resolve BUGFIX local module for leafrefs in typedefs by Michal Vasko · 4 years, 7 months ago
- 0599d13 cmake CHANGE find module C++ bindings search by Michal Vasko · 4 years, 7 months ago
- 09aa184 c++ BUGFIX value_type() return value type (#1078) by Andrei Pavel · 4 years, 7 months ago
- b11c70c build CHANGE update FindLibYANG cmake module by Michal Vasko · 4 years, 7 months ago
- 090989d VERSION bump to version 1.0.166 by Michal Vasko · 4 years, 7 months ago
- fa75b39 SOVERSION bump to version 1.7.10 by Michal Vasko · 4 years, 7 months ago
- d439b2a parser CHANGE allow require-instance property change in derived types by Michal Vasko · 4 years, 7 months ago
- d3ee214 VERSION bump to version 1.0.165 by Michal Vasko · 4 years, 7 months ago
- e56004a SOVERSION bump to version 1.7.9 by Michal Vasko · 4 years, 7 months ago
- 159d5e6 common BUGFIX do not free generated ns/prefixes on recursive fail by Michal Vasko · 4 years, 7 months ago
- c7eabac data tree BUGFIX zero new attr in all cases by Michal Vasko · 4 years, 7 months ago
- 1c0e276 VERSION bump to version 1.0.164 by Michal Vasko · 4 years, 7 months ago
- fd11740 SOVERSION bump to version 1.7.8 by Michal Vasko · 4 years, 7 months ago
- 3463b40 xpath BUGFIX uninitialized variable by Michal Vasko · 4 years, 7 months ago
- c10e950 VERSION bump to version 1.0.163 by Michal Vasko · 4 years, 7 months ago
- dd1cd66 SOVERSION bump to version 1.7.7 by Michal Vasko · 4 years, 7 months ago
- 50f475a xpath BUGFIX empty set evaluation by Michal Vasko · 4 years, 7 months ago
- 16c6b17 VERSION bump to version 1.0.162 by Michal Vasko · 4 years, 7 months ago
- 552993e SOVERSION bump to version 1.7.6 by Michal Vasko · 4 years, 7 months ago