Code Review
/
yangtools.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
first ⋅ prev ⋅
next
BUG-6964: reuse StatementDefinitionNamespace
[yangtools.git]
/
yang
/
yang-parser-impl
/
src
/
main
/
java
/
org
/
opendaylight
/
yangtools
/
2016-10-26
Robert Varga
BUG-6964: reuse StatementDefinitionNamespace
64/47464/10
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-6522: intern cached QNames
51/47551/5
tree
|
commitdiff
2016-10-26
Robert Varga
Remove an unneeded branch
57/47557/3
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-7025: make the parser tree immutable
44/47544/4
tree
|
commitdiff
2016-10-26
Robert Varga
Optimize toString() methods
25/47525/2
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-6522: do not re-read models
28/47528/2
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-7025: Use ParseTreeWalker.DEFAULT
26/47526/4
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-6522: grow namespaces lazily
50/47550/2
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-6522: lower map sizing
53/47553/2
tree
|
commitdiff
2016-10-26
Robert Varga
BUG-6522: do not accidentally grow lists
49/47549/5
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-6522: Optimize RFC6020 utils
89/47489/4
tree
|
commitdiff
2016-10-25
Robert Varga
Cleanup SchemaNodeIdentifierBuildNamespace
19/47419/3
tree
|
commitdiff
2016-10-25
Robert Varga
Prevent a boxing operation
38/47438/2
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-4456: rework leaker integration
51/47451/3
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-6972: optimize SourceSpecificContext
57/47457/3
tree
|
commitdiff
2016-10-25
Robert Varga
Improve parser reactor logging
91/47391/8
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-6972: enforce statement state when copying
17/47417/6
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-6522: grow StatementContext collections lazily
25/47325/14
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-6972: eliminate AugmentUtils
37/47437/3
tree
|
commitdiff
2016-10-25
Robert Varga
BUG-6972: refactor copy checking
55/47355/13
tree
|
commitdiff
2016-10-25
Peter Kajsa
Bug 6669: Mandatory nodes cannot be added to node from...
82/45382/15
tree
|
commitdiff
2016-10-24
Robert Varga
BUG-6972: Consolidate copy operations
54/47354/11
tree
|
commitdiff
2016-10-24
Robert Varga
Hide BuildGlobalContext methods
90/47390/4
tree
|
commitdiff
2016-10-24
Robert Varga
BUG-6972: Remove GroupingUtils.needToCreateNewQName()
53/47353/9
tree
|
commitdiff
2016-10-24
Robert Varga
BUG-6522: create a specialized CopyHistory object
48/47348/9
tree
|
commitdiff
2016-10-23
Peter Kajsa
Bug 6329: Parser fails when target node of uses-augment...
18/46118/7
tree
|
commitdiff
2016-10-22
Geng Xingyuan
Bug 6958 - add class NotificationAsContainer for transf...
52/47052/10
tree
|
commitdiff
2016-10-21
Robert Varga
BUG-6522: share instances of Config(Effective)Statement
18/47318/5
tree
|
commitdiff
2016-10-21
Robert Varga
BUG-6522: allocate copyHistory lazily
24/47324/2
tree
|
commitdiff
2016-10-21
Robert Varga
BUG-6522: Adjust collection sizes
16/47316/3
tree
|
commitdiff
2016-10-21
Robert Varga
BUG-6965: introduce BuiltinDeclaredStatements
17/47217/4
tree
|
commitdiff
2016-10-21
Robert Varga
BUG-6964: define a namespace to hold model-defined...
03/47203/6
tree
|
commitdiff
2016-10-21
Robert Varga
Improve ContextBuilder error reporting
13/47213/4
tree
|
commitdiff
2016-10-21
Robert Varga
Prevent boxing
15/47315/2
tree
|
commitdiff
2016-10-21
Filip Gregor
Bug 6491: Some imports are not exposed in Module.getImports
29/47129/5
tree
|
commitdiff
2016-10-20
Filip Gregor
Bug 6961: SchemaContext.getAllModuleIdentifiers() doesn...
21/47121/4
tree
|
commitdiff
2016-10-19
Robert Varga
Reuse cardinality constants
45/47045/6
tree
|
commitdiff
2016-10-18
Robert Varga
Fix GroupingEffectiveStatementImpl's unknown nodes
74/47074/2
tree
|
commitdiff
2016-10-18
Robert Varga
Fix inefficient ConstraintEffectiveStatements
73/47073/2
tree
|
commitdiff
2016-10-18
Robert Varga
BUG-4456: add RecursiveExtensionResolver
42/47042/8
tree
|
commitdiff
2016-10-18
Robert Varga
BUG-6757: revert fix for BUG-4456
38/47038/3
tree
|
commitdiff
2016-10-03
Peter Kajsa
Bug 6771: Problem with typedefs nested in augment
23/46223/3
tree
|
commitdiff
2016-09-22
Peter Kajsa
Bug 6551: Support for third-party Yang extensions imple...
26/45226/7
tree
|
commitdiff
2016-09-19
Robert Varga
Fix ConstraintDefinition inconsistency
06/45806/5
tree
|
commitdiff
2016-09-06
Robert Varga
Use lambdas instead of anonymous classes
68/45068/6
tree
|
commitdiff
2016-09-05
Robert Varga
Fix a bunch of warnings
48/45148/1
tree
|
commitdiff
2016-09-01
Robert Varga
Eliminate unneeded import
63/44863/2
tree
|
commitdiff
2016-09-01
Robert Varga
BUG-6497: Do not lose augmentation statement order
75/44975/2
tree
|
commitdiff
2016-08-31
Robert Varga
BUG-6497: Do not lose augmentation statement order
75/44875/3
tree
|
commitdiff
2016-08-30
Igor Foltin
BUG-6316: Fix Bit and EnumPair's position/value types
55/42855/12
tree
|
commitdiff
2016-08-16
Igor Foltin
Bug 6410: Fixed initialization of typedefs in rpc
36/44036/3
tree
|
commitdiff
2016-08-15
Robert Varga
BUG-865: remove String-based getDataChildByName()
98/42898/7
tree
|
commitdiff
2016-08-09
Robert Varga
Use lambdas instead of StmtContextUtils.build{Declared...
62/42862/7
tree
|
commitdiff
2016-08-08
Igor Foltin
Bug 6244: Add context to exceptions thrown by yang...
13/43113/2
tree
|
commitdiff
2016-08-04
Robert Varga
Do not use revision in AbstractEffectiveDocumentedNode
61/42861/4
tree
|
commitdiff
2016-08-01
Robert Varga
Make Bit/EnumEffectiveStatementImpl inherit AbstractEff...
60/42860/2
tree
|
commitdiff
2016-08-01
Robert Varga
BUG-865: add proper nullness annotations
54/42854/2
tree
|
commitdiff
2016-08-01
Robert Varga
BUG-865: Move ModuleImportImpl and hide it
52/42852/3
tree
|
commitdiff
2016-08-01
Robert Varga
BUG-865: remove BitImpl
80/42780/6
tree
|
commitdiff
2016-07-29
Peter Kajsa
Bug 6180 - Parser: Backslash double-quote in double...
28/41828/13
tree
|
commitdiff
2016-07-28
Robert Varga
BUG-865: Deprecate EnumPairImpl
69/42669/1
tree
|
commitdiff
2016-07-26
Robert Varga
BUG-865: make EnumPair getQName/getSchemaPath unimplemented
94/41994/7
tree
|
commitdiff
2016-07-25
Peter Kajsa
Bug 6240: Entities of imported module's submodule are...
12/42312/2
tree
|
commitdiff
2016-07-24
Robert Varga
Kill trailing whitespace
07/42407/2
tree
|
commitdiff
2016-07-20
Robert Varga
BUG-865: remove CrossSourceStatementReactor.buildEffect...
93/41993/3
tree
|
commitdiff
2016-07-20
Robert Varga
BUG-865: eliminate getYangText()
85/41385/4
tree
|
commitdiff
2016-07-19
Robert Varga
Remove use of Guava Charsets
74/41974/4
tree
|
commitdiff
2016-07-19
Igor Foltin
Bug 6022: Deviation statement is not fully available...
52/40752/9
tree
|
commitdiff
2016-07-14
Vratko Polak
Bug 6173: Allow refine statement to have no substatements
52/41552/4
tree
|
commitdiff
2016-07-14
Peter Kajsa
Bug 6131 - NPE on malformed yang model
09/41809/2
tree
|
commitdiff
2016-07-11
Michael Vorburger
Performance related changes
39/41339/4
tree
|
commitdiff
2016-07-11
Peter Kajsa
Bug 6158: Optimization of if-feaures resolution during...
71/41471/7
tree
|
commitdiff
2016-07-07
Filip Gregor
Bug 5884: Augmenting a choice without a case results...
58/40158/13
tree
|
commitdiff
2016-07-07
Peter Kajsa
Bug 5942: When condition of uses node is not exposed...
75/39775/6
tree
|
commitdiff
2016-06-29
Robert Varga
BUG-865: remove UnknownBoundaryNumber
09/40709/6
tree
|
commitdiff
2016-06-29
Robert Varga
BUG-865: Remove URLSchemaContextResolver
02/40702/7
tree
|
commitdiff
2016-06-21
Robert Varga
BUG-865: remove unused TypeConstraints
51/40451/3
tree
|
commitdiff
2016-06-20
Ryan Goulding
Bug 2872 - Generated Java Enumerations should contain...
33/39733/5
tree
|
commitdiff
2016-06-15
Robert Varga
Further cleanups of code
14/39714/18
tree
|
commitdiff
2016-06-14
Robert Varga
BUG-865: remove pre-Beryllium parser
93/39893/6
tree
|
commitdiff
2016-06-08
Robert Varga
Remove unused imports
12/39712/12
tree
|
commitdiff
2016-06-08
Robert Varga
Remove dead code
92/39892/4
tree
|
commitdiff
2016-06-06
Peter Kajsa
Bug 4662: Introduce a SemanticVersion concept - SchemaC...
22/37622/28
tree
|
commitdiff
2016-06-03
Peter Kajsa
Bug 4662: Introduce a SemanticVersion concept - import...
77/36877/28
tree
|
commitdiff
2016-06-03
Robert Varga
Scripted update of if statements
93/39793/2
tree
|
commitdiff
2016-06-02
Peter Kajsa
Bug 5946: Unique statement is not exposed by the YANG...
81/39481/4
tree
|
commitdiff
2016-05-24
Peter Kajsa
Bug 5200: Yang parser doesn't fill error-app-tag and...
32/38432/13
tree
|
commitdiff
2016-05-23
Igor Foltin
Bug 4506: Honor if-feature during SchemaContext assembly
08/38108/12
tree
|
commitdiff
2016-05-19
Filip Gregor
Bug 5899: Cardinality check incorrectly limited to...
03/39103/1
tree
|
commitdiff
2016-05-16
Peter Kajsa
Bug 4662: Introduce a SemanticVersion concept - pre...
72/36872/16
tree
|
commitdiff
2016-05-11
Robert Varga
Revert "Bug 5829 - New yang parser allows two choice...
64/38664/2
tree
|
commitdiff
2016-05-11
Peter Kajsa
Bug 5829 - New yang parser allows two choice cases...
71/38371/4
tree
|
commitdiff
2016-05-03
Michael Vorburger
Fixed Eclipse specific compilation error related to...
89/38289/2
tree
|
commitdiff
2016-04-23
Martin Ciglan
EffectiveSchemaContext small clean-up
17/38017/3
tree
|
commitdiff
2016-04-21
Ivan Hrasko
Bug 5693: IOException after first parsing phase - strea...
25/37425/8
tree
|
commitdiff
2016-04-14
Stephen Kitt
Drop unneeded generic type specifiers
50/37550/2
tree
|
commitdiff
2016-04-04
Ryan Goulding
Fix LOG formatting issues
77/36977/2
tree
|
commitdiff
2016-03-23
Peter Kajsa
Bug 5396: Regex processing of yang models is broken.
87/36587/2
tree
|
commitdiff
2016-03-21
Martin Sunal
Bug 5567 NPE - invoking of equals on nullable element
95/36495/2
tree
|
commitdiff
2016-03-18
Peter Kajsa
Bug 5550 - Omit the check of mandatory nodes in uses...
23/36423/1
tree
|
commitdiff
next