summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2011-11-30OSL_TRACE in sal/rtl/source/alloc_*.cxx leads to deadlock...Stephan Bergmann3-208/+182
2011-11-30Removed unused sal/inc/internal/once.h.Stephan Bergmann5-86/+0
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-29Refactor, make lo-bootstrap API usable from non-NativeActivity apps tooTor Lillqvist2-38/+55
2011-11-29Construct a .jar for use by future other Android-specific Java code, tooTor Lillqvist1-8/+17
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from salNorbert Thiebaud122-232/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud5-24/+0
2011-11-26The lo_main() thing on Android works fine, remove superfluous loggingTor Lillqvist1-7/+0
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot2-37/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25Add lo_get_javavm() to get the JavaVM we are runnning inTor Lillqvist2-1/+17
2011-11-24Replace also the std::type_info::before() in libgnustl_shared.soTor Lillqvist1-64/+121
2011-11-24Reduce logging verbosity and tune levelsTor Lillqvist1-44/+46
2011-11-24Binary patch the mmapped libgnustl_shared.so from NDK r7Tor Lillqvist2-3/+121
2011-11-24Add "clean" targetTor Lillqvist1-0/+3
2011-11-24ditch dbg_dumpCaolán McNamara2-100/+0
2011-11-23Call getResult with fully qualified name.Stephan Bergmann1-1/+2
2011-11-23Silence bogus MSC "must return a value" errors.Stephan Bergmann1-1/+15
2011-11-23version information from Arnaud on deprecating the getpid workaround.Michael Meeks1-0/+4
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann12-174/+267
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky3-6/+12
2011-11-22Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann2-45/+41
2011-11-22rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx).Stephan Bergmann1-2/+2
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann19-318/+757
2011-11-21remove extraneous endif.Michael Meeks1-2/+0
2011-11-21only build custom gethostbyname for OSX & IOSMichael Meeks1-2/+2
2011-11-21Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks2-0/+98
2011-11-21Remove internal backtrace and backtrace_symbols_fdArnaud Versini2-102/+2
2011-11-21Remove internal gethostbyname_r implementation.Arnaud Versini2-98/+0
2011-11-21Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini1-14/+9
2011-11-21Add stuff to run bridgetestTor Lillqvist1-6/+23
2011-11-21Bah, don't bother with conditional copying of stuff into the .apk hereTor Lillqvist1-7/+3
2011-11-21Add the localedata_en and localedata_others libsTor Lillqvist1-0/+2
2011-11-21Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist1-3/+3
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane1-0/+4
2011-11-21poke __cplusplus into workben comparison toolCaolán McNamara2-12/+2
2011-11-21SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilersLionel Elie Mamane1-1/+1
2011-11-21Ignore also "assets"Tor Lillqvist1-0/+1
2011-11-21Include more stuff in the .apk needed by test_i18npool_test_breakiteratorTor Lillqvist1-9/+26
2011-11-21Fix crash in the "memory" FileHandle_ImplTor Lillqvist1-9/+12
2011-11-20Use proper command line parsing for the lo-main-cmdline extra stringTor Lillqvist1-7/+3
2011-11-20Unix style command line parserTor Lillqvist1-0/+176
2011-11-19osl_syncFile() should work also for NULL handlesTor Lillqvist1-3/+3
2011-11-19Add read-only pseudo-files representing a memory blockTor Lillqvist1-8/+91
2011-11-19More misc Android workTor Lillqvist5-50/+333
2011-11-18cppcheck: unread variablesKorrawit Pruegsanusak2-2/+0
2011-11-17Add the gcc3_uno libraryTor Lillqvist1-3/+4
2011-11-17Missing semicolonTor Lillqvist1-1/+1
2011-11-17Look for lo_main() and not main() on AndroidTor Lillqvist1-0/+8