summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-17Use lo_dladdr() on AndroidTor Lillqvist1-1/+11
2011-11-17Add more librariesTor Lillqvist1-5/+8
2011-11-17Add lo_dladdr(), a wrapper for Android's dladdr()Tor Lillqvist2-21/+54
2011-11-17Include also the boostrap UNO componentTor Lillqvist1-2/+5
2011-11-17Copy more shared objects for unit testingTor Lillqvist1-11/+41
2011-11-17Improve a diagnostic log messageTor Lillqvist1-2/+3
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-16WaE: Unused parameterTor Lillqvist1-0/+1
2011-11-16Further Android work, now most sal cppunit tests seem to runTor Lillqvist7-83/+128
2011-11-15Rework the bootstrap mechanism of a LO program on AndroidTor Lillqvist9-190/+1286
2011-11-15Intermediate Android commit, before having NativeActivity load lo-bootstrapTor Lillqvist4-196/+224
2011-11-14Search app's lib firstTor Lillqvist1-1/+1
2011-11-13Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainNameArnaud Versini1-129/+11
2011-11-13Replace domainname command by getdomainname syscall or functionArnaud Versini1-46/+5
2011-11-11WaE: defined but not usedTor Lillqvist1-3/+3
2011-11-11Intermediate Android commitTor Lillqvist1-3/+17
2011-11-11Release strings after useTor Lillqvist1-0/+5
2011-11-11TypoTor Lillqvist1-2/+2
2011-11-11More baby steps for AndroidTor Lillqvist12-0/+597
2011-11-10Deliver the Android libuno_sal.soTor Lillqvist1-0/+1
2011-11-07First baby steps of proper Android "native" program supportTor Lillqvist1-0/+48
2011-11-07Remove obsolete IsWin95A functionJesús Corrius1-20/+1