| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also add std::malloc/realloc/calloc/free to <cstdlib>
Rename <cwchar_is_not_supported> to <cwchar>
|
|
|
|
| |
This is needed for upcoming STLport experimentation.
|
|
|
|
|
|
|
| |
In new, include cstddef which declares std::size_t.
BUG=1601432
Automated import of CL 145714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
their tests.
The only one left is cstring.
* bionic/libstdc++/include/cstdlib:
* bionic/libstdc++/include/cstdio:
* bionic/libstdc++/include/cstdint:
* bionic/libstdc++/include/csignal:
* bionic/libstdc++/include/csetjmp:
Added header file.
Checks the bionic headers file were picked up instead of the host ones.
Added test for new header files
* system/extras/tests/bionic/libstdc++/Android.mk:
Added tests for the new header files.
EXTRA_CFLAGS: include the bionic header files.
BUG=1601432
Automated import of CL 145059
|
|
|
|
|
|
|
| |
QA Impact:None
BUG=1601432
Automated import of CL 144236
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
implementation.
Even if we don't want to have a bloated stl implementation, having empty
files around is probably not very good either.
Added a test to make sure the header file compiles on host and kila-eng.
QA Impact: In system/extras/test/bionic/libstdc++ build the tests using:
mm BIONIC_TESTS=1
to build the host and target tests.
BUG=1601432
Automated import of CL 143504
|
| |
|
| |
|
| |
|
|
|