summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* Bin a few lines of weird crackTor Lillqvist2011-12-131-4/+0
* || -> &&Caolán McNamara2011-12-071-2/+2
* Don't replace getpid on Linux when the system version is correctArnaud Versini2011-12-071-6/+8
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-064-8/+8
* lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen2011-12-051-45/+0
* ChildStatusProc needs to be extern "C".Stephan Bergmann2011-12-051-0/+4
* Improve ChildStatusProc diagnostics.Stephan Bergmann2011-12-023-29/+79
* Android code refactorig and hackingTor Lillqvist2011-11-3017-2556/+32
* Refactor, make lo-bootstrap API usable from non-NativeActivity apps tooTor Lillqvist2011-11-292-38/+55
* Construct a .jar for use by future other Android-specific Java code, tooTor Lillqvist2011-11-291-8/+17
* remove include of pch header from salNorbert Thiebaud2011-11-2719-35/+0
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-273-12/+0
* PDP_ENDIAN and variants are unused.François Tigeot2011-11-251-16/+0
* Add lo_get_javavm() to get the JavaVM we are runnning inTor Lillqvist2011-11-252-1/+17
* Replace also the std::type_info::before() in libgnustl_shared.soTor Lillqvist2011-11-241-64/+121
* Reduce logging verbosity and tune levelsTor Lillqvist2011-11-241-44/+46
* Binary patch the mmapped libgnustl_shared.so from NDK r7Tor Lillqvist2011-11-242-3/+121
* Add "clean" targetTor Lillqvist2011-11-241-0/+3
* version information from Arnaud on deprecating the getpid workaround.Michael Meeks2011-11-231-0/+4
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-234-40/+55
* Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky2011-11-232-5/+5
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-229-251/+330
* remove extraneous endif.Michael Meeks2011-11-211-2/+0
* only build custom gethostbyname for OSX & IOSMichael Meeks2011-11-211-2/+2
* Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks2011-11-212-0/+98
* Remove internal backtrace and backtrace_symbols_fdArnaud Versini2011-11-212-102/+2
* Remove internal gethostbyname_r implementation.Arnaud Versini2011-11-212-98/+0
* Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini2011-11-211-14/+9
* Add stuff to run bridgetestTor Lillqvist2011-11-211-6/+23
* Bah, don't bother with conditional copying of stuff into the .apk hereTor Lillqvist2011-11-211-7/+3
* Add the localedata_en and localedata_others libsTor Lillqvist2011-11-211-0/+2
* Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist2011-11-211-3/+3
* Do not catch signals in dbgutil buildLionel Elie Mamane2011-11-211-0/+4
* Ignore also "assets"Tor Lillqvist2011-11-211-0/+1
* Include more stuff in the .apk needed by test_i18npool_test_breakiteratorTor Lillqvist2011-11-211-9/+26
* Fix crash in the "memory" FileHandle_ImplTor Lillqvist2011-11-211-9/+12
* Use proper command line parsing for the lo-main-cmdline extra stringTor Lillqvist2011-11-201-7/+3
* Unix style command line parserTor Lillqvist2011-11-201-0/+176
* osl_syncFile() should work also for NULL handlesTor Lillqvist2011-11-191-3/+3
* Add read-only pseudo-files representing a memory blockTor Lillqvist2011-11-191-8/+91
* More misc Android workTor Lillqvist2011-11-195-50/+333
* Add the gcc3_uno libraryTor Lillqvist2011-11-171-3/+4
* Missing semicolonTor Lillqvist2011-11-171-1/+1
* Look for lo_main() and not main() on AndroidTor Lillqvist2011-11-171-0/+8
* Use lo_dladdr() on AndroidTor Lillqvist2011-11-171-1/+11
* Add more librariesTor Lillqvist2011-11-171-5/+8
* Add lo_dladdr(), a wrapper for Android's dladdr()Tor Lillqvist2011-11-172-21/+54
* Include also the boostrap UNO componentTor Lillqvist2011-11-171-2/+5
* Copy more shared objects for unit testingTor Lillqvist2011-11-171-11/+41
* Improve a diagnostic log messageTor Lillqvist2011-11-171-2/+3