summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist2012-04-021-5/+14
* Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity appsTor Lillqvist2012-04-021-5/+25
* sal: rtlbootstrap.mk was empty on cygwinMatúš Kukan2012-04-011-1/+7
* sal: use CustomTarget makefileMatúš Kukan2012-03-313-15/+19
* Use correct JNI name mangling of underscoresTor Lillqvist2012-03-301-2/+2
* do not just warn on allocation failure, simply abortLuboš Luňák2012-03-302-4/+4
* no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák2012-03-302-24/+1
* sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks2012-03-302-13/+51
* (const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák2012-03-292-3/+25
* No CppunitTest_sal_osl_process for iOS eitherTor Lillqvist2012-03-291-1/+2
* (const) char[] is a plain C string type tooLuboš Luňák2012-03-291-1/+12
* fix SFINAE detection of const char[N] for msvcLuboš Luňák2012-03-291-0/+6
* CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák2012-03-282-12/+12
* gcc-4.0.1 SFINAE workaroundsLuboš Luňák2012-03-282-0/+18
* string literal overloads for OStringBufferLuboš Luňák2012-03-282-2/+73
* make unittest check also for invalid conversions with OUStringBufferLuboš Luňák2012-03-281-0/+3
* string literal overload for OUStringBuffer::insert()Luboš Luňák2012-03-282-0/+15
* string literal overload in the right placeLuboš Luňák2012-03-281-13/+13
* clean up string literal overloads in OUStringBufferLuboš Luňák2012-03-281-15/+4
* OUString does not have any non-const char functions, no need to check for itLuboš Luňák2012-03-281-5/+0
* use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák2012-03-284-244/+143
* move string helper types to stringutils.hxxLuboš Luňák2012-03-287-70/+227
* SFINAE workarounds for gcc-4.0.1Luboš Luňák2012-03-282-0/+9
* Add JNI wrapper for InitUCBHelper() and call itTor Lillqvist2012-03-281-0/+21
* stray debugging lineCaolán McNamara2012-03-281-1/+0
* when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara2012-03-281-3/+42
* these VALGRIND allocator annotations never worked for me, just busted memcheckCaolán McNamara2012-03-283-83/+0
* remove (non-const) char[N] overloads introduced because of string literalsLuboš Luňák2012-03-281-196/+113
* sal: add dependency for unit test, fix typo in commentMatúš Kukan2012-03-282-2/+6
* more SFINAE to distinguish between const char* and const char[]Luboš Luňák2012-03-282-14/+56
* hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák2012-03-281-2/+0
* string literal overloads for rest of OString methodsLuboš Luňák2012-03-282-13/+317
* CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák2012-03-281-36/+36
* finish work-in-progress testLuboš Luňák2012-03-261-2/+1
* string literal overload for OString::operator=()Luboš Luňák2012-03-263-0/+87
* CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák2012-03-261-6/+6
* string literal overloads for OUStringBufferLuboš Luňák2012-03-262-0/+30
* No separate sal_textenc library built for AndroidTor Lillqvist2012-03-261-2/+4
* fix commentLuboš Luňák2012-03-261-1/+1
* Hardcode default inifile as /assets/rc on AndroidTor Lillqvist2012-03-261-1/+7
* Add an OSL_TRACE when opening Android /assets filesTor Lillqvist2012-03-261-0/+2
* sal_rtl_strings unittest depends on sal_textenc libraryLuboš Luňák2012-03-261-0/+5
* removed duplicate includes in salTakeshi Abe2012-03-235-7/+0
* Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist2012-03-221-24/+106
* No point searching PATH on Android and iOSTor Lillqvist2012-03-221-1/+2
* Clarify rtl_bootstrap_get documentation.Will Thompson2012-03-221-2/+2
* rtl::bootstap: rename filename parameter to contain "uri"Will Thompson2012-03-222-4/+4
* MinGW apparently needs to be forced into __cdeclStephan Bergmann2012-03-221-5/+0
* chmod -xTor Lillqvist2012-03-211-0/+0
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-217-29/+66