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