Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-30 | add log areas | Luboš Luňák | |
2012-01-29 | _POSIX_THREAD_SYSCALL_SOFT serves no purpose | François Tigeot | |
2012-01-27 | WaE: Unused parameter | Tor Lillqvist | |
2012-01-27 | add a file to list of known SAL_INFO areas | Luboš Luňák | |
2012-01-27 | CppunitTest_sal_osl_file fails on Windows | Tor Lillqvist | |
2012-01-26 | Code cleanup: ( () ) replaced by (()) | Alexander Bergmann | |
2012-01-25 | NetBSD also needs the internal gethostbyname_r() implementation | François Tigeot | |
Reported by: Thomas Klausner <wiz@NetBSD.org> | |||
2012-01-25 | Bin global_android_app and instead use lo-bootstrap API | Tor Lillqvist | |
Instead of introducing a global variable, use the already existing saved android_app pointer in lo-bootstrap.c, and just add a function to rettrieve that. Reanme osl/detail/android.h back to android_native_app_glue.h, which is the file from NDK/sources that it is. "android.h" sounded to me too grand, as if it was some universal Android header. But if we do start to modify the android_native_app_glue stuff heavily, then it indeed makes sense to call it something else. Until then, revert also some whitespace changes to android_native_app_glue.c for it to be as close as possible to the "upstream" one in the NDK, for clarity. | |||
2012-01-24 | android: rename native_app_glue.h and install as osl/detail/android.h | Michael Meeks | |
2012-01-24 | Use own own <osl/file.h> API to read the source in osl_copyFile() | Tor Lillqvist | |
It seems that we call osl_copyFile() to copy from /assets on Android in some cases. | |||
2012-01-24 | Fill in more struct stat fields in lo_apk_lstat() | Tor Lillqvist | |
Set uid and gid to that of the process, atime to current time, mtime and ctime to the modification timestamp of the archive entry. | |||
2012-01-24 | Bin incorrect claim in comment | Tor Lillqvist | |
2012-01-24 | android: initialize security data, and use HOME / bootstrap key | Michael Meeks | |
2012-01-24 | dead code in qa | Thomas Arnhold | |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold | |
2012-01-23 | android: get osl_Pipe creation sorted out, before we kill it. | Michael Meeks | |
use new OSL_SOCKET_PATH bootstrap variable to customise this. | |||
2012-01-23 | Fix for fdo43460 Part XLIV getLength() to isEmpty() | Olivier Hallot | |
Part XLIV many modules(inc's) | |||
2012-01-23 | Don't crash when attempting to open non-existent files under /assets | Tor Lillqvist | |
2012-01-21 | sal: re-disable file based unit tests that don't pass | Michael Meeks | |
2012-01-21 | sal: make more tests running | Matúš Kukan | |
2012-01-21 | sal: split unit-tests to one test per makefile | Matúš Kukan | |
2012-01-21 | sal: enable osl::File unit tests, and add a new readLine unit test | Michael Meeks | |
2012-01-21 | android: remove nonsensical write to file buffer during readLine | Michael Meeks | |
also expose in-memory file method for unit testing. | |||
2012-01-21 | cleanup: remove annoying ( ) empty parameter pattern | Michael Meeks | |
2012-01-21 | sal: only allowed one unit-test per gnumakefile, so separate these | Michael Meeks | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | kill some doxygen warnings | Norbert Thiebaud | |
2012-01-20 | Implement osl_identicalDirectoryItem for win32 | Michael Meeks | |
2012-01-20 | Remove obsolete suppressOslDebugMessage. | Stephan Bergmann | |
2012-01-20 | Code clean up. | Stephan Bergmann | |
2012-01-19 | clean-up Doxygen warnings | Norbert Thiebaud | |
2012-01-19 | implement inode compare for identical directory item checking | Michael Meeks | |
2012-01-19 | sal: expose a public API for comparing directory items | Michael Meeks | |
Windows impl. still pending. | |||
2012-01-19 | fix SvStream to not require a custom open or lstat method. | Michael Meeks | |
2012-01-19 | fix SvStream to not disagree with sal on sizeof struct stat | Michael Meeks | |
A temporary tweak to restore build-ability; the oslDirectory change needs a little more thought & public exposure, but rsc no longer crashes during compile ... | |||
2012-01-18 | Add some non-public API to be used by SvFileStream | Tor Lillqvist | |
Having SvFileStream call the file opening etc functions here, instead of calling open() directly itself, means we won't have to duplicate the Android .apk hooks there, too. | |||
2012-01-17 | Revert "try to solve tml_'s detected dependencies issue with salcpprt" | David Tardon | |
Bjoern fixed it by adding proper package deps This reverts commit a56cf2216105065b7576ff695cf376bc58b12346. | |||
2012-01-17 | salcpprt also uses headers from sal_inc | Bjoern Michaelsen | |
2012-01-16 | try to solve tml_'s detected dependencies issue with salcpprt | Norbert Thiebaud | |
2012-01-15 | Clang -Wdangling-else, -Wuninitialized. | Stephan Bergmann | |
2012-01-13 | Comment out the verbose logging of code that seems to work fine | Tor Lillqvist | |
2012-01-13 | suppress doxygen warning in osl | Norbert Thiebaud | |
2012-01-12 | Make it clear that sal/log.hxx functionality may change again. | Stephan Bergmann | |
2012-01-12 | Add unpacking of files from assets/unpack to the data dir | Tor Lillqvist | |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar | |
2012-01-09 | remove duplicate createHex | Caolán McNamara | |
2012-01-09 | Should use gb_Library_add_libs and not gb_Library_add_linked_libs | Tor Lillqvist | |
for system libs, says dtardon, and I trust him. Note that this crap still doesn't work any more for Android, though. Some problems with the gnustl_shared library. I have no idea where it needs to be mentioned for the bloody gbuild mechanism to understand what kind of library that is. | |||
2012-01-07 | sal.map: allow different name mangling | Matúš Kukan | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-06 | Final disentanglement between sal and sal_textenc. | Stephan Bergmann | |