summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann2-36/+28
2012-03-11sal_Bool to bool in SAL_LOG if possibleLuboš Luňák1-5/+17
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan3-3/+3
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák1-1/+1
2012-03-09Let osl::FileStatus getters assert programming errorsStephan Bergmann1-20/+27
2012-03-09Fixed @since tagsStephan Bergmann1-4/+4
2012-03-09sal file.hxx documentationJosh Heidenreich1-0/+4
2012-03-09Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich1-0/+54
2012-03-08In osl::Thread::create, do not access members after starting the threadStephan Bergmann1-7/+6
2012-03-07use the new license header, this file has been written by meLuboš Luňák1-20/+20
2012-03-07probable intentDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07suppress compiler error when building with -WerrorDavid Tardon1-0/+4
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-4/+4
2012-03-07WaE: redefined macroDavid Tardon1-7/+0
2012-03-07WaE: format '%u' expects argument of type 'unsigned int'David Tardon1-1/+1
2012-03-07WaE: declaration of '...' shadows a global declarationDavid Tardon1-3/+0
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon1-2/+2
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-07WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon1-5/+5
2012-03-07WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon1-1/+1
2012-03-07WaE: declaration of 'n' shadows a previous localDavid Tardon1-3/+3
2012-03-07WaE: ordered comparison of pointer with integer zeroDavid Tardon1-2/+2