summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini1-0/+6
2012-04-19Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini1-6/+0
2012-04-19Removed obsolete commentStephan Bergmann1-7/+0
2012-04-19clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák1-0/+16
2012-04-17More informative warning messageTor Lillqvist1-1/+1
2012-04-05Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist1-15/+63
2012-04-04Minor tweakingsStephan Bergmann1-2/+3
2012-04-03SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák1-3/+10
2012-03-28stray debugging lineCaolán McNamara1-1/+0
2012-03-28when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara1-3/+42
2012-03-26Add an OSL_TRACE when opening Android /assets filesTor Lillqvist1-0/+2
2012-03-22No point searching PATH on Android and iOSTor Lillqvist1-1/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-24/+12
2012-03-16sal: fix warningsMichael Stahl1-2/+2
2012-03-16sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams1-197/+3
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist1-5/+1
2012-03-12Fix Android compilation errorTor Lillqvist1-3/+3
2012-03-12module.c -> module.cxx, use sal/log.hxxStephan Bergmann1-35/+27
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: missing braces around initializerDavid Tardon1-1/+1
2012-03-01STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara1-1/+1
2012-02-24We never call pthread_cancel, so no need to guard against itStephan Bergmann1-67/+3
2012-02-21WaE: unreadVariableThomas Arnhold1-2/+1
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-3/+3
2012-02-19WaE: unused variable bOkThomas Arnhold1-1/+0
2012-02-19WaE: do this right...Thomas Arnhold1-8/+8
2012-02-18sal: remove dead code and empty linesThomas Arnhold1-148/+0
2012-02-18WaE: unused variable bOkThomas Arnhold1-1/+1
2012-02-18WaE: unused variable nErrorThomas Arnhold1-3/+0
2012-02-18WaE: unused variable nPipesThomas Arnhold1-2/+0
2012-02-18WaE: unused variable EventThomas Arnhold1-4/+1