Datatypes for haskell RPC calls
[ganeti-local] / htools / Ganeti / THH.hs
2012-07-19 Iustin PopExtend the Template Haskell loadFn model
2012-07-19 Iustin PopChange how customFields are built
2012-07-19 Iustin PopRemove an unused function
2012-05-08 Iustin PopAdd decoding of Luxi calls and unittests for LuxiOp
2012-05-08 Iustin PopAuto-define a LuxiReq data type
2012-03-26 Iustin PopChange a type computation for compatibility with 6.12
2012-03-26 Iustin PopFix compatibility with TemplateHaskell from GHC 7.4
2012-03-13 Iustin Pophtools: add partial implementation of lib/objects.py
2012-01-13 Iustin PopEnable Eq instances for TH-built objects
2012-01-13 Iustin PopAdd object definitions for the ispec and ipolicy
2011-12-07 Iustin PopConvert opcode TH code to the use of Field type
2011-12-06 Iustin Pophtools: small change in error message in THH.hs
2011-12-06 Iustin Pophtools: improvements to JSON deserialisation
2011-12-06 Iustin Pophtools: add new template haskell system
2011-11-17 Iustin Pophtools: reindent the rest of the files
2011-10-26 Agata MurawskaGeneralize the generation of ADT from raw types
2011-10-26 Agata MurawskaLuxi support for Query status in htools
2011-10-14 Iustin PopAdjust htools code to new Luxi argument format
2011-10-12 Iustin PopHaskell support for generic Query in Luxi
2011-10-12 Agata MurawskaTH simplification for Luxi
2011-10-12 Agata MurawskaDots in docstings and hlint error fixes for htools
2011-10-11 Iustin PopSkip application of 'id' in TH code
2011-10-06 Agata MurawskaUse TemplateHaskell to create LUXI operations
2011-10-03 Iustin PopSome TH simplifications
2011-10-03 Iustin PopUse TemplateHaskell to generate opcode serialisation
2011-10-03 Iustin PopUse TemplateHaskell to build the opID function
2011-10-03 Iustin PopUse TemplateHaskell instead of hand-coded instances