summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot2012-01-023-5/+5
* use the internal gethostbyname_r() implementation on OpenBSD tooRobert Nagy2011-12-211-2/+2
* osl_unmapFile can't work for files bundled inside the .apk on AndroidTor Lillqvist2011-12-212-12/+51
* Bin leftover unused filesTor Lillqvist2011-12-212-25/+0
* Fix compiler warnings for AndroidTor Lillqvist2011-12-203-13/+12
* Clean up previous commit.Stephan Bergmann2011-12-191-72/+8
* fdo#43095: allow the use of real access() callsMoritz Bechler2011-12-191-0/+21
* Warning clean-up (Mac OS X).Stephan Bergmann2011-12-192-2/+2
* At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann2011-12-191-26/+13
* -Werror=shadow and -Werror=sign-promo fixesStephan Bergmann2011-12-192-3/+29
* sal: add visibility symbolsMatúš Kukan2011-12-193-6/+6
* sal: convert to gbuildMatúš Kukan2011-12-193-349/+0
* 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