summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-19fix SvStream to not require a custom open or lstat method.Michael Meeks5-27/+2
2012-01-19fix SvStream to not disagree with sal on sizeof struct statMichael Meeks4-13/+25
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist8-28/+224
2012-01-17Revert "try to solve tml_'s detected dependencies issue with salcpprt"David Tardon1-6/+0
2012-01-17salcpprt also uses headers from sal_incBjoern Michaelsen1-1/+4
2012-01-16try to solve tml_'s detected dependencies issue with salcpprtNorbert Thiebaud1-0/+6
2012-01-15Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann2-4/+10
2012-01-13Comment out the verbose logging of code that seems to work fineTor Lillqvist1-4/+5
2012-01-13suppress doxygen warning in oslNorbert Thiebaud4-50/+50
2012-01-12Make it clear that sal/log.hxx functionality may change again.Stephan Bergmann1-0/+9
2012-01-12Add unpacking of files from assets/unpack to the data dirTor Lillqvist1-0/+118
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar2-4/+4
2012-01-09remove duplicate createHexCaolán McNamara1-20/+0
2012-01-09Should use gb_Library_add_libs and not gb_Library_add_linked_libsTor Lillqvist1-3/+3
2012-01-07sal.map: allow different name manglingMatúš Kukan1-5/+5
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl3-175/+0
2012-01-06Final disentanglement between sal and sal_textenc.Stephan Bergmann11-150/+147
2012-01-06Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann13-270/+193
2012-01-06Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann20-798/+950
2012-01-06textenc/context.cxx only used in sal_textenc now.Stephan Bergmann1-1/+0
2012-01-06Further clean up.Stephan Bergmann31-122/+227
2012-01-06valgrind: error on startup in osl_unmapMappedFileCaolán McNamara1-1/+7
2012-01-05Changed C files to C++.Stephan Bergmann43-1297/+1173
2012-01-05Properly assign objects to only those libraries that actually use them.Stephan Bergmann5-38/+27
2012-01-05Properly extract from tcvt*.tab files what goes into textenc.cxx.Stephan Bergmann4-249/+254
2012-01-05Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup).Stephan Bergmann1-18/+0
2012-01-05Switch from autodoc to doxygen for SDK C++ documentation.Stephan Bergmann34-165/+132
2012-01-05gcc-trunk: fix: unable to find string literal operator 'operator FOO'Matúš Kukan1-1/+1
2012-01-05sal: try to fix MinGW min/max breakage by inliningMichael Stahl1-2/+7
2012-01-05reduce ifdef forestCaolán McNamara1-8/+7
2012-01-04Make the apk dirent functions work properlyTor Lillqvist2-88/+1113
2012-01-04Remove bogus one column indentationTor Lillqvist1-53/+51
2012-01-04Handle /assets paths also in realpath_u()Tor Lillqvist1-0/+14