summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2012-03-26finish work-in-progress testLuboš Luňák
2012-03-26string literal overload for OString::operator=()Luboš Luňák
2012-03-26CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák
2012-03-26string literal overloads for OUStringBufferLuboš Luňák
2012-03-26No separate sal_textenc library built for AndroidTor Lillqvist
2012-03-26fix commentLuboš Luňák
2012-03-26Hardcode default inifile as /assets/rc on AndroidTor Lillqvist
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist
2012-03-26sal_rtl_strings unittest depends on sal_textenc libraryLuboš Luňák
2012-03-23removed duplicate includes in salTakeshi Abe
2012-03-22Add JNI wrappers for InitVCL and osl_setCommandArgsTor Lillqvist
2012-03-22No point searching PATH on Android and iOSTor Lillqvist
2012-03-22Clarify rtl_bootstrap_get documentation.Will Thompson
2012-03-22rtl::bootstap: rename filename parameter to contain "uri"Will Thompson
2012-03-22MinGW apparently needs to be forced into __cdeclStephan Bergmann
2012-03-21chmod -xTor Lillqvist
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-21Need the weird vnd.sun.star.pathname: prefixTor Lillqvist
2012-03-21Simply hardcode the inifile as "rc" in the app bundle directory on iOSTor Lillqvist
2012-03-21Clean up OSL_TRACE output a little bitTor Lillqvist
2012-03-18sal_osl_module depends on Module_DLL (uses the library)Luboš Luňák
2012-03-16sal: fix warningsMichael Stahl
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-13checked that we do not use OString ctor with literals with \0'sLuboš Luňák
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák
2012-03-13Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist
2012-03-12SAL_DLLPUBLIC_TEMPLATELuboš Luňák
2012-03-12handle msvc not even compiling a test that should failLuboš Luňák
2012-03-12Fix Android compilation errorTor Lillqvist
2012-03-12@since 3.6 -> @since LibreOffice 3.6Luboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12forgot to disable mixed char and const char overloadsLuboš Luňák
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák
2012-03-12unittests for some possible OUString string literal handling problemsLuboš Luňák
2012-03-12replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák
2012-03-12replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák
2012-03-12string literal overloads for some OUString methodsLuboš Luňák
2012-03-12some fixes for OUString docsLuboš Luňák
2012-03-12make the OUString unittest ctor contain garbageLuboš Luňák
2012-03-12prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák
2012-03-12OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-03-12rtl_uString_newFromLiteral() for string literalsLuboš Luňák
2012-03-12osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann
2012-03-11sal_Bool to bool in SAL_LOG if possibleLuboš Luňák
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák