summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
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
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann
2012-03-09Fixed @since tagsStephan Bergmann
2012-03-09sal file.hxx documentationJosh Heidenreich
2012-03-09Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich
2012-03-08In osl::Thread::create, do not access members after starting the threadStephan Bergmann
2012-03-07use the new license header, this file has been written by meLuboš Luňák
2012-03-07probable intentDavid Tardon
2012-03-07WaE: missing braces around initializerDavid Tardon
2012-03-07suppress compiler error when building with -WerrorDavid Tardon
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: redefined macroDavid Tardon
2012-03-07WaE: format '%u' expects argument of type 'unsigned int'David Tardon
2012-03-07WaE: declaration of '...' shadows a global declarationDavid Tardon
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon
2012-03-07WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon
2012-03-07WaE: declaration of 'n' shadows a previous localDavid Tardon
2012-03-07WaE: ordered comparison of pointer with integer zeroDavid Tardon