summaryrefslogtreecommitdiff
path: root/common/lib
AgeCommit message (Collapse)Author
2012-09-07cleopatre: allow the bundle to compile without mmtcgen, refs #409Nélio Laranjeiro
2012-09-07common/lib/mmtcgen: remove cp_ prefix from template, refs #409Nélio Laranjeiro
2012-09-07cesar: integrate mmtypes.h generated from mmtcgen, refs #409Nélio Laranjeiro
2012-04-12common/lib/mmtcgen: add a makefile to compile the parser, refs #409, #2995Nélio Laranjeiro
For automatic tests we need to compile mmtcgen parser with yapps.
2012-04-02common/lib/mmtcgen: raise an error if a MMType is duplicated, refs #409Nélio Laranjeiro
2012-04-02common/lib/scammer: get MME Types using mmtcgen, refs #409Nélio Laranjeiro
2012-04-02common/lib/scammer: add .gitignore for pyc filesNélio Laranjeiro
2012-04-02common/lib/mmtcgen: add .gitignore file, refs #409Nélio Laranjeiro
2012-04-02common/lib/mmtcgen: can be called from a python script, refs #409Nélio Laranjeiro
2012-04-02common/mmtcgen: remove sub mmtcgen directory, refs #409Nélio Laranjeiro
Having a subdirectory with the same name as the principal python script is complicated. As it is not really necessary, all files are moved into the principal directory.
2012-04-02common/lib/mmtcgen: add more verification on MMTypes, refs #409Nélio Laranjeiro
- For each MMType present in the entry file, it checks the MMType is inside the bounds defined by its name, i.e. CC mmtypes must be inside CC_MIN and CC_MAX. - Export defines for each MME class type for the C files, i.e. MMTYPE_IS_DRV(mmtype) which returns true if the MMType is a DRV one.
2012-04-02common/lib/mmtcgen: remove export possibility, refs #409Nélio Laranjeiro
Export is only necessary for C headers, python scripts can import directly mmtcgen to parse the file and get the MMTypes.
2012-04-02common/lib/mmtcgen: add header and footer in generated header file, refs #409Nélio Laranjeiro
2012-04-02common/lib/mmtcgen: add mme.txt file with all MMEs, refs #409Nélio Laranjeiro
- HPAV MMe - Driver MMe - VS MMe
2012-04-02common: move mmtcgen from cesar/common/tools to common/lib, refs #409Nélio Laranjeiro
2011-11-28common/lib/scammer: tool to (en|de)code MMENélio Laranjeiro