Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-01 | Simplify and extend diameter_make interface | Anders Svensson | |
In particular, make codec/2 flexible as to what's generated, the formats (erl, hrl, parse, forms and beam) being passed in the options list and defaulting to [erl, hrl]. The 'parse' format is the internal format to which dictionaries are parsed, which can be manipulated by flatten/1 before being passed back to codec/2 or format/1. Remove the (undocumented) dict/1,2 since codec/2 now subsumes it with the 'parse' option. | |||
2013-11-28 | Make forms a separate output from diameter_codegen | Anders Svensson | |
Instead of being output as a consequence of a debug option. | |||
2013-11-28 | Remove last remnants of "spec" | Anders Svensson | |
2013-11-28 | Change extensions for debug output: .spec/forms -> .D/F | Anders Svensson | |
"spec" is an old term the internal representation of a dictionary. The new extensions are in the style or those that compile(3) can generate. | |||
2013-02-08 | Remove trailing whitespace | Anders Svensson | |
2011-12-02 | Adapt diameterc | Anders Svensson | |
2011-10-17 | Don't require -i directory to exist | Anders Svensson | |
2011-10-17 | Allow @inherits to be set/cleared with diameterc | Anders Svensson | |
This is to enable dictionaries compiled with --name/--prefix to be inherited using --inherits. | |||
2011-10-17 | Allow @name/@prefix to be set with diameterc | Anders Svensson | |
2011-10-17 | Whitespace fixes | Anders Svensson | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-18 | Initial commit of the diameter application. | Anders Svensson | |
The application provides an implementation of the Diameter protocol as defined in RFC 3588. |