summaryrefslogtreecommitdiffstats
path: root/sal/inc
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
* rtl_uString_newFromAscii_WithLength() and use it in OUStringLuboš Luňák2012-03-052-2/+12
* optimized OUString operators =,==,!= for string literalsLuboš Luňák2012-03-051-0/+107
* 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
* some doxygen warnings cleanupKorrawit Pruegsanusak2012-02-271-1/+1
* MinGW: snprintf might be present.Jan Holesovsky2012-02-241-0/+3
* 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-231-22/+27
* cppunittester hacks for iOS, intermediate commitTor Lillqvist2012-02-221-0/+4
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-222-0/+66
* WaE: silence some documentation errorsThomas Arnhold2012-02-227-17/+17
* Use the same simple lo_main() on iOS as on AndroidTor Lillqvist2012-02-161-77/+1
* -WundefStephan Bergmann2012-02-161-1/+1
* Prevent misuses of RTL_CONSTASCII_USTRINGPARAMStephan Bergmann2012-02-162-0/+41
* Various string function clean upStephan Bergmann2012-02-154-0/+575
* Merge branch 'feature/android'Tor Lillqvist2012-02-151-0/+82
|\
| * Add lo_dlclose()Tor Lillqvist2012-01-311-0/+2
| * android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks2012-01-261-0/+80
| * Bin global_android_app and instead use lo-bootstrap APITor Lillqvist2012-01-251-5/+2
* | cleanup: remove remenants of gcc version checkingMichael Meeks2012-02-141-12/+0
* | Make code exploiting -fthreadsafe-statics properly conditionalStephan Bergmann2012-02-141-3/+3
* | EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-131-2/+2
* | consistent constness for getFunctionSymbol() overloadsLuboš Luňák2012-02-101-1/+1
* | fix ppt embedded graphic dumperCaolán McNamara2012-02-091-0/+4
* | Remove unused VolumeDevice functions and related codeFrançois Tigeot2012-02-052-71/+0
* | add sc.ui log areaDavid Tardon2012-02-031-0/+4
* | add vcl.gdi log areaDavid Tardon2012-02-011-0/+1
* | add vcl log areaDavid Tardon2012-01-311-0/+4
* | sal: add sw.rtf log areaMiklos Vajna2012-01-301-0/+1
* | add log areasLuboš Luňák2012-01-301-0/+8
* | add a file to list of known SAL_INFO areasLuboš Luňák2012-01-272-1/+49
* | Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-265-34/+34
* | Bin global_android_app and instead use lo-bootstrap APITor Lillqvist2012-01-251-5/+2
|/
* android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks2012-01-241-0/+352
* Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist2012-01-241-0/+5
* Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot2012-01-231-1/+1
* android: remove nonsensical write to file buffer during readLineMichael Meeks2012-01-211-0/+3
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-12/+46
* kill some doxygen warningsNorbert Thiebaud2012-01-2013-29/+29
* clean-up Doxygen warningsNorbert Thiebaud2012-01-198-37/+29
* implement inode compare for identical directory item checkingMichael Meeks2012-01-191-6/+0
* sal: expose a public API for comparing directory itemsMichael Meeks2012-01-192-1/+49
* fix SvStream to not require a custom open or lstat method.Michael Meeks2012-01-192-12/+1
* fix SvStream to not disagree with sal on sizeof struct statMichael Meeks2012-01-192-10/+6
* Add some non-public API to be used by SvFileStreamTor Lillqvist2012-01-181-0/+87