| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-28 | parsh understands constant sized arrays | Andrew Kelley | |
| 2016-01-28 | parseh understands elaborated structs and enums | Andrew Kelley | |
| 2016-01-28 | parseh understands simple structs | Andrew Kelley | |
| 2016-01-28 | null pointer optimization for ?&T | Andrew Kelley | |
| this is necessary for the parseh change where all pointers from .h files are maybe pointers. | |||
| 2016-01-28 | add parseh tests | Andrew Kelley | |
| 2016-01-28 | parseh recognizes C enums | Andrew Kelley | |
| 2016-01-28 | parseh: add --c-import-warnings option | Andrew Kelley | |
| 2016-01-27 | c_import of stdio.h works for some functions | Andrew Kelley | |
| See #88 | |||
| 2016-01-27 | move AST rendering code to separate file | Andrew Kelley | |
| 2016-01-27 | build command supports -isystem argument | Andrew Kelley | |
| 2016-01-27 | parseh: still produce output when not all types are known | Andrew Kelley | |
| 2016-01-27 | parseh correctly handles C's void type | Andrew Kelley | |
| 2016-01-27 | parseh: recognize typedef types | Andrew Kelley | |
| and fix const qualifier on pointers | |||
| 2016-01-27 | parseh works for simple functions | Andrew Kelley | |
| 2016-01-27 | upgrade to the libclang C++ API | Andrew Kelley | |
| c_import creates a tmp .h file and parses it with libclang, reporting any errors found. See #88 | |||
| 2016-01-18 | Revert "delete parseh" | Andrew Kelley | |
| This reverts commit 18374ea8f18b6b48c53e6e7bd23d536ac2e8a807. | |||
| 2016-01-15 | delete parseh | Andrew Kelley | |
| we'll have to switch to the clang C++ api anyway we'll revive this code later | |||
| 2015-12-14 | instead of *mut and *const, & and &const | Andrew Kelley | |
| closes #33 | |||
| 2015-12-14 | add number literal type | Andrew Kelley | |
| it gets implicitly casted to whatever is needed. closes #24 | |||
| 2015-12-09 | parseh: cleanup types | Andrew Kelley | |
| 2015-12-09 | ability to call external variadic functions | Andrew Kelley | |
| 2015-12-08 | parseh: better results for stdio.h | Andrew Kelley | |
| 2015-12-08 | parseh: add c header files | Andrew Kelley | |
| 2015-12-04 | parseh: fix wrong fn parameters in some cases | Andrew Kelley | |
| 2015-12-03 | exporting .h file supports void | Andrew Kelley | |
| 2015-12-03 | more C header interoperability | Andrew Kelley | |
| 2015-12-03 | parseh: detect fixed size integer types | Andrew Kelley | |
| 2015-12-03 | parseh command, parses a C .h file and produces extern decls | Andrew Kelley | |
