index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NativeCode.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 60e4a65d: am 916c54b2: Merge "Enable host multilib for ART testing."
Ian Rogers
2014-06-25
1
-0
/
+1
|
\
|
*
Enable host multilib for ART testing.
Ian Rogers
2014-06-17
1
-0
/
+1
*
|
am 209d4528: am 0a58ece3: Merge "Fix Mac build."
Ian Rogers
2014-06-11
1
-1
/
+4
|
\
\
|
|
/
|
*
Fix Mac build.
Ian Rogers
2014-06-10
1
-1
/
+4
*
|
am cc6d37df: am 4aa9da3f: Merge "Build fix."
Ian Rogers
2014-06-11
1
-1
/
+1
|
\
\
|
|
/
|
*
Build fix.
Ian Rogers
2014-06-09
1
-1
/
+1
*
|
am a97fc534: am a3f1cb68: Merge "Remove deprecated WITH_HOST_DALVIK."
Ian Rogers
2014-06-11
1
-17
/
+15
|
\
\
|
|
/
|
*
Remove deprecated WITH_HOST_DALVIK.
Ian Rogers
2014-06-09
1
-17
/
+15
*
|
am 9de62953: am 694b7052: am 697dc169: Merge "Build libcore native code on th...
Ian Rogers
2014-05-23
1
-0
/
+2
|
\
\
|
|
/
|
*
Build libcore native code on the host with clang.
Ian Rogers
2014-05-23
1
-0
/
+2
*
|
Add support for network-specific host name resolution.
Paul Jensen
2014-05-13
1
-1
/
+1
|
/
*
Finish moving away from LD_LIBRARY_PATH on Android.
Elliott Hughes
2014-04-03
1
-1
/
+1
*
Add libutils dependency for libziparchive.
Narayan Kamath
2013-12-11
1
-2
/
+2
*
Add a JNI wrapper over libziparchive.
Narayan Kamath
2013-12-06
1
-2
/
+2
*
A simple set of JNI argument passing tests.
Ian Rogers
2013-11-05
1
-0
/
+1
*
Split Conscrypt makefile out from libcore
Kenny Root
2013-09-16
1
-47
/
+0
*
Conscrypt: remove dependence on stlport
Kenny Root
2013-09-11
1
-1
/
+0
*
Fixed interruption of blocked SSLSocket via Socket.close()
Brian Carlstrom
2013-09-10
1
-9
/
+6
*
Move conscrypt out libjavacore and split tests
Kenny Root
2013-08-30
1
-5
/
+39
*
Move libcore to C++11.
Elliott Hughes
2013-08-12
1
-0
/
+1
*
Bring NativeCode.mk in line with the internal copy.
Elliott Hughes
2013-07-30
1
-5
/
+4
*
Fix libcore's NativeCode.mk so we actually compile with -Werror.
Elliott Hughes
2013-07-30
1
-43
/
+23
*
Move System.currentTimeMillis, nanoTime, and mapLibraryName into the library.
Elliott Hughes
2013-06-07
1
-1
/
+1
*
Tracking libnativehelper dependencies
Brian Carlstrom
2013-05-10
1
-0
/
+1
*
Add -host suffix for master changes
Kenny Root
2013-05-02
1
-1
/
+1
*
Merge "NativeCrypto: build native library standalone"
Kenny Root
2013-05-02
1
-0
/
+15
|
\
|
*
NativeCrypto: build native library standalone
Kenny Root
2013-05-02
1
-0
/
+15
*
|
Tracking changes to *-host for host shared libraries
Brian Carlstrom
2013-05-01
1
-32
/
+10
|
/
*
Move JSSE to new package
Kenny Root
2013-04-29
1
-2
/
+3
*
Change native test module name
Kenny Root
2013-02-01
1
-2
/
+2
*
NativeCrypto: add test base for OpenSSL ENGINEs
Kenny Root
2013-01-28
1
-0
/
+66
*
Add dependencies on the makefiles.
Elliott Hughes
2012-08-28
1
-0
/
+3
*
Stop using -fvisibility=hidden.
Elliott Hughes
2012-08-01
1
-3
/
+0
*
Make libjavacore independent of libnativehelper for the PDK.
Elliott Hughes
2012-05-04
1
-5
/
+8
*
am 617f435b: am 8d778522: am 61f172cd: Merge "Simplify and speed up makefile."
Jean-Baptiste Queru
2012-04-24
1
-14
/
+1
|
\
|
*
Simplify and speed up makefile.
Jean-Baptiste Queru
2012-04-19
1
-14
/
+1
*
|
Restrict -fvisibility-inlines-hidden to C++ code
Andy McFadden
2012-01-20
1
-1
/
+4
*
|
Remove static libraries from static library module.
Ying Wang
2011-11-07
1
-2
/
+0
|
/
*
Remove the simulator target from all makefiles.
Jeff Brown
2011-07-11
1
-2
/
+0
*
Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)
Brian Carlstrom
2011-04-29
1
-13
/
+0
*
Use -fvisibility and clean up a little.
Elliott Hughes
2011-03-08
1
-1
/
+4
*
Tell editors that these are Makefiles (or fragments thereof).
Elliott Hughes
2011-01-07
1
-1
/
+2
*
resolved conflicts for merge of bb253213 to dalvik-dev
Brian Carlstrom
2010-11-22
1
-2
/
+2
|
\
|
*
Fix the libcore part of the simulator build.
Marco Nelissen
2010-11-22
1
-2
/
+2
*
|
resolved conflicts for merge of 18fb450a to dalvik-dev
Brian Carlstrom
2010-11-19
1
-2
/
+8
|
\
\
|
|
/
|
*
Fix for simulator build, no stlport in simulator
Kristian Monsen
2010-11-19
1
-1
/
+6
|
*
Move from MAX/MIN to std::max/std::min
Brian Carlstrom
2010-11-10
1
-1
/
+1
*
|
Rewrite File.getCanonicalPath.
Elliott Hughes
2010-11-08
1
-2
/
+2
|
/
*
Add optional tags to libcore.
Jesse Wilson
2010-09-16
1
-0
/
+2
*
Make the bouncy castle keystore available for the host build.
Jesse Wilson
2010-09-13
1
-1
/
+2
[next]