summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* remove include of pch header from salNorbert Thiebaud2011-11-27122-232/+0
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-275-24/+0
* The lo_main() thing on Android works fine, remove superfluous loggingTor Lillqvist2011-11-261-7/+0
* PDP_ENDIAN and variants are unused.François Tigeot2011-11-252-37/+0
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
* 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
* ditch dbg_dumpCaolán McNamara2011-11-242-100/+0
* Call getResult with fully qualified name.Stephan Bergmann2011-11-231-1/+2
* Silence bogus MSC "must return a value" errors.Stephan Bergmann2011-11-231-1/+15
* 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-2312-174/+267
* Some trivial fixes for MinGW with -std=c++0x enabled; not finished.Jan Holesovsky2011-11-233-6/+12
* Base SAL_INFO/WARN inclusion on if instead of #if.Stephan Bergmann2011-11-222-45/+41
* rtlbootstrap.mk.cxx needs to be a C++ file (including C++ macros.hxx).Stephan Bergmann2011-11-221-2/+2
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-2219-318/+757
* 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
* poke __cplusplus into workben comparison toolCaolán McNamara2011-11-212-12/+2
* SAL_N_ELEMENTS: use "check argument is array" version in all C++0x compilersLionel Elie Mamane2011-11-211-1/+1
* 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
* cppcheck: unread variablesKorrawit Pruegsanusak2011-11-182-2/+0
* 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