summaryrefslogtreecommitdiff
path: root/src/main/java/org
AgeCommit message (Expand)Author
2026-05-26Add CLIMichael Williamson
2026-05-23Preserve existing custom areasMichael Williamson
2026-05-23Write custom area contentMichael Williamson
2026-05-23Write custom area delimitersMichael Williamson
2026-05-23Add a notion of JavaCustomArea to type declarationsMichael Williamson
2026-05-20Support arbitrary Java values for custom native typesMichael Williamson
2026-05-20Support mapping custom native types to Java typesMichael Williamson
2026-05-20Add namespace to native type stringMichael Williamson
2026-05-20Generate no Java code for native typesMichael Williamson
2026-05-20Type check native type definitionsMichael Williamson
2026-05-20Add namespace name to native typesMichael Williamson
2026-05-20Parse native type definitionsMichael Williamson
2026-05-20Add "native" keywordMichael Williamson
2026-05-20Use lowerCamelCase keys in configMichael Williamson
2026-05-20Add with methods to Java buildersMichael Williamson
2026-05-18Add static arbitrary methods to create buildersMichael Williamson
2026-05-18Support static method declarations in JavaMichael Williamson
2026-05-18Add build method to buildersMichael Williamson
2026-05-18Track struct field typesMichael Williamson
2026-05-18Use TypesInfo to generate implementsTypesMichael Williamson
2026-05-18Pass types info into generatorMichael Williamson
2026-05-18Collect mapping of variants to sum typesMichael Williamson
2026-05-18Extract context for JavaTypesGeneratorMichael Williamson
2026-05-18Add Java new expressionMichael Williamson
2026-05-18Support JavaTypeRef to inner typeMichael Williamson
2026-05-18Extract JavaTypeRef.generic()Michael Williamson
2026-05-18Extract JavaTypeRef.ref()Michael Williamson
2026-05-18Extract JavaTypeRef.primitive()Michael Williamson
2026-05-18Add empty Builder to structsMichael Williamson
2026-05-18Extract generateStructDefinition()Michael Williamson
2026-05-17Use JavaTypeRef.INTMichael Williamson
2026-05-17Add string as native typeMichael Williamson
2026-05-17Add Java return statement nodeMichael Williamson
2026-05-17Add body to Java method nodesMichael Williamson
2026-05-17Add params to Java method nodeMichael Williamson
2026-05-17Add body to Java record nodeMichael Williamson
2026-05-17Introduce DocCommentMichael Williamson
2026-05-10Use docs comments in java-types outputMichael Williamson
2026-05-10Parse doc comment for sum definitionsMichael Williamson
2026-05-10Parse doc comment for struct definitionsMichael Williamson
2026-05-10Tokenize doc commentsMichael Williamson
2026-05-10Add doc comment to sum definition nodesMichael Williamson
2026-05-10Add doc comment to struct definition nodesMichael Williamson
2026-05-08Support List in java-typesMichael Williamson
2026-05-08Add List to contextMichael Williamson
2026-05-08Type check constructed typesMichael Williamson
2026-05-06Remove name() from TypeMichael Williamson
2026-05-06Add ConstructedNativeTypeMichael Williamson
2026-05-06Introduce JavaClassBodyDeclarationMichael Williamson
2026-05-03Rename scalar type to native typeMichael Williamson