summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
* WaE: Unused parameterTor Lillqvist2011-11-161-0/+1
* Further Android work, now most sal cppunit tests seem to runTor Lillqvist2011-11-167-83/+128
* Rework the bootstrap mechanism of a LO program on AndroidTor Lillqvist2011-11-159-190/+1286
* Intermediate Android commit, before having NativeActivity load lo-bootstrapTor Lillqvist2011-11-154-196/+224
* Search app's lib firstTor Lillqvist2011-11-141-1/+1
* Remove _osl_getDomainName and simplify _osl_getFullQualifiedDomainNameArnaud Versini2011-11-131-129/+11
* Replace domainname command by getdomainname syscall or functionArnaud Versini2011-11-131-46/+5
* WaE: defined but not usedTor Lillqvist2011-11-111-3/+3
* Intermediate Android commitTor Lillqvist2011-11-111-3/+17
* Release strings after useTor Lillqvist2011-11-111-0/+5
* TypoTor Lillqvist2011-11-111-2/+2
* More baby steps for AndroidTor Lillqvist2011-11-1112-0/+597
* Deliver the Android libuno_sal.soTor Lillqvist2011-11-101-0/+1
* First baby steps of proper Android "native" program supportTor Lillqvist2011-11-071-0/+48
* Remove obsolete IsWin95A functionJesús Corrius2011-11-071-20/+1
* Added OUStringBuffer::append(char) so that b.append(' ') does what one expects.Stephan Bergmann2011-11-043-0/+82
* Moved sal/rtl/source string files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0111-51/+104
* Moved sal/rtl/source/alloc_* files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0110-124/+91
* Removed some obsolete register annotations.Stephan Bergmann2011-11-015-30/+30
* Moved various sal/rtl/source files from C to C++, for easier maintenance.Stephan Bergmann2011-11-0112-110/+188
* Removed obsolete rtl/tres stuff.Stephan Bergmann2011-11-015-912/+0
* Fixed rtl_getGlobalProcessId implementation (moved from C to C++).Stephan Bergmann2011-11-011-21/+33
* adapt naming schemeCaolán McNamara2011-11-011-4/+3
* add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString oneCaolán McNamara2011-11-011-0/+24