summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák
2012-04-09Add a header for iOS-specific low-level stuffTor Lillqvist
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-07WaE: msvc, unreachable codeCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06reset the flag before checking it it will be set againLuboš Luňák
2012-04-06fix gcc-4.0.1 and/or 32bit build for string literalsLuboš Luňák
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist
2012-04-05Translated German comments to English in folder 'sal'.Mark Wolf
2012-04-04Minor tweakingsStephan Bergmann
2012-04-03SAL_REINTERPRET_CAST returns, for API stability (for 3rd-party extensions)Tor Lillqvist
2012-04-03try including the ostream<<OUString operator directly with OUStringLuboš Luňák
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák
2012-04-03Simplify SAL_CONST_CAST and SAL_STATIC_CAST defns, mention they are obsoleteTor Lillqvist
2012-04-03don't skip first cmdline argumentLuboš Luňák
2012-04-03I'm dumb, fromAscii() stops at \0.Luboš Luňák
2012-04-02fix crude command line arguments handlingLuboš Luňák
2012-04-02fix very ... uhm ... inventive and confusing use of empty stringLuboš Luňák
2012-04-02warn on \0 embedded in string literals, after allLuboš Luňák
2012-04-02sal: reduce allocation thrash in URI encode / decodeMichael Meeks
2012-04-02sal: expose more stringbuffer related instrumentation pointsMichael Meeks
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist
2012-04-02Add a JNI_OnLoad() to store the JavaVM* also from non-NativeActivity appsTor Lillqvist
2012-04-01sal: rtlbootstrap.mk was empty on cygwinMatúš Kukan
2012-03-31sal: use CustomTarget makefileMatúš Kukan
2012-03-30Use correct JNI name mangling of underscoresTor Lillqvist
2012-03-30do not just warn on allocation failure, simply abortLuboš Luňák
2012-03-30no bad_alloc throwing in string literal O(U)String functionsLuboš Luňák
2012-03-30sal: add a more permanant set of annotations for lifetime tracking.Michael Meeks
2012-03-29(const) char[] (i.e. size unknown) cannot be used with O(U)StringLuboš Luňák
2012-03-29No CppunitTest_sal_osl_process for iOS eitherTor Lillqvist
2012-03-29(const) char[] is a plain C string type tooLuboš Luňák
2012-03-29fix SFINAE detection of const char[N] for msvcLuboš Luňák
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák
2012-03-28gcc-4.0.1 SFINAE workaroundsLuboš Luňák
2012-03-28string literal overloads for OStringBufferLuboš Luňák
2012-03-28make unittest check also for invalid conversions with OUStringBufferLuboš Luňák
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák
2012-03-28string literal overload in the right placeLuboš Luňák
2012-03-28clean up string literal overloads in OUStringBufferLuboš Luňák
2012-03-28OUString does not have any non-const char functions, no need to check for itLuboš Luňák
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák
2012-03-28move string helper types to stringutils.hxxLuboš Luňák