Codecs can handle the same yang "case" from multiple resources
[yangtools.git] / code-generator /
2014-07-25 Martin SunalCodecs can handle the same yang "case" from multiple... 08/9308/2
2014-07-25 Tony TkacikMerge "Fix XmlStreamUtils writing attributes."
2014-07-25 Tony TkacikMerge "BUG-1414: fix InstanceIdentifier.child(Class...
2014-07-25 Tony TkacikMerge "BUG-1407 fix."
2014-07-24 Alex FanBUG-1407 fix. 72/9272/4
2014-07-24 Robert VargaSpeed up augmentable class serialization 82/9282/1
2014-07-24 Robert VargaMerge "Documented Augmentable Codec"
2014-07-24 Tony TkacikDocumented Augmentable Codec 78/9278/1
2014-07-22 Tony TkacikMerge "BUG-979: reworked data schema nodes ordering"
2014-07-21 Tony TkacikMerge "Revert "BUG-1097: implemented check for null...
2014-07-21 Tony TkacikRevert "BUG-1097: implemented check for null or empty... 02/9202/1
2014-07-21 Tony TkacikMerge "BUG-1281: move the default codec"
2014-07-21 Tony TkacikMerge "Move XmlDocumentUtils.writeValueByType()"
2014-07-21 Tony TkacikMerge "BUG-865: get rid of InstanceIdentifier-related...
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 Robert VargaBUG-865: get rid of InstanceIdentifier-related warnings 91/9191/1
2014-07-21 Ladislav BorakBug 626 - It should be possible to create java doc 92/8592/14
2014-07-21 Martin VitezBUG-1097: implemented check for null or empty list... 20/9120/3
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-18 Robert VargaMerge "BUG-1388: fixed ClassTemplate to avoid unused...
2014-07-18 Robert VargaBindingGeneratorUtil.computeDefaultSUID() should not... 48/9148/1
2014-07-18 Martin VitezBUG-1388: fixed ClassTemplate to avoid unused import... 40/9140/1
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 Martin VitezBUG-979: reworked data schema nodes ordering 41/8841/6
2014-07-16 Martin VitezBUG-532: implemented copy constructor for generated... 48/9048/1
2014-07-16 Tony TkacikMerge "BUG-1091: sever the NormalizedNode/Node relation...
2014-07-16 Tony TkacikMerge "Modifications RpcResultBuilder class"
2014-07-15 Robert VargaBUG-1270: be smart about Restrictions 39/9039/1
2014-07-15 Martin VitezBUG-1276: fixed generated union constructor 06/9006/2
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 Martin VitezMerge "API Cleanup: Moved package name computation...
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-15 Tony TkacikAPI Cleanup: Moved package name computation to BindingM... 11/9011/1
2014-07-11 Martin VitezBUG-1347: fixed bug in generation constraints for decim... 25/8925/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 Martin VitezBUG-579: Remove the dependency on GeneratedTOBuilderImp... 53/8653/1
2014-07-04 Robert VargaUse CharMatcher in packageNameForGeneratedType() 44/8644/2
2014-07-04 Lukas SedlakBug 560: Fixed incoherent API implementation. 54/8654/1
2014-07-03 Robert VargaDo not use "".equals(String) 39/8639/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-03 Tony TkacikMerge "BUG-1288: improve InstanceIdentifier API"
2014-07-02 Robert VargaBUG-1275: do not copy arrays in XmlDocumentUtilsforEach... 44/8544/3
2014-07-02 Robert VargaOptimize BindingGeneratorUtil.parseToCamelCase() 37/8537/1
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 VitezBUG-1119: optimize length and range checks in generated... 92/7892/9
2014-07-02 Martin VitezBUG-1143: binding-generator-impl: tests refactoring. 01/8401/3
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-1258: Mark FIXME for implementation"
2014-07-01 Tony TkacikMerge "BUG-868: do not use InstanceIdentifier.getPath()"
2014-07-01 Tony TkacikMerge "Cleanup pom.xml"
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 Robert VargaCleanup pom.xml 97/8497/1
2014-07-01 Martin VitezBUG-865: removed deprecated code from binding-java... 01/8501/1
2014-07-01 Robert VargaBUG-994: use SchemaPath.getPathTowardRoot() 80/8380/5
2014-07-01 Martin VitezMerge "Bug 1027: Decreased log level from INFO to DEBUG."
2014-07-01 Tomas OlveckyBug 1198: Make URLSchemaContextResolver thread safe 14/8114/8
2014-07-01 Tony TkacikMerge "BUG 428 remove importing unnecessary imports"
2014-07-01 Ladislav BorakImprovements REST documentation generation 82/8482/1
2014-06-30 Tony TkacikBug 1027: Decreased log level from INFO to DEBUG. 56/8456/1
2014-06-30 Jozef GloncakBUG 428 remove importing unnecessary imports 48/5448/18
2014-06-27 tpantelisBug 762: Verify input in typedef codecs 67/7367/11
2014-06-27 Jan MedvedMerge "Revert "BUG-994: reorganize SchemaPath into...
next