summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2012-02-14cleanup: remove remenants of gcc version checkingMichael Meeks1-12/+0
2012-02-14Make code exploiting -fthreadsafe-statics properly conditionalStephan Bergmann1-3/+3
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann4-14/+3
2012-02-10consistent constness for getFunctionSymbol() overloadsLuboš Luňák1-1/+1
2012-02-09fix ppt embedded graphic dumperCaolán McNamara1-0/+4
2012-02-06OSL_USE_SYS_V_SEMAPHORE is never definedFrançois Tigeot1-181/+0
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich1-0/+9
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Remove unused VolumeDevice functions and related codeFrançois Tigeot6-173/+0
2012-02-05Remove unused floppy-handling codeFrançois Tigeot1-657/+0
2012-02-05Remove useless NETBSD checkFrançois Tigeot1-3/+0
2012-02-03add sc.ui log areaDavid Tardon1-0/+4
2012-02-01add vcl.gdi log areaDavid Tardon1-0/+1
2012-01-31Regroup DragonFly and NetBSD configurationsFrançois Tigeot1-22/+1
2012-01-31Remove unused endianess definesFrançois Tigeot1-23/+0
2012-01-31add vcl log areaDavid Tardon1-0/+4
2012-01-30sal: add sw.rtf log areaMiklos Vajna1-0/+1
2012-01-30add log areasLuboš Luňák1-0/+8
2012-01-29_POSIX_THREAD_SYSCALL_SOFT serves no purposeFrançois Tigeot1-2/+0
2012-01-27WaE: Unused parameterTor Lillqvist1-0/+1
2012-01-27add a file to list of known SAL_INFO areasLuboš Luňák2-1/+49
2012-01-27CppunitTest_sal_osl_file fails on WindowsTor Lillqvist1-1/+2
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann5-34/+34
2012-01-25NetBSD also needs the internal gethostbyname_r() implementationFrançois Tigeot1-2/+2
2012-01-25Bin global_android_app and instead use lo-bootstrap APITor Lillqvist4-18/+13
2012-01-24android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks4-6/+20
2012-01-24Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist3-11/+32
2012-01-24Fill in more struct stat fields in lo_apk_lstat()Tor Lillqvist1-2/+23
2012-01-24Bin incorrect claim in commentTor Lillqvist1-1/+0
2012-01-24android: initialize security data, and use HOME / bootstrap keyMichael Meeks1-1/+33
2012-01-24dead code in qaThomas Arnhold8-1022/+5
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold2-4/+4
2012-01-23android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks1-3/+39
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-23Don't crash when attempting to open non-existent files under /assetsTor Lillqvist1-0/+2
2012-01-21sal: re-disable file based unit tests that don't passMichael Meeks1-4/+4
2012-01-21sal: make more tests runningMatúš Kukan5-16/+79
2012-01-21sal: split unit-tests to one test per makefileMatúš Kukan7-30/+83
2012-01-21sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks1-7/+37
2012-01-21android: remove nonsensical write to file buffer during readLineMichael Meeks3-4/+8
2012-01-21cleanup: remove annoying ( ) empty parameter patternMichael Meeks1-513/+513
2012-01-21sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks4-24/+82
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann20-51/+89
2012-01-20kill some doxygen warningsNorbert Thiebaud13-29/+29
2012-01-20Implement osl_identicalDirectoryItem for win32Michael Meeks1-0/+20
2012-01-20Remove obsolete suppressOslDebugMessage.Stephan Bergmann2-20/+0
2012-01-20Code clean up.Stephan Bergmann1-6/+4
2012-01-19clean-up Doxygen warningsNorbert Thiebaud8-37/+29
2012-01-19implement inode compare for identical directory item checkingMichael Meeks2-16/+10
2012-01-19sal: expose a public API for comparing directory itemsMichael Meeks3-2/+50