Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_Gen | Hartmut Holzgraefe | 2003-06-29 | 1 | -426/+0 |
| | |||||
* | thoughts about a new proto parser ... | Hartmut Holzgraefe | 2003-06-21 | 1 | -2/+49 |
| | |||||
* | typo fix | Hartmut Holzgraefe | 2003-06-20 | 1 | -1/+1 |
| | |||||
* | doing the trick like in extension_parser.php | Hartmut Holzgraefe | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | no RCS keyword expansion in template, 2nd try | Hartmut Holzgraefe | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | - new method to generate test cases for functions | Hartmut Holzgraefe | 2003-05-20 | 1 | -3/+36 |
| | | | | | - beginning support for "pass by reference" parameters | ||||
* | 'stream' parameter support in proto parser and code generation | Hartmut Holzgraefe | 2003-05-09 | 1 | -0/+10 |
| | |||||
* | use PHP 5 style constructor | Hartmut Holzgraefe | 2003-04-26 | 1 | -54/+56 |
| | | | | | plus whitespace/coding style changes | ||||
* | whitespace changes in generated code | Hartmut Holzgraefe | 2003-04-24 | 1 | -13/+13 |
| | |||||
* | Resource handling fixed and improved: | Hartmut Holzgraefe | 2003-04-23 | 1 | -17/+111 |
| | | | | | | | | | | | - resources may have an additional type specifier in prototypes - the 'alloc' attribute specifies whether to emalloc/efree the resource payload in generated code or not Example code generation for function return types Small docbook generation fixes in function documentation | ||||
* | make sure the function name in the proto matches the function | Hartmut Holzgraefe | 2003-03-15 | 1 | -0/+5 |
| | |||||
* | - support for "callback" type | Hartmut Holzgraefe | 2003-02-28 | 1 | -7/+10 |
| | | | | | - proto syntax errors are now passed back to the top level parser | ||||
* | - code generation: resources and phpinfo logo | Hartmut Holzgraefe | 2003-02-24 | 1 | -24/+30 |
| | | | | | | | | | - duplicate code elimination for prototype parsing - improved phpinfo block (incl. logo) - some input error checking - documentation generation for ini-directives, constants and resources | ||||
* | code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFO | Hartmut Holzgraefe | 2003-02-19 | 1 | -3/+19 |
| | | | | | | and for private internal C helper functions may now be embedded into the XML specification | ||||
* | next generation ext_skel script - initial checkin | Hartmut Holzgraefe | 2003-02-19 | 1 | -0/+210 |