Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
f4b95baf169d7265fc6eb87e08aed6ad2470be42
/
src
/
tree_schema.h
« Previous
0935f41
extensions FEATURE YANG extension plugins support with NACM as proof-of-concept
by Radek Krejci
· 5 years ago
0e59c31
extensions CHANGE base for the extensions plugins API
by Radek Krejci
· 5 years ago
b9d75c4
doc FIX typo
by David Sedlák
· 5 years ago
ae4b451
doc FIX missing documentation of tree schema
by David Sedlák
· 5 years ago
964877a
Merge remote-tracking branch 'upstream/libyang2' into libyang2
by David Sedlák
· 5 years ago
0fe9b51
schema compile CHANGE order keys at the beginning of the children list
by Radek Krejci
· 5 years ago
7f2b6ca
Merge remote-tracking branch 'upstream/libyang2' into libyang2
by David Sedlák
· 5 years ago
577fb66
common CHANGE remove unused flags from lysp_deviate_del structure
by David Sedlák
· 5 years ago
f3b6fec
data parsers CHANGE simplify API of data parser functions
by Radek Krejci
· 5 years ago
1c0c344
tests CHANGE extend tests of default values in schemas
by Radek Krejci
· 5 years ago
d0ef1af
schema compile CHANGE remember the module where default value was defined
by Radek Krejci
· 5 years ago
0995fe9
Merge remote-tracking branch 'upstream/libyang2' into libyang2
by David Sedlák
· 5 years ago
a191122
schema compile CHANGE store default values as in lyd_value structure
by Radek Krejci
· 5 years ago
a1a6f77
Merge remote-tracking branch 'upstream/libyang2' into libyang2
by David Sedlák
· 5 years ago
084289f
data types CHANGE validate instance-identifier values
by Radek Krejci
· 5 years ago
b1a7835
yin parser CHANGE add support for extension instances
by David Sedlák
· 5 years ago
bbd06ca
tree schema CHANGE modify extension structures to be compatible with input in YIN format
by David Sedlák
· 5 years ago
327de16
schema compile CHANGE provide path when reporting schema compilation error
by Radek Krejci
· 5 years ago
849a62a
data FEATURE support for validating and parsing bits values
by Radek Krejci
· 5 years ago
e7b9509
data tree FEATURE initial implementation of YANG data support
by Radek Krejci
· 5 years ago
f2de0ed
schema compile FEATURE validate non-instantiated groupings
by Radek Krejci
· 6 years ago
5457946
CHANGE move from PCRE to PCRE2
by Radek Krejci
· 6 years ago
693262f
schema printers FEATURE print compiled schema as YANG (LYS_OUT_YANG_COMPILED)
by Radek Krejci
· 6 years ago
ed5acc5
yanglint FEATURE initial version of yanglint(1)
by Radek Krejci
· 6 years ago
d3ca063
printer YANG FEATURE initial implementation of YANG printer
by Radek Krejci
· 6 years ago
fc11bd7
schema compile CHANGE Notifications support
by Radek Krejci
· 6 years ago
6eeb58f
schema compile CHANGE initial support for RPC/actions
by Radek Krejci
· 6 years ago
f1421c2
schema compile CHANGE support for deviation of mandatory property
by Radek Krejci
· 6 years ago
93dcc39
schema compile CHANGE support deviation of config property
by Radek Krejci
· 6 years ago
fe13da4
schema BUGFIX information about linking between compiled cases and their children
by Radek Krejci
· 6 years ago
ccd20f1
schema compile CHANGE partial support for deviations
by Radek Krejci
· 6 years ago
fe90963
schema compile CHANGE simplify mandatory nodes flagging
by Radek Krejci
· 6 years ago
00b874b
schema compile CHANGE pass augment's and uses's when stmt to their children
by Radek Krejci
· 6 years ago
95710c9
schema compilation CHANGE basic support for global augments
by Radek Krejci
· 6 years ago
0af4629
schema compile CHANGE better handling of features
by Radek Krejci
· 6 years ago
096235c
schema CHANGE hide schema compilation behing lys_parse_mem()
by Radek Krejci
· 6 years ago
0bcdaed
schema CHANGE refactor lys_module structure
by Radek Krejci
· 6 years ago
c8b3100
schema CHANGE add description and reference into compiled structures
by Radek Krejci
· 6 years ago
12fb914
schema CHANGE keep description and reference in compiled nodes
by Radek Krejci
· 6 years ago
01342af
schema compile BUGFIXES test refine in uses and fix found issues
by Radek Krejci
· 6 years ago
76b3e96
schema compile WIP partial support for uses's refine
by Radek Krejci
· 6 years ago
53ea615
schema CHANGE add lysp_node_groupings()
by Radek Krejci
· 6 years ago
9800fb8
schema compile CHANGE anydata and anyxml support
by Radek Krejci
· 6 years ago
a9026eb
schema compile CHANGE finished choice and case support, tests added
by Radek Krejci
· 6 years ago
056d0a8
schema compile CHANGE partial support for choice/case nodes
by Radek Krejci
· 6 years ago
7adf4ff
tests CHANGE basic leafref path test with list predicate
by Radek Krejci
· 6 years ago
9bb94eb
schema compile CHANGE support list compilation
by Radek Krejci
· 6 years ago
0e5d838
schema compile CHANGE leaf-list support
by Radek Krejci
· 6 years ago
b57cf1e
schema compile CHANGE leafref config type
by Radek Krejci
· 6 years ago
412ddfa
schema compile CHANGE leafref validation
by Radek Krejci
· 6 years ago
5969f27
schema compile CHANGE min/max and ascending values check in range
by Radek Krejci
· 6 years ago
96a0bfd
schema compile CHANGE compiling leafref types
by Radek Krejci
· 6 years ago
a304538
schema compile CHANGE support for leafref type
by Radek Krejci
· 6 years ago
555cb5b
schema compile CHANGE support for identityref types
by Radek Krejci
· 6 years ago
6cba429
schema compile CHANGE support for decimal64 type
by Radek Krejci
· 6 years ago
8b76466
schema compile CHANGE support for enumeration and bits types
by Radek Krejci
· 6 years ago
4586a02
schema compile CHANGE support more restrictions for types
by Radek Krejci
· 6 years ago
d505e3d
schema compile CHANGE detect conflicting type's substatements
by Radek Krejci
· 6 years ago
4f28eda
schema compilation CHANGE partial support for types
by Radek Krejci
· 6 years ago
bbe09a9
schema parsers CHANGE check typedef collisions
by Radek Krejci
· 6 years ago
2167ee1
schema tree CHANGE lysc_type structures design
by Radek Krejci
· 6 years ago
bd8d9ba
schema compilation CHANGE basic support for compiling nodes
by Radek Krejci
· 6 years ago
6d9b9b5
yang parser CHANGE refactor yang parser code
by Radek Krejci
· 6 years ago
d14e969
schema tree CHANGE simplify using returned lys_module
by Radek Krejci
· 6 years ago
ca3db00
schema tree CHANGE clarify lys_feature_enable() when enabling all features
by Radek Krejci
· 6 years ago
f8f882a
schema tree CHANGE redesign revision in compiled schema
by Radek Krejci
· 6 years ago
faa1eac
schema tree CHANGE better checking of name collisions
by Radek Krejci
· 6 years ago
2a408df
tree schema FEATURE compile identities
by Radek Krejci
· 6 years ago
ce8c159
schema tree CHANGE base for compiling extension instances
by Radek Krejci
· 6 years ago
6d6e4e4
tree schema CHANGE compile import module information
by Radek Krejci
· 6 years ago
086c713
schema parsers FEATURE processing imports and includes
by Radek Krejci
· 6 years ago
d33273d
YANG parser CHANGE support for including submodules
by Radek Krejci
· 6 years ago
b7db73a
schemas FEATURE add schema getters from the context
by Radek Krejci
· 6 years ago
2c4e717
schema CHANGE redesign Sized arrays to be usable in a more simple way
by Radek Krejci
· 6 years ago
151a5b7
schema tree FEATURE features and if-features compilation and handling functions
by Radek Krejci
· 6 years ago
86d106e
context FEATURE public API for parsing schemas
by Radek Krejci
· 6 years ago
e53a8dc
schema CHANGE convert 0-terminated arrays to sized-arrays
by Radek Krejci
· 6 years ago
dd4e8d4
schema tree CHANGE initial schema compilation code
by Radek Krejci
· 6 years ago
70853c5
schema parsers CHANGE check for prefix duplicity
by Radek Krejci
· 6 years ago
4f3980b
schema tree BUGFIX last array value size 1B is not enough
by Michal Vasko
· 6 years ago
44c0ba2
schema tree CHANGE removed unused deviated flag
by Radek Krejci
· 6 years ago
5fac359
schema tree FEATURE macros to go through used structures
by Radek Krejci
· 6 years ago
3f5e3db
schema tree CHANGE base for the printer tree's free function
by Radek Krejci
· 6 years ago
492bec7
schema tree BUGFIX do not parse invalid keywords
by Michal Vasko
· 6 years ago
b55f6c1
schema tree CHANGE updates and fixes
by Michal Vasko
· 6 years ago
71e64ca
schema tree BUGFIX add missing lysp_revision struct
by Michal Vasko
· 6 years ago
d5927ca
schema tree CHANGE refactor (sub)module specific values
by Michal Vasko
· 6 years ago
0af5f5d
context CHANGE basic context implementation
by Radek Krejci
· 6 years ago
bc2559f
schema tree CHANGE arrays refactored
by Michal Vasko
· 6 years ago
d92e42a
tree schema CHANGE support extension instances in simple text statements
by Michal Vasko
· 6 years ago
b0580fc
tree schema CHANGE extension instances can be simple arrays
by Michal Vasko
· 6 years ago
f0fceb6
schemas CHANGE add enum for YANG versions and slightly change struct lysp_module
by Radek Krejci
· 6 years ago
5aeea3a
initial commit
by Radek Krejci
· 6 years ago