walon
|
8164d641e4
|
【调整】生成单个代码文件时,相对目录为output_code_dir而不是当前目录
|
2021-12-23 17:19:52 +08:00 |
walon
|
83f81ed463
|
【调整】名称调整,统一 pb => protobuf
【特性】新增 gen_types 类型 code_template,可以自定义新的模板目录了,新增配合的命令行选项 --template:code:dir
【调整】模板参数名调整。 data_template_name => template:data:file, output_compact_json => output:data:compact_json
【修复】修复protobuf生成错误设置 language为lua的bug
|
2021-12-04 14:47:47 +08:00 |
walon
|
ca8e5035ba
|
【重构】模块相关函数由StringTemplateUtil移到StringTemplateManager
【特性】Luban.Server支持禁用生成缓存(但仍保留源文件缓存)。
【修复】修复 start_up.md 文档中的链接错误
|
2021-11-30 16:32:31 +08:00 |
walon
|
bb534ef12e
|
【重构】重构cfg code生成,消除大量重复代码
|
2021-11-27 15:23:42 +08:00 |
walon
|
9083915b62
|
【重构】重构proto JobController代码,添加新的代码生成不再需要修改JobController代码。
|
2021-11-26 19:03:03 +08:00 |
walon
|
21a745a4f7
|
【重构】 config/rust_json/mod_header.tpl 改名为 include.tpl
|
2021-11-17 10:19:15 +08:00 |
walon
|
8f872289b8
|
【特性】新增 --naming_convention_xxx 相关选项,允许指定生成代码的命名风格
|
2021-10-25 16:16:57 +08:00 |
walon
|
eeba3fd99c
|
【特性】cfg table新增output属性,用于指定输出文件名字
【特性】cfg 新增 --output_code_monolithic_file 参数,用于指定typescript之类生成的全量代码文件名
【修复】修复 topmodule不能为空的bug
|
2021-10-18 17:05:14 +08:00 |
walon
|
0a5d7b6ab4
|
【调整】移除cfg,proto,db对const定义的支持
|
2021-09-27 16:27:13 +08:00 |
walon
|
c29c00bbe3
|
【特性】新增生成类型 cfg code_rust_json(多态支持有一些问题)
|
2021-09-27 12:52:09 +08:00 |