summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
...
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-086-26/+26
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-082-3/+5
* gbuild: "use" vs. "add":Michael Stahl2012-04-0830-30/+30
* WaE: msvc, unreachable codeCaolán McNamara2012-04-071-17/+7
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-30/+14
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-7/+7
* reset the flag before checking it it will be set againLuboš Luňák2012-04-061-0/+1
* fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák2012-04-062-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-7/+7
* string literal O(U)StringBuffer ctors too, after allLuboš Luňák2012-04-069-33/+162
* Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist2012-04-051-15/+63
* Translated German comments to English in folder 'sal'.Mark Wolf2012-04-057-131/+121
* Minor tweakingsStephan Bergmann2012-04-043-16/+15
* SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist2012-04-031-0/+1
* try including the ostream<<OUString operator directly with OUStringLuboš Luňák2012-04-033-14/+15
* SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák2012-04-033-6/+29
* Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsoleteTor Lillqvist2012-04-031-12/+2
* don't skip first cmdline argumentLuboš Luňák2012-04-031-2/+1
* I'm dumb, fromAscii() stops at \0.Luboš Luňák2012-04-032-3/+2
* fix crude command line arguments handlingLuboš Luňák2012-04-021-35/+45
* fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák2012-04-022-24/+11
* warn on \0 embedded in string literals, after allLuboš Luňák2012-04-023-1/+8
* sal: reduce allocation thrash in URI encode / decodeMichael Meeks2012-04-021-4/+4
* sal: expose more stringbuffer related instrumentation pointsMichael Meeks2012-04-029-49/+86
* 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