summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-03-28more SFINAE to distinguish between const char* and const char[]Luboš Luňák2-14/+56
2012-03-28hopefully only OString ctors do not work with SFINAE brokenLuboš Luňák1-2/+0
2012-03-28string literal overloads for rest of OString methodsLuboš Luňák2-13/+317
2012-03-28CPPUNIT_ASSERT_MESSAGE -> CPPUNIT_ASSERT_EQUAL_MESSAGELuboš Luňák1-36/+36
2012-03-26finish work-in-progress testLuboš Luňák1-2/+1
2012-03-26string literal overload for OString::operator=()Luboš Luňák3-0/+87
2012-03-26CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák1-6/+6
2012-03-26string literal overloads for OUStringBufferLuboš Luňák2-0/+30
2012-03-26No separate sal_textenc library built for AndroidTor Lillqvist1-2/+4
2012-03-26fix commentLuboš Luňák1-1/+1
2012-03-26Hardcode default inifile as /assets/rc on AndroidTor Lillqvist1-1/+7
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist1-0/+2
2012-03-26sal_rtl_strings unittest depends on sal_textenc libraryLuboš Luňák1-0/+5
2012-03-23removed duplicate includes in salTakeshi Abe5-7/+0
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist1-24/+106
2012-03-22No point searching PATH on Android and iOSTor Lillqvist1-1/+2
2012-03-22Clarify rtl_bootstrap_get documentation.Will Thompson1-2/+2
2012-03-22rtl::bootstap: rename filename parameter to contain "uri"Will Thompson2-4/+4
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann1-5/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist7-29/+66
2012-03-21Need the weird vnd.sun.star.pathname: prefixTor Lillqvist1-1/+1
2012-03-21Simply hardcode the inifile as "rc" in the app bundle directory on iOSTor Lillqvist2-0/+22
2012-03-21Clean up OSL_TRACE output a little bitTor Lillqvist1-3/+3
2012-03-18sal_osl_module depends on Module_DLL (uses the library)Luboš Luňák1-0/+4
2012-03-16sal: fix warningsMichael Stahl1-2/+2
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams1-197/+3
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+4
2012-03-13checked that we do not use OString ctor with literals with \0'sLuboš Luňák4-24/+24
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák3-5/+26
2012-03-13Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich1-16/+0
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist1-5/+1
2012-03-12SAL_DLLPUBLIC_TEMPLATELuboš Luňák1-0/+5
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák1-0/+5
2012-03-12Fix Android compilation errorTor Lillqvist1-3/+3
2012-03-12@since 3.6 -> @since LibreOffice 3.6Luboš Luňák2-16/+16
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2-0/+41
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák2-19/+36
2012-03-12forgot to disable mixed char and const char overloadsLuboš Luňák1-2/+14
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák1-0/+23
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák1-0/+30
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák1-111/+88
2012-03-12replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák1-43/+94
2012-03-12string literal overloads for some OUString methodsLuboš Luňák1-0/+119
2012-03-12some fixes for OUString docsLuboš Luňák1-6/+6
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák2-4/+4
2012-03-12prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák2-2/+14
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák9-64/+265
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák5-12/+47
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann2-1/+2