summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-07WaE: comparison between 'enum oslFileError' and 'enum osl::FileBase::RC'David Tardon1-2/+2
2012-03-07WaE: deprecated conversion from string constant to 'LPWSTR'David Tardon1-1/+1
2012-03-07WaE: function declared 'static' but never definedDavid Tardon1-7/+0
2012-03-07WaE: unused parameterDavid Tardon1-1/+1
2012-03-07WaE: suggest parentheses around '&&' within '||'David Tardon1-2/+2
2012-03-07WaE: deprecated conversion from string constant to 'TCHAR*'David Tardon1-1/+1
2012-03-07WaE: deleting 'PSID {aka void*}' is undefinedDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07WaE: missing braces around initializerDavid Tardon1-1/+1
2012-03-07WaE: "NOMINMAX" redefinedDavid Tardon1-0/+2
2012-03-07remove useless include guardsDavid Tardon1-14/+4
2012-03-07WaE: ignoring #pragma warningDavid Tardon1-1/+1
2012-03-06sal: add mkdir -pMatúš Kukan1-0/+1
2012-03-05rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák4-3/+22
2012-03-05optimized OUString operators =,==,!= for string literalsLuboš Luňák1-0/+107
2012-03-05check that *ascii* string functions are really passed only ASCIILuboš Luňák1-6/+29
2012-03-05add @since to new OUString ctorsLuboš Luňák1-0/+2
2012-03-05assume string literals to be ASCII-only, rather than UTF-8Luboš Luňák1-7/+9
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara1-1/+1
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak1-1/+1
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-1/+1
2012-02-24MinGW: snprintf might be present.Jan Holesovsky2-0/+7
2012-02-24We never call pthread_cancel, so no need to guard against itStephan Bergmann1-67/+3
2012-02-23No need to compile it as Objective-C++ for iOS any moreTor Lillqvist1-8/+0
2012-02-23Unify indentationTor Lillqvist1-2/+2
2012-02-23Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann2-0/+8
2012-02-23log-areas clean upStephan Bergmann2-22/+28
2012-02-22cppunittester hacks for iOS, intermediate commitTor Lillqvist2-1/+21