summaryrefslogtreecommitdiff
path: root/libartbase/base/bit_string.h
AgeCommit message (Collapse)Author
2022-04-14Modernize libartbase/ usage of <type_traits>... Vladimir Marko
... and other standard library templates. Use `std::*_t<...>` and `std::*_v<...>` instead of `std::*<...>::type` and `std::*<...>::value`. Remove some unnecessary "typename" qualifiers and second arguments to `static_assert()`. Test: Rely on TreeHugger. Change-Id: I4dc8e6fd905c60f652d3ac74bdf3d275b98daee8
2018-04-26Clean up include paths David Sehr
Remove runtime/globals.h and make clients point to the right globals.h (libartbase/base/globals.h). Also make within-libartbase includes relative rather than using base/, etc. Bug: 22322814 Test: make -j 40 checkbuild Change-Id: I99de63fc851d48946ab401e2369de944419041c7
2018-03-05Move most of runtime/base to libartbase/base David Sehr
Enforce the layering that code in runtime/base should not depend on runtime by separating it into libartbase. Some of the code in runtime/base depends on the Runtime class, so it cannot be moved yet. Also, some of the tests depend on CommonRuntimeTest, which itself needs to be factored (in a subsequent CL). Bug: 22322814 Test: make -j 50 checkbuild make -j 50 test-art-host Change-Id: I8b096c1e2542f829eb456b4b057c71421b77d7e2