summaryrefslogtreecommitdiffstats
path: root/sal/osl
Commit message (Expand)AuthorAgeFilesLines
* improve error messageMarkus Mohrhard2012-04-261-0/+2
* Revert "Remove unnecessary hack on Linux by using pthread_mutexattr_settype"Arnaud Versini2012-04-191-0/+6
* Remove unnecessary hack on Linux by using pthread_mutexattr_settypeArnaud Versini2012-04-191-6/+0
* Removed obsolete commentStephan Bergmann2012-04-191-7/+0
* clang warning for osl_detail_ObjectRegistry_getMutex() in the .cxx file tooLuboš Luňák2012-04-191-0/+16
* More informative warning messageTor Lillqvist2012-04-171-1/+1
* Catch attempts to open /assets files read-write. Improve debugging outputTor Lillqvist2012-04-051-15/+63
* Minor tweakingsStephan Bergmann2012-04-041-2/+3
* SAL_DEBUG(), instead of those temporary debug printf'sLuboš Luňák2012-04-031-3/+10
* stray debugging lineCaolán McNamara2012-03-281-1/+0
* when run under memcheck allow SIGUSR2 to dump current memory allocationsCaolán McNamara2012-03-281-3/+42
* Add an OSL_TRACE when opening Android /assets filesTor Lillqvist2012-03-261-0/+2
* No point searching PATH on Android and iOSTor Lillqvist2012-03-221-1/+2
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-212-24/+12
* sal: fix warningsMichael Stahl2012-03-161-2/+2
* sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipeJonathan Adams2012-03-161-197/+3
* Use _NSGetExecutablePath also on iOSTor Lillqvist2012-03-131-5/+1
* Fix Android compilation errorTor Lillqvist2012-03-121-3/+3
* module.c -> module.cxx, use sal/log.hxxStephan Bergmann2012-03-121-35/+27
* 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
* WaE: suggest parentheses around '&&' within '||'David Tardon2012-03-071-2/+2
* WaE: deprecated conversion from string constant to 'TCHAR*'David Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara2012-03-011-1/+1
* We never call pthread_cancel, so no need to guard against itStephan Bergmann2012-02-241-67/+3
* WaE: unreadVariableThomas Arnhold2012-02-211-2/+1
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-211-3/+3
* WaE: unused variable bOkThomas Arnhold2012-02-191-1/+0
* WaE: do this right...Thomas Arnhold2012-02-191-8/+8
* sal: remove dead code and empty linesThomas Arnhold2012-02-181-148/+0
* WaE: unused variable bOkThomas Arnhold2012-02-181-1/+1
* WaE: unused variable nErrorThomas Arnhold2012-02-181-3/+0
* WaE: unused variable nPipesThomas Arnhold2012-02-181-2/+0