Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
3c0eb75aec8ca22f14798b532400f39286d8bcfe
« Previous
2698bd6
VERSION bump to version 0.14.53
by Michal Vasko
· 7 years ago
823fbe0
schema tree BUGFIX removing not-supported deviation from augment
by Michal Vasko
· 7 years ago
ca6801f
context BUGFIX initialize thread-local ctx in api functions
by Michal Vasko
· 7 years ago
5955e20
VERSION bump to version 0.14.52
by Michal Vasko
· 7 years ago
d52a078
tests CHANGE context tests added and improved
by Michal Vasko
· 7 years ago
6e2951d
yang parser BUGFIX double free
by Michal Vasko
· 7 years ago
60d400b
context BUGFIX yang-library data tree changed
by Michal Vasko
· 7 years ago
5dfb82d
Merge branch 'devel'
by Radek Krejci
· 7 years ago
7968806
doc BUGFIX path to the generated libyang.h in doxygen config
by Radek Krejci
· 7 years ago
3381b12
doc UPDATE doxygen template for Doxygen 1.8.11
by Radek Krejci
· 7 years ago
ea3f2ae
fixup! tests CHANGE use foreign identity
by Michal Vasko
· 7 years ago
85d5b52
tests CHANGE use foreign identity
by Michal Vasko
· 7 years ago
4eac735
readme DOC minor updates and fixes
by Michal Vasko
· 7 years ago
beb5cbc
VERSION bump to version 0.14.51
by Michal Vasko
· 7 years ago
e59c109
common BUGFIX always check that xpath does not end prematurely
by Michal Vasko
· 7 years ago
5ccd6de
Merge branch 'devel'
by Michal Vasko
· 7 years ago
v0.14-r1
cea8b32
VERSION bump to version 0.14.50
by Michal Vasko
· 7 years ago
d864d4c
common CHANGE use data callback when transforming paths
by Michal Vasko
· 7 years ago
e5cafbf
fixup! parser & printer CHANGE xpath1.0 type correct handling
by Michal Vasko
· 7 years ago
e1ba81d
VERSION bump to version 0.14.49
by Michal Vasko
· 7 years ago
4fdfab2
parser & printer CHANGE xpath1.0 type correct handling
by Michal Vasko
· 7 years ago
804ec71
VERSION bump to version 0.14.48
by Michal Vasko
· 7 years ago
563cfea
data tree CHANGE new function lyd_set_merge
by Michal Vasko
· 7 years ago
a19eadd
VERSION bump to version 0.14.47
by Michal Vasko
· 7 years ago
cb20267
data tree BUGFIX parsed operation could get deleted by false when
by Michal Vasko
· 7 years ago
988a9cb
data tree BUGFIX typo
by Michal Vasko
· 7 years ago
5e893ee
test MAINTENANCE code formatting
by Michal Vasko
· 7 years ago
bcce9f6
test case to verify solution for issue #395 (update)
by Frank Rimpler
· 7 years ago
fd17c44
test case to verify solution for issue #395
by Frank Rimpler
· 7 years ago
9caf226
Merge branch 'devel' of https://github.com/CESNET/libyang into leafref_w_feature
by Frank Rimpler
· 7 years ago
48f9801
VERSION bump to version 0.13.88
by Michal Vasko
· 7 years ago
bdde077
resolve BUGFIX add missing warning messages
by Michal Vasko
· 7 years ago
1f98ca3
resolve BUGFIX detect unresolved augment also in non-implemented modules
by Michal Vasko
· 7 years ago
abe7c32
VERSION bump to version 0.14.46
by Michal Vasko
· 7 years ago
bd02610
resolve BUGFIX add missing warning messages
by Michal Vasko
· 7 years ago
e921285
resolve BUGFIX detect unresolved augment also in non-implemented modules
by Michal Vasko
· 7 years ago
77acd15
Merge pull request #389 from sartura/cpp_refactoring
by Michal Vasko
· 7 years ago
8867006
test case enhancements for leafref feature check: check correct conformance-type
by Frank Rimpler
· 7 years ago
6d741bb
C++: update examples
by Mislav Novakovic
· 7 years ago
33d706a
C++: change code format
by Mislav Novakovic
· 7 years ago
3af791a
C++: add explicit to Context constructor
by Mislav Novakovic
· 7 years ago
fcc8d7b
C++: use make_shared instead of shared_ptr
by Mislav Novakovic
· 7 years ago
aa41880
C++: change macro code style
by Mislav Novakovic
· 7 years ago
fbf12ba
C++: use enum class instead of C enum
by Mislav Novakovic
· 7 years ago
f6051e2
VERSION bump to version 0.14.45
by Michal Vasko
· 7 years ago
5e35131
xpath BUGFIX wrong return value
by Michal Vasko
· 7 years ago
2c05f1b
xpath BUGFIX unary expressions must be handled separately
by Michal Vasko
· 7 years ago
81e0940
C++: change class initalization
by Mislav Novakovic
· 7 years ago
4dd3b2e
C++: remove 'using namespcae std'"
by Mislav Novakovic
· 7 years ago
f4f9a75
C++: remove nullptr check after new
by Mislav Novakovic
· 7 years ago
b34be26
C++: remove typeof define
by Mislav Novakovic
· 7 years ago
ad8c778
C++: add 'LY_' in front of 'NEW_*' macro
by Mislav Novakovic
· 7 years ago
cc114be
C++: remove define for std::string
by Mislav Novakovic
· 7 years ago
81c4710
C++: replace NULL with nullptr
by Mislav Novakovic
· 7 years ago
bd581ea
C++: make header files explicit
by Mislav Novakovic
· 7 years ago
5710ce8
C++: add REQUIRED to find python packages
by Mislav Novakovic
· 7 years ago
6d94046
C++: add STATUS to message command
by Mislav Novakovic
· 7 years ago
34f04ae
VERSION bump to version 0.13.87
by Michal Vasko
· 7 years ago
5fb4874
data tree BUGFIX possible illegal pointer cleared
by Michal Vasko
· 7 years ago
9981591
VERSION bump to version 0.14.44
by Michal Vasko
· 7 years ago
9ab3b44
data tree BUGFIX possible illegal pointer cleared
by Michal Vasko
· 7 years ago
cf9915a
C++: add REQUIRED to find swig package
by Mislav Novakovic
· 7 years ago
6b00b2b
Merge pull request #387 from sartura/python_fix
by Michal Vasko
· 7 years ago
1468c60
VERSION bump to version 0.14.43
by Michal Vasko
· 7 years ago
7c1c22e
Merge pull request #378 from frimpler/imp_aug
by Michal Vasko
· 7 years ago
051197c
remove files for another pending test case
by Frank Rimpler
· 7 years ago
12fb64e
replace lys_main_module by lys_node_module
by Frank Rimpler
· 7 years ago
a6d474c
VERSION bump to version 0.14.42
by Michal Vasko
· 7 years ago
2509533
common CHANGE data2schema function extended to support almost all xpaths
by Michal Vasko
· 7 years ago
d8eb599
Merge branch 'devel' into imp_aug
by Frank Rimpler
· 7 years ago
4c3f385
VERSION bump to version 0.13.86
by Michal Vasko
· 7 years ago
bb6c1a5
xpath BUGFIX special * path is not limited to context module
by Michal Vasko
· 7 years ago
24eacd6
VERSION bump to version 0.14.41
by Michal Vasko
· 7 years ago
326560b
xpath BUGFIX special * path is not limited to context module
by Michal Vasko
· 7 years ago
e89038b
common BUGFIX too many log parameters
by Michal Vasko
· 7 years ago
c76772d
test case for leafref resolution problem
by Frank Rimpler
· 7 years ago
7f4d958
Merge branch 'devel' of https://github.com/CESNET/libyang into imp_aug
by Frank Rimpler
· 7 years ago
5ba68e7
VERSION bump to version 0.13.85
by Michal Vasko
· 7 years ago
ee7c7f2
xpath BUGFIX all namespace internal expression logic was wrong
by Michal Vasko
· 7 years ago
9d7a424
VERSION bump to version 0.14.40
by Michal Vasko
· 7 years ago
a5c577d
xpath BUGFIX all namespace internal expression logic was wrong
by Michal Vasko
· 7 years ago
7bf5b75
python: add example to test subtype() method
by Mislav Novakovic
· 7 years ago
36f68ef
C++: fix SWIG issue with constructors
by Mislav Novakovic
· 7 years ago
d2539ac
VERSION bump version to 0.13.84
by Radek Krejci
· 7 years ago
26c29f0
yangre DOC clarify file content description
by Radek Krejci
· 7 years ago
315759c
yangre MAINTENANCE code formatting
by Radek Krejci
· 7 years ago
bbab2bb
Adding some logic for the case when the test string is empty in the file.
by Pieter Lewyllie
· 7 years ago
a41ddb4
VERSION bump version to 0.14.39
by Radek Krejci
· 7 years ago
4b8a6a6
Merge branch 'plewyllie-emptystr' into devel
by Radek Krejci
· 7 years ago
3b15067
yangre DOC clarify file content description
by Radek Krejci
· 7 years ago
5e58ac6
yangre MAINTENANCE code formatting
by Radek Krejci
· 7 years ago
d8841b4
Adding some logic for the case when the test string is empty in the file.
by Pieter Lewyllie
· 7 years ago
76190d0
VERSION bump version to 0.13.83
by Radek Krejci
· 7 years ago
4f3522e
schema parsers BUGFIX replacing type by deviation
by Radek Krejci
· 7 years ago
bda10b0
VERSION bump version to 0.14.38
by Radek Krejci
· 7 years ago
0ec2cc5
schema parsers BUGFIX replacing type by deviation
by Radek Krejci
· 7 years ago
8e6340e
VERSION bump version to 0.13.82
by Radek Krejci
· 7 years ago
7942aa4
XML data parser BUGFIX with LYD_OPT_STRICT check that non-terminal nodes does not contain text data
by Radek Krejci
· 7 years ago
fa311af
VERSION bump version to 0.14.37
by Radek Krejci
· 7 years ago
e99e015
XML data parser BUGFIX checking that non-terminal nodes does not contain text data
by Radek Krejci
· 7 years ago
Next »