1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jun 05, 2023 — Jun 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
AI 145659: am: CL 145621 am: CL 145373 remove a debugging printf that sometimes breaks the build because the commandline is too long Original author: joeo Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 145655: am: CL 145618 am: CL 145333 Cloned from CL 144759 by 'g4 patch'. Original change by jo...@abreu on 2009/04/06 19:54:13. Implement SDK add-ons in the build system. - Add an option to use the standard javadoc doclet instead of droiddoc, since droiddocs non-sdk templates aren't ready for prime time. - Add the notion of a stubs for a library. It's only implemented for java libraries, but when we do native libraries in the NDK or sdk-addons, it will work there too. Original author: joeo Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
Merge branch 'readonly-p4-donut' into donut More... over 16 years ago
AI 145622: am: CL 145380 Fixes for add-on build Original author: xav Merged from: //branches/cupcake/... More... over 16 years ago
Merge branch 'readonly-p4-donut' into donut More... over 16 years ago
AI 145621: am: CL 145373 remove a debugging printf that sometimes breaks the build because the commandline is too long Original author: joeo Merged from: //branches/cupcake/... More... over 16 years ago
Merge branch 'readonly-p4-donut' into donut More... over 16 years ago
AI 145618: am: CL 145333 Cloned from CL 144759 by 'g4 patch'. Original change by jo...@abreu on 2009/04/06 19:54:13. Implement SDK add-ons in the build system. - Add an option to use the standard javadoc doclet instead of droiddoc, since droiddocs non-sdk templates aren't ready for prime time. - Add the notion of a stubs for a library. It's only implemented for java libraries, but when we do native libraries in the NDK or sdk-addons, it will work there too. Original author: joeo Merged from: //branches/cupcake/... More... over 16 years ago
Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0 More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 145592: Fixed the tracedmdump() bash function to use the correct path for the vmlinux-qemu file. BUG=1630077 More... over 16 years ago
AI 145576: Probe for the proper sed(1) extended regex switch More... over 16 years ago
AI 145512: SDK add-on updates - rename the directory and zip file - make it build to the dist directory More... over 16 years ago
Merge branch 'readonly-p4-donut' into donut More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 145464: am: CL 145080 Add Latin and Chinese method to SDK. Original author: xav Merged from: //branches/cupcake/... More... over 16 years ago
AI 145486: am: CL 145464 am: CL 145080 Add Latin and Chinese method to SDK. Original author: xav Merged from: //branches/cupcake/... Original author: android-build More... over 16 years ago
AI 145380: Fixes for add-on build More... over 16 years ago
AI 145373: remove a debugging printf that sometimes breaks the build because the commandline is too long More... over 16 years ago
AI 145333: Cloned from CL 144759 by 'g4 patch'. Original change by jo...@abreu on 2009/04/06 19:54:13. Implement SDK add-ons in the build system. - Add an option to use the standard javadoc doclet instead of droiddoc, since droiddocs non-sdk templates aren't ready for prime time. - Add the notion of a stubs for a library. It's only implemented for java libraries, but when we do native libraries in the NDK or sdk-addons, it will work there too. More... over 16 years ago
Add the domain search list for VPN connection. The current solution is to read the net.dns.search property, and expand the list during the resolve initialization. In the future, we could implement search list per process. More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 145159: am: CL 145059 (Almost) final set of wrapper around the C headers for stdc++ and 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. Original author: niko More... over 16 years ago
revert prelink map to match OpenCORE 1.0 More... over 16 years ago
AI 145080: Add Latin and Chinese method to SDK. More... over 16 years ago
AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and 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 More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago
AI 145053: add SVG to the browser [disabled by default] To enable SVG, edit your buildspec.mk to ENABLE_SVG:=true then make clean-libwebcore && make Some SVG functionality has been stubbed out in this checkin. //branches/master/android/build/buildspec.mk.default # edit - add ENABLE_SVG, commented out by default - fix up WEBCORE_INSTRUMENTATION define while I was in there //branches/master/android/external/webkit/Android.mk # edit - add ENABLE_SVG C define - add svg paths to C includes //branches/master/android/external/webkit/WebCore/Android.derived.mk # edit - update merge tool rules - add svg to css property names, keywords, generated bindings - add svg names, element factory, wrappers - remove obsolete ksvgcssproperties.h - add XLinkNames, required by SVG //branches/master/android/external/webkit/WebCore/Android.mk # edit - update merge tool rules - add svg bindings, css svg parsing, svg rendering, svg engine //branches/master/android/external/webkit/WebCore/config.h # edit - leave ENABLE_SVG alone if it is already defined //branches/master/android/external/webkit/WebCore/loader/EmptyClients.h # edit - add some Android extensions as empty virtuals (EmptyClients is only used by SVG) //branches/master/android/external/webkit/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp # edit //branches/master/android/external/webkit/WebCore/platform/graphics/android/PathAndroid.cpp # edit - add SVG graphics porting functions. Note the FIXMEs -- some are unimplemented. BUG=1474412 More... over 16 years ago
Merge branch 'readonly-p4-master' More... over 16 years ago