Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-20 | Work around the fact that empty directories are not present in an .apk | Tor Lillqvist | |
The SDK tooling that constructs .apk packages doesn't put empty directories in them. Which makes sense I guess. "Hidden" files (like .gitignore) are also skipped. So a directory like sc/qa/unit/qpro/indeterminate does not show up at all. So, we must pretend that any opendir() of a directory under /assets succeeds. If the .apk doesn't contain any files in such a directory, treat it as existing but empty. We can't know if the corresponding directory from which /assets was constructed actually does exist but is empty or if it doesn't exist. | |||
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-19 | WaE: unused variable bOk | Thomas Arnhold | |
2012-02-19 | WaE: do this right... | Thomas Arnhold | |
2012-02-18 | sal: remove dead code and empty lines | Thomas Arnhold | |
2012-02-18 | WaE: unused variable bOk | Thomas Arnhold | |
2012-02-18 | WaE: unused variable nError | Thomas Arnhold | |
2012-02-18 | WaE: unused variable nPipes | Thomas Arnhold | |
2012-02-18 | WaE: unused variable Event | Thomas Arnhold | |
2012-02-18 | WaE: /* inside comment | Thomas Arnhold | |
2012-02-18 | WaE: unused variable nLen | Thomas Arnhold | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-16 | Use the same simple lo_main() on iOS as on Android | Tor Lillqvist | |
Let's do the iOS specific stuff in separate main() source file(s). Don't attempt to build complete iOS programs using normal LibreOffice mechanisms, it will work for only the very lowest level unit tests anyway, because of static linking and the circularish UNO/URE/bootstrap/whatnot (run-time) dependencies between different parts of the code. We thus can't build the various iOS-specific *_cppunittester_all unit test executables any more. Corresponding unit tests (and more complex ones) for iOS will have to be done in a different way. | |||
2012-02-16 | -Wundef | Stephan Bergmann | |
2012-02-16 | Prevent misuses of RTL_CONSTASCII_USTRINGPARAM | Stephan Bergmann | |
works only on 64 bit platforms, though. | |||
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-15 | Merge sal_textenc into sal just on Android | Tor Lillqvist | |
2012-02-15 | Don't bother with a separate libsal_textenc when merging libs | Tor Lillqvist | |
2012-02-15 | Merge branch 'feature/android' | Tor Lillqvist | |
2012-02-14 | cleanup: remove remenants of gcc version checking | Michael Meeks | |
2012-02-14 | Make code exploiting -fthreadsafe-statics properly conditional | Stephan Bergmann | |
Looks like 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c missed these. | |||
2012-02-13 | EasyHack: Removed gcc conditionals | Alexander Bergmann | |
2012-02-10 | consistent constness for getFunctionSymbol() overloads | Luboš Luňák | |
This is an inline function, so there should be no problems with binary compatibility. | |||
2012-02-09 | fix ppt embedded graphic dumper | Caolán McNamara | |
2012-02-06 | OSL_USE_SYS_V_SEMAPHORE is never defined | François Tigeot | |
* Remove the System V semaphore implementation variant * POSIX thread-local code was always used for synchronization primitives anyway | |||
2012-02-06 | Added READMEs for modules related to URE, with content from the wiki | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Remove unused VolumeDevice functions and related code | François Tigeot | |
2012-02-05 | Remove unused floppy-handling code | François Tigeot | |
2012-02-05 | Remove useless NETBSD check | François Tigeot | |
2012-02-03 | add sc.ui log area | David Tardon | |
2012-02-01 | add vcl.gdi log area | David Tardon | |
2012-01-31 | Regroup DragonFly and NetBSD configurations | François Tigeot | |
2012-01-31 | Call lo_dlclose() on Android | Tor Lillqvist | |
2012-01-31 | Add lo_dlclose() | Tor Lillqvist | |
2012-01-31 | Log time taken by dlopen() | Tor Lillqvist | |
2012-01-31 | No need to wait for debugger here on Android, this code does seem to work | Tor Lillqvist | |
2012-01-31 | Remove unused endianess defines | François Tigeot | |
2012-01-31 | add vcl log area | David Tardon | |
2012-01-30 | sal: add sw.rtf log area | Miklos Vajna | |
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 | Drop accidental #include | Tor Lillqvist | |
2012-01-27 | Tweak the st_mode returned by lo_apk_lstat() to match reality better | Tor Lillqvist | |
2012-01-27 | add a file to list of known SAL_INFO areas | Luboš Luňák | |
2012-01-27 | android: attach as daemon with given JNI version, and don't exit. | Michael Meeks | |
2012-01-27 | android: push the redraw-needed command into the app thread & wait | Michael Meeks | |
2012-01-27 | CppunitTest_sal_osl_file fails on Windows | Tor Lillqvist | |
2012-01-26 | Use lo-bootstrap as the log tag | Tor Lillqvist | |