summaryrefslogtreecommitdiff
path: root/sal/osl/w32
AgeCommit message (Expand)AuthorFilesLines
2012-11-21re-base on ALv2 code. Includes:Michael Meeks20-484/+298
2012-11-21Revert "#i116915# rewrote unx osl_getSystemPathFromFileURL to avoid mem leaks"Michael Meeks1-5/+0
2012-11-21mingwport34: i#117493: mingw port of i109096tono1-1/+1
2012-11-15Drop obsolete includes of deprecated rtl/memory.hStephan Bergmann1-1/+0
2012-10-17More useless code, "#if 0" blocks in lingucomponent, sal, and rscMarcos Paulo de Souza1-31/+0
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini1-1/+2
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud3-7/+7
2012-09-17Include header with prototypes of defined functionsStephan Bergmann1-2/+3
2012-09-16export sal init and deinit functionsDavid Tardon1-2/+2
2012-09-15Include saldllapi.h explicitly where neededStephan Bergmann1-2/+2
2012-09-05fdo#38913: Prevent invalid parameter handler crashesStephan Bergmann1-0/+29
2012-08-29allow NULL pModuleName for WNT in osl_getModuleHandleCaolán McNamara1-1/+2
2012-08-20fdo#53252: _toupper is unreliableStephan Bergmann1-1/+1
2012-08-03sal: let DISABLE_SAL_DBGBOX only disable GUI message boxesMichael Stahl1-0/+6
2012-07-27Use memset and memcpy insteadof rtl_zeroMemory and rtl_copyMemory in salArnaud Versini2-4/+7
2012-06-25Remove unused definesThomas Arnhold1-3/+0
2012-06-22re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks12-285/+177
2012-06-17rtl: (i119939) memory leakNorbert Thiebaud1-0/+1
2012-06-08targetted reversion of minor cppcheck fixMichael Meeks1-22/+2
2012-06-02targeted string re-workNorbert Thiebaud1-2/+2
2012-06-01targeted string re-workNorbert Thiebaud1-3/+3
2012-06-01targetted cppcheck variable scope revertMichael Meeks1-2/+2
2012-05-30Some cppcheck cleaningJulien Nabet1-2/+0
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-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