Merge "Bug 1329: Use original definition for searching for java class."
[yangtools.git] / code-generator / binding-generator-impl / src / main / java / org /
2014-07-21 Martin VitezMerge "Bug 1329: Use original definition for searching...
2014-07-21 Martin VitezMerge "Bug 626 - It should be possible to create java...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated code in yang...
2014-07-21 Tony TkacikMerge "BUG-865: removed use of deprecated schema path...
2014-07-21 Tony TkacikMerge "Tests for TreeNodeUtils"
2014-07-21 Tony TkacikMerge "BUG-865: prune deprecated constructors"
2014-07-21 Tony TkacikMerge "BUG-1281: switch serialization to use StAX APIs"
2014-07-21 Ladislav BorakBug 626 - It should be possible to create java doc 92/8592/14
2014-07-21 Tony TkacikMerge changes Ibfbb4deb,I96e28324
2014-07-21 Tony TkacikMerge "BUG-1276: fixed generated union constructor"
2014-07-21 Tony TkacikMerge "BUG-532: implemented copy constructor for genera...
2014-07-21 Tony TkacikMerge "While the controller is starting up, we see...
2014-07-21 Tony TkacikMerge "Making javadoc actually get flagged as javadoc"
2014-07-17 Martin VitezBUG-1377: fixed code generation for nodes defined under... 13/9113/2
2014-07-17 Tony TkacikMerge "BUG-1281: rework XmlStreamUtils a bit more"
2014-07-17 Martin VitezBUG-865: removed unused utility methods from SchemaCont... 03/9103/2
2014-07-17 Tony TkacikTurned off codec source code generation by default. 04/9104/1
2014-07-17 Tony TkacikMerge "Output generated codec source to files"
2014-07-17 tpantelisOutput generated codec source to files 31/7231/12
2014-07-16 Tony TkacikMerge "Modifications RpcResultBuilder class"
2014-07-15 Tony TkacikMerge "Bug 865: Fixed incorrect conversion to new APIs."
2014-07-15 Tony TkacikBug 865: Fixed incorrect conversion to new APIs. 15/9015/1
2014-07-15 Tony TkacikBug 1329: Use original definition for searching for... 92/8992/2
2014-07-15 Tony TkacikMerge "BUG-1347: fixed bug in generation constraints...
2014-07-15 Martin VitezMerge "Bug 865: Removed uses of packageNameFromModule"
2014-07-15 Martin VitezMerge "Bug 1366: Fallback scenario for IdentityCodec...
2014-07-15 Tony TkacikBug 865: Removed uses of packageNameFromModule 13/9013/1
2014-07-15 Tony TkacikBug 1366: Fallback scenario for IdentityCodec to work... 12/9012/1
2014-07-09 Tony TkacikMerge "Bug 1339: Decreased anyxml warning to debug."
2014-07-09 Tony TkacikMerge "Bug 1331 - Generate SPIs and yangs to target...
2014-07-09 Tony TkacikMerge "BUG-579: improve code readability in RestconfUtils."
2014-07-09 Tony TkacikBug 1339: Decreased anyxml warning to debug. 40/8840/1
2014-07-08 Tony TkacikMerge "BUG-1304: rework BindingGeneratorImpl from xtend...
2014-07-07 Martin VitezBUG-1304: rework BindingGeneratorImpl from xtend to... 78/8678/4
2014-07-04 Tony TkacikMerge "Bug 560: Fixed incoherent API implementation."
2014-07-04 Lukas SedlakBug 560: Fixed incoherent API implementation. 54/8654/1
2014-07-03 Tony TkacikMerge "BUG-1119: optimize length and range checks in...
2014-07-03 Tony TkacikMerge "BUG-597: removed dependency on GeneratedTOBuilde...
2014-07-03 Tony TkacikMerge "BUG-865: fixed formatting of pom.xml"
2014-07-03 Tony TkacikMerge "BUG-1143: binding-generator-impl: tests refactor...
2014-07-02 Martin VitezMerge "BUG-868: do not use InstanceIdentifier constructor"
2014-07-02 Robert VargaBUG-868: do not use InstanceIdentifier constructor 28/8528/1
2014-07-02 Tony TkacikMerge "Improvements REST documentation generation"
2014-07-02 Martin VitezBUG-597: removed dependency on GeneratedTOBuilderImpl... 37/7937/4
2014-07-02 Martin VitezMerge "RevisionIdentifier.getDefaultInstance() is static"
2014-07-02 Martin VitezMerge "Add serial version"
2014-07-01 Tony TkacikMerge "Bug 762: Verify input in typedef codecs"
2014-07-01 Tony TkacikMerge "BUG-994: introduce SchemaPath.getLastComponent()"
2014-07-01 Tony TkacikMerge "BUG-994: improve CopyUtils performance"
2014-07-01 Tony TkacikMerge "BUG-994: use SchemaPath.getPathTowardRoot()"
2014-07-01 Tony TkacikMerge "BUG-994: remove open-coded SchemaPath.createChild"
2014-07-01 Martin VitezMerge "Bug 1027: Decreased log level from INFO to DEBUG."
2014-06-30 Tony TkacikBug 1027: Decreased log level from INFO to DEBUG. 56/8456/1
2014-06-27 tpantelisBug 762: Verify input in typedef codecs 67/7367/11
2014-06-27 Jan MedvedMerge "Revert "BUG-994: reorganize SchemaPath into...
2014-06-26 Tony TkacikMerge "BUG-1201: make yangtools compilable with java 8."
2014-06-26 Tony TkacikMerge "BUG-994: reorganize SchemaPath into a tree"
2014-06-26 Tony TkacikMerge "BUG-994: optimize resolveRelativeXPath()"
2014-06-26 Tony TkacikMerge "BUG-944: convert SchemaContextUtil to use Iterable"
2014-06-26 Tony TkacikMerge "BUG-944: optimize SchemaContextUtil"
2014-06-26 Tony TkacikMerge "BUG-994: do not use SchemaPath.getPath()"
2014-06-26 Tony TkacikFixed leak of LazyGeneratedCodecRegistry between restar... 68/8368/1
2014-06-25 Tony TkacikMerge "BUG-994: make SchemaPath abstract"
2014-06-25 Tony TkacikMerge "BUG-994: remove the legacy public constructor"
2014-06-25 Tony TkacikMerge "BUG-865: do not use SchemaPath.getPath()"
2014-06-25 Tony TkacikMerge "BUG-994: Use SchemaPath.getParent()"
2014-06-25 Tony TkacikMerge "BUG-994: introduce SchemaPath.getParent()"
2014-06-25 Martin VitezMerge "Bug 1203: Reset state of LocationDispatchCodecs"
2014-06-25 Tony TkacikMerge "Move implementation of DataTree to Yangtools"
2014-06-24 Tony TkacikBug 1203: Reset state of LocationDispatchCodecs 16/8116/4
2014-06-24 Robert VargaBUG-1201: make yangtools compilable with java 8. 06/8106/2
2014-06-24 Tony TkacikMerge "Checkstyle maven plugin check - yangtools"
2014-06-24 Tony TkacikMerge "BUG-579: removed dependency on GeneratedTOBuilde...
2014-06-23 Martin VitezBUG-579: removed dependency on GeneratedTOBuilderImpl... 31/7931/2
2014-06-18 Tony TkacikMerge "Introduce Identifiables"
2014-06-18 Tony TkacikMerge "Add Anyxml normalized node to yang-data-api."
2014-06-18 Tony TkacikMerge "BUG-1196, Bug 886: Refactored implementation...
2014-06-18 Martin VitezBUG-1196, Bug 886: Refactored implementation of Choice... 88/8088/4
2014-06-17 Tony TkacikRevert "BUG-1196: fixed bug in choice case codec." 84/8084/1
2014-06-17 Martin VitezBUG-1196: fixed bug in choice case codec. 71/8071/4
2014-06-11 Martin VitezBUG-1172: nested uses-augmentation fails in code-genera... 02/7902/2
2014-06-06 Robert VargaMerge "bug 1128:POM Restructuring for Automated Release"
2014-06-06 Robert VargaBUG-868: migrate to SchemaPath.create() 64/7764/2
2014-06-06 Tony TkacikMerge "BUG-584: added test-models to integration-test...
2014-06-06 Tony TkacikMerge "BUG-584: moved yangtools-it under integration...
2014-06-06 Tony TkacikMerge "Improved sorting of augmentations before code...
2014-06-05 Tony TkacikMerge "BUG 1130 STRING_DEFAULT_CODEC - deserialize...
2014-06-04 Robert VargaMerge "Bug 484: Fix XmlDocumentUtils.toDocument to...
2014-06-04 Robert VargaMerge "Checkstyle coding-style rules"
2014-06-03 Robert VargaMerge "Bug 1123 - Fixed incorrect augment target resolving"
2014-06-02 Robert VargaMerge "Bug 1027: Fixed generation of static QNAME field"
2014-06-02 Tony TkacikBug 1027: Fixed generation of static QNAME field 30/7330/3
2014-05-30 Tony TkacikMerge "Bug 1113 - ietf-restconf needs to specify the...
2014-05-29 Martin VitezImproved sorting of augmentations before code generation. 17/7217/5
2014-05-29 Robert VargaMerge "Bug 731: Moved list initialization in UnionTypeB...
2014-05-28 Tony TkacikMerge "BUG-864: decrease log level when sorting and...
2014-05-28 Tony TkacikMerge "BUG-973: fixed (de)serialization of union type."
2014-05-27 Tony TkacikMerge "BUG-1070: split off YangSourceContext"
2014-05-27 Tony TkacikMerge "BUG-981: remove deprecated elements"
2014-05-27 Robert VargaBUG-981: remove deprecated elements 73/6873/10
next