History log of /frameworks/rs/script_api/GenerateDocumentation.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e6b65617d3a779d939e7d6dd26663a898205ee3 17-Nov-2017 I-Jui (Ray) Sung <ijsung@google.com> Build RS API doc generator with Android.bp

The RS API header/document generator should be compiled with a proper
Android.bp rather than relying on a hardcoded clang version. This CL
updates both the generate.sh and provides an Android.bp for the generator.

Also fixed a segfault caused by an old bug from advancing an invalidated
list iterator. The segfault was caught by switching toolchain and C++
library versions.

In addition, fixed warnings caught by -Werror.

Test: m
Test: run generate.sh and inspect the generated documents
Bug: 66509928
Change-Id: Ibbbaaf65a0d1fc8ca37d357d077530d351d112f5
/frameworks/rs/script_api/GenerateDocumentation.cpp
32d3520f388756d384fb1a130fd1142b8481f190 21-Jun-2017 I-Jui (Ray) Sung <ijsung@google.com> Revise API reference generator for DevSite-based DAC

This CL updates the RenderScript API references generator so that
DevSite headers are generated, and the driving generate.sh now places the
generated files in a Piper client, assuming DevSite-based DAC directory
structure.

Also removed support for verification (i.e. -H) as it is no longer used.

Bug: 62802398
Test: run generate.sh given a Piper client
Test: g4 diff between generated API reference files and the DAC version
Change-Id: Ie9bc7ef5a2cc58f17d07d86872220fa9d2dde213
/frameworks/rs/script_api/GenerateDocumentation.cpp
2a85b6b9d6f9cb8f1b20d573c1c5ceafe901b011 09-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Move scriptc to script_api/include.

Part 1 of the directory re-organization. We're renaming the "api" directory
to "script_api" directory to distinguish between our control api (java or c++)
and our script api.

We're also moving the scriptc directory under that newly renamed directory,
and change its name to the more appropriate "include".

Test: scriptc/generate.sh
Test: compiled ImageProcessing_jb

Change-Id: I00c3bbf5728b652d1541ebe4123717f6ab639f09
/frameworks/rs/script_api/GenerateDocumentation.cpp