summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-28add SAL_WARN_UNUSED_RESULT in OString and OUString where appropriateNorbert Thiebaud
2012-11-28Clean up previous rtl::OUStringBuffer changesStephan Bergmann
2012-11-28Fix rtl::OUString::compareToIgnoreAsciiCaseStephan Bergmann
2012-11-27OUString has a matchIgnoreAsciiCase but no compareTo version of itNorbert Thiebaud
2012-11-27add API to OUStringBuffer to make assignment/copy more versatileNorbert Thiebaud
2012-11-27android folds libsal_textenc into libsalCaolán McNamara
2012-11-27add dependency on sal_textenc dlopened libCaolán McNamara
2012-11-27warning C4309: '=' : truncation of constant valueStephan Bergmann
2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann
2012-11-27implement a new iscii (devangari) <-> unicode converterCaolán McNamara
2012-11-26get textencoding tests working againCaolán McNamara
2012-11-26fix unicode to dingbats conversionCaolán McNamara
2012-11-26removal of ISCII code left a bogus hole in tableCaolán McNamara
2012-11-22Add an $APP_DATA_DIR predefiend thingie in bootstrap ("rc") files for AndroidTor Lillqvist
2012-11-22Add lo_get_app_data_dir()Tor Lillqvist
2012-11-22create SAL_DEPRECATED_INTERNAL for annotating APIMichael Meeks
2012-11-22Fail fastStephan Bergmann
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-21android: fix cppunit testingMichael Meeks
2012-11-21Use correct variable in the iOS and Android casesTor Lillqvist
2012-11-21This function should obviously be exported for it to be callableTor Lillqvist
2012-11-21a replace() to OUStringBufferNorbert Thiebaud
2012-11-21fix sal buildCaolán McNamara
2012-11-21add strip* Family of function to OUStringBufferNorbert Thiebaud
2012-11-21fix day of week naming in sal unit test.Michael Meeks
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-11-21Revert "sb140: sb140: #i116981# clean up memory upon exit"Michael Meeks
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks
2012-11-21mingwport34: i#117493: mingw port of i109096tono
2012-11-21We don't need the library search path anymoreTor Lillqvist
2012-11-21Enable storing some files gzipped in the .apkTor Lillqvist
2012-11-20sal, cppuhelper, udkapi, offapi: s/@since 3.7/@since 4.0/Michael Stahl
2012-11-20WaE: -Wempty-bodyCaolán McNamara
2012-11-18add a variant of OUStringBuffer::remove() to truncate or empty the contentNorbert Thiebaud
2012-11-17valgrind: rtl_ustr_asciil_reverseEquals_WithLength is a death trapCaolán McNamara
2012-11-15Replace medDebug with sal/log.hxx functionalityStephan Bergmann
2012-11-15Revert "use intrinsict to inline InterlockCount() on Windows too"Luboš Luňák
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann
2012-11-15Mark rtl_*memory as deprecatedArnaud Versini
2012-11-14Include clean-upStephan Bergmann
2012-11-13fix system boostPeter Foley
2012-11-12fix sal build with system-boostRene Engelhard
2012-11-12WaE: C-linkage specified, but returns user-defined typeTor Lillqvist
2012-11-11oox: ZipStorage: better exception tracingMichael Stahl
2012-11-10sal needs boostPeter Foley
2012-11-10deduplicate OString std::basic_ostream operatorsMiklos Vajna
2012-11-09RepositoryExternal: fix gb_LinkTarget__use_valgrindMichael Stahl
2012-11-09configure: why not set up VALGRIND_CFLAGS all in one placeMichael Stahl
2012-11-09add indexOf family of function to OUStringBufferNorbert Thiebaud