summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Let osl::FileStatus getters assert programming errorsStephan Bergmann2012-03-091-20/+27
* Fixed @since tagsStephan Bergmann2012-03-091-4/+4
* sal file.hxx documentationJosh Heidenreich2012-03-091-0/+4
* Added FileStatus methods isFile, isDirectory, isRegular, isLinkJosh Heidenreich2012-03-091-0/+54
* In osl::Thread::create, do not access members after starting the threadStephan Bergmann2012-03-081-7/+6
* use the new license header, this file has been written by meLuboš Luňák2012-03-071-20/+20
* 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: deleting 'PSID {aka void*}' is undefinedDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* WaE: missing braces around initializerDavid Tardon2012-03-071-1/+1
* WaE: "NOMINMAX" redefinedDavid Tardon2012-03-071-0/+2
* remove useless include guardsDavid Tardon2012-03-071-14/+4
* WaE: ignoring #pragma warningDavid Tardon2012-03-071-1/+1
* sal: add mkdir -pMatúš Kukan2012-03-061-0/+1
* rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák2012-03-054-3/+22
* optimized OUString operators =,==,!= for string literalsLuboš Luňák2012-03-051-0/+107
* check that *ascii* string functions are really passed only ASCIILuboš Luňák2012-03-051-6/+29
* add @since to new OUString ctorsLuboš Luňák2012-03-051-0/+2
* assume string literals to be ASCII-only, rather than UTF-8Luboš Luňák2012-03-051-7/+9
* STAR_ENABLE_FILE_LOCKING was a secretCaolán McNamara2012-03-011-1/+1
* some doxygen warnings cleanupKorrawit Pruegsanusak2012-02-271-1/+1
* Avoid temporary rtl::OUStringJulien Nabet2012-02-261-1/+1
* MinGW: snprintf might be present.Jan Holesovsky2012-02-242-0/+7
* We never call pthread_cancel, so no need to guard against itStephan Bergmann2012-02-241-67/+3
* No need to compile it as Objective-C++ for iOS any moreTor Lillqvist2012-02-231-8/+0
* Unify indentationTor Lillqvist2012-02-231-2/+2
* Moved dp_gui::Thread to salhelper::Thread, so that all code can use itStephan Bergmann2012-02-232-0/+8
* log-areas clean upStephan Bergmann2012-02-232-22/+28
* cppunittester hacks for iOS, intermediate commitTor Lillqvist2012-02-222-1/+21
* Do build cppunittester and don't build osl_process_child for iOSTor Lillqvist2012-02-221-3/+3
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-225-1/+160