summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* checked that we do not use OString ctor with literals with \0'sLuboš Luňák2012-03-134-24/+24
* make OString work even with old gcc that has SFINAE brokenLuboš Luňák2012-03-133-5/+26
* Removed FileStatus::isFile. Use ::isRegular instead.Josh Heidenreich2012-03-131-16/+0
* Use _NSGetExecutablePath also on iOSTor Lillqvist2012-03-131-5/+1
* SAL_DLLPUBLIC_TEMPLATELuboš Luňák2012-03-121-0/+5
* handle msvc not even compiling a test that should failLuboš Luňák2012-03-121-0/+5
* Fix Android compilation errorTor Lillqvist2012-03-121-3/+3
* @since 3.6 -> @since LibreOffice 3.6Luboš Luňák2012-03-122-16/+16
* implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák2012-03-122-0/+41
* also check that string literals do not actually trigger OUString ctorsLuboš Luňák2012-03-122-19/+36
* forgot to disable mixed char and const char overloadsLuboš Luňák2012-03-121-2/+14
* unittest checking basic string literals OUString functions functionalityLuboš Luňák2012-03-121-0/+23
* unittests for some possible OUString string literal handling problemsLuboš Luňák2012-03-121-0/+30
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-121-111/+88
* replace replace*AsciiL() OUString methods with string literal onesLuboš Luňák2012-03-121-43/+94
* string literal overloads for some OUString methodsLuboš Luňák2012-03-121-0/+119
* some fixes for OUString docsLuboš Luňák2012-03-121-6/+6
* make the OUString unittest ctor contain garbageLuboš Luňák2012-03-122-4/+4
* prevent using RTL_CONSTASCII_* macros with string literal functionsLuboš Luňák2012-03-122-2/+14
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-129-64/+265
* rtl_uString_newFromLiteral() for string literalsLuboš Luňák2012-03-125-12/+47
* osl_loadModuleRelativeAscii was erroneously not exportedStephan Bergmann2012-03-122-1/+2
* module.c -> module.cxx, use sal/log.hxxStephan Bergmann2012-03-122-36/+28
* sal_Bool to bool in SAL_LOG if possibleLuboš Luňák2012-03-111-5/+17
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-103-3/+3
* SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák2012-03-101-1/+1
* Let osl::FileStatus getters assert programming errorsStephan Bergmann2012-03-091-20/+27
* Fixed @since tagsStephan Bergmann2012-03-091-4/+4
* sal file.hxx documentationJosh Heidenreich2012-03-091-0/+4
* Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich2012-03-091-0/+54
* In osl::Thread::create, do not access members after starting the threadStephan Bergmann2012-03-081-7/+6
* use the new license header, this file has been written by meLuboš Luňák2012-03-071-20/+20
* probable intentDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* suppress compiler error when building with -WerrorDavid Tardon2012-03-071-0/+4
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-1/+1
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-4/+4
* WaE: redefined macroDavid Tardon2012-03-071-7/+0
* WaE: format '%u' expects argument of type 'unsigned int'David Tardon2012-03-071-1/+1
* WaE: declaration of '...' shadows a global declarationDavid Tardon2012-03-071-3/+0
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-071-2/+2
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-071-1/+1
* WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon2012-03-071-5/+5
* WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon2012-03-071-1/+1
* WaE: declaration of 'n' shadows a previous localDavid Tardon2012-03-071-3/+3
* WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-03-071-2/+2
* WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'David Tardon2012-03-071-2/+2
* WaE: deprecated conversion from string constant to 'LPWSTR'David Tardon2012-03-071-1/+1
* WaE: function declared 'static' but never definedDavid Tardon2012-03-071-7/+0
* WaE: unused parameterDavid Tardon2012-03-071-1/+1