summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* android: rename native_app_glue.h and install as osl/detail/android.hMichael Meeks2012-01-244-6/+20
* Use own own <osl/file.h> API to read the source in osl_copyFile()Tor Lillqvist2012-01-243-11/+32
* Fill in more struct stat fields in lo_apk_lstat()Tor Lillqvist2012-01-241-2/+23
* Bin incorrect claim in commentTor Lillqvist2012-01-241-1/+0
* android: initialize security data, and use HOME / bootstrap keyMichael Meeks2012-01-241-1/+33
* dead code in qaThomas Arnhold2012-01-248-1022/+5
* finalize gcc 4.7 string literal operatorsThomas Arnhold2012-01-242-4/+4
* android: get osl_Pipe creation sorted out, before we kill it.Michael Meeks2012-01-231-3/+39
* Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot2012-01-231-1/+1
* Don't crash when attempting to open non-existent files under /assetsTor Lillqvist2012-01-231-0/+2
* sal: re-disable file based unit tests that don't passMichael Meeks2012-01-211-4/+4
* sal: make more tests runningMatúš Kukan2012-01-215-16/+79
* sal: split unit-tests to one test per makefileMatúš Kukan2012-01-217-30/+83
* sal: enable osl::File unit tests, and add a new readLine unit testMichael Meeks2012-01-211-7/+37
* android: remove nonsensical write to file buffer during readLineMichael Meeks2012-01-213-4/+8
* cleanup: remove annoying ( ) empty parameter patternMichael Meeks2012-01-211-513/+513
* sal: only allowed one unit-test per gnumakefile, so separate theseMichael Meeks2012-01-214-24/+82
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2120-51/+89
* kill some doxygen warningsNorbert Thiebaud2012-01-2013-29/+29
* Implement osl_identicalDirectoryItem for win32Michael Meeks2012-01-201-0/+20
* Remove obsolete suppressOslDebugMessage.Stephan Bergmann2012-01-202-20/+0
* Code clean up.Stephan Bergmann2012-01-201-6/+4
* clean-up Doxygen warningsNorbert Thiebaud2012-01-198-37/+29
* implement inode compare for identical directory item checkingMichael Meeks2012-01-192-16/+10
* sal: expose a public API for comparing directory itemsMichael Meeks2012-01-193-2/+50
* fix SvStream to not require a custom open or lstat method.Michael Meeks2012-01-195-27/+2
* fix SvStream to not disagree with sal on sizeof struct statMichael Meeks2012-01-194-13/+25
* Add some non-public API to be used by SvFileStreamTor Lillqvist2012-01-188-28/+224
* Revert "try to solve tml_'s detected dependencies issue with salcpprt"David Tardon2012-01-171-6/+0
* salcpprt also uses headers from sal_incBjoern Michaelsen2012-01-171-1/+4
* try to solve tml_'s detected dependencies issue with salcpprtNorbert Thiebaud2012-01-161-0/+6
* Clang -Wdangling-else, -Wuninitialized.Stephan Bergmann2012-01-152-4/+10
* Comment out the verbose logging of code that seems to work fineTor Lillqvist2012-01-131-4/+5
* suppress doxygen warning in oslNorbert Thiebaud2012-01-134-50/+50
* Make it clear that sal/log.hxx functionality may change again.Stephan Bergmann2012-01-121-0/+9
* Add unpacking of files from assets/unpack to the data dirTor Lillqvist2012-01-121-0/+118
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-112-4/+4
* remove duplicate createHexCaolán McNamara2012-01-091-20/+0
* Should use gb_Library_add_libs and not gb_Library_add_linked_libsTor Lillqvist2012-01-091-3/+3
* sal.map: allow different name manglingMatúš Kukan2012-01-071-5/+5
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-063-175/+0
|\
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-24125-3048/+2651
| |\
| * | move onlinecheck.cxx from sal to extensionsMatúš Kukan2011-12-213-175/+0
* | | Final disentanglement between sal and sal_textenc.Stephan Bergmann2012-01-0611-150/+147
* | | Made textenc/converter cleanly usable by both sal and sal_textenc.Stephan Bergmann2012-01-0613-270/+193
* | | Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte.Stephan Bergmann2012-01-0620-798/+950
* | | textenc/context.cxx only used in sal_textenc now.Stephan Bergmann2012-01-061-1/+0
* | | Further clean up.Stephan Bergmann2012-01-0631-122/+227
* | | valgrind: error on startup in osl_unmapMappedFileCaolán McNamara2012-01-061-1/+7
* | | Changed C files to C++.Stephan Bergmann2012-01-0543-1297/+1173