| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Free up space in build.
Change-Id: Ic5cc48bacca47b45809b9bc649ae5b629b7427ed
|
| |
|
|
|
|
|
|
| |
Until now dlsym was used to lookup external symbols. Now you can
register your own function to be called when an undefined symbol is
used.
|
|
|
|
|
| |
Report unsupported/unknown preprocessor directives.
Report line number of error rather than character offset.
|
|
Document internal CodeGenerator interface
Move license to a separate license file.
Define a public API for calling libacc.
Update the "acc" test program to use the public API.
Move "main.cpp" and test scripts into the tests subdirectory.
Move test data from tests to tests/data
Remove stale test data.
|