summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2011-12-21Bin leftover unused filesTor Lillqvist
2011-12-20Fix compiler warnings for AndroidTor Lillqvist
2011-12-19Clean up previous commit.Stephan Bergmann
2011-12-19fdo#43095: allow the use of real access() callsMoritz Bechler
2011-12-19Warning clean-up (Mac OS X).Stephan Bergmann
2011-12-19At least GCC 4.5.1 does not allow #pragma GCC diagnostic inside functions.Stephan Bergmann
2011-12-19-Werror=shadow and -Werror=sign-promo fixesStephan Bergmann
2011-12-19sal: add visibility symbolsMatúš Kukan
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-13Bin a few lines of weird crackTor Lillqvist
2011-12-07|| -> &&Caolán McNamara
2011-12-07Don't replace getpid on Linux when the system version is correctArnaud Versini
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-05lp#726529: inline arm assembler is obsolete by nowBjoern Michaelsen
2011-12-05ChildStatusProc needs to be extern "C".Stephan Bergmann
2011-12-02Improve ChildStatusProc diagnostics.Stephan Bergmann
2011-11-30Android code refactorig and hackingTor Lillqvist
2011-11-29Refactor, make lo-bootstrap API usable from non-NativeActivity apps tooTor Lillqvist
2011-11-29Construct a .jar for use by future other Android-specific Java code, tooTor Lillqvist
2011-11-27remove include of pch header from salNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-25PDP_ENDIAN and variants are unused.François Tigeot
2011-11-25Add lo_get_javavm() to get the JavaVM we are runnning inTor Lillqvist
2011-11-24Replace also the std::type_info::before() in libgnustl_shared.soTor Lillqvist
2011-11-24Reduce logging verbosity and tune levelsTor Lillqvist
2011-11-24Binary patch the mmapped libgnustl_shared.so from NDK r7Tor Lillqvist
2011-11-24Add "clean" targetTor Lillqvist
2011-11-23version information from Arnaud on deprecating the getpid workaround.Michael Meeks
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-23Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
2011-11-21remove extraneous endif.Michael Meeks
2011-11-21only build custom gethostbyname for OSX & IOSMichael Meeks
2011-11-21Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks
2011-11-21Remove internal backtrace and backtrace_symbols_fdArnaud Versini
2011-11-21Remove internal gethostbyname_r implementation.Arnaud Versini
2011-11-21Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini
2011-11-21Add stuff to run bridgetestTor Lillqvist
2011-11-21Bah, don't bother with conditional copying of stuff into the .apk hereTor Lillqvist
2011-11-21Add the localedata_en and localedata_others libsTor Lillqvist
2011-11-21Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane
2011-11-21Ignore also "assets"Tor Lillqvist
2011-11-21Include more stuff in the .apk needed by test_i18npool_test_breakiteratorTor Lillqvist
2011-11-21Fix crash in the "memory" FileHandle_ImplTor Lillqvist
2011-11-20Use proper command line parsing for the lo-main-cmdline extra stringTor Lillqvist
2011-11-20Unix style command line parserTor Lillqvist
2011-11-19osl_syncFile() should work also for NULL handlesTor Lillqvist
2011-11-19Add read-only pseudo-files representing a memory blockTor Lillqvist
2011-11-19More misc Android workTor Lillqvist