log Resources/CodeGeneration/template.in.h.j2 @ 682:e8b83fe55a33 am-dev

age author description
Thu, 16 May 2019 15:04:41 +0200 Alain Mazy added support for float + map<TK, TV> instead of only map<string, T> am-dev
Thu, 16 May 2019 09:49:30 +0200 Alain Mazy codegen: using an ordereddict loader instead of sort the keys -> the delcared ordered in the yaml is preserved in the generated code which is more meaningfull than the alphabetical order am-dev
Wed, 15 May 2019 18:29:42 +0200 Benjamin Golinvaux Restored missing code + fixed key ordering when generating code
Wed, 08 May 2019 16:32:57 +0200 Alain Mazy CodeGeneration: support default values am-dev
Mon, 29 Apr 2019 12:01:55 +0200 Alain Mazy codegen tools: support for int64, uint32, uint64 am-dev
Wed, 20 Mar 2019 15:27:04 +0100 Alain Mazy added sets in code generation (not tested yet in TS) dev