Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-01-06 | Made textenc/converter cleanly usable by both sal and sal_textenc. | Stephan Bergmann | |
2012-01-06 | Extracted convertsimple (used by sal and sal_textenc) from tcvtbyte. | Stephan Bergmann | |
2012-01-06 | textenc/context.cxx only used in sal_textenc now. | Stephan Bergmann | |
2012-01-06 | Further clean up. | Stephan Bergmann | |
2012-01-06 | valgrind: error on startup in osl_unmapMappedFile | Caolán McNamara | |
2012-01-05 | Changed C files to C++. | Stephan Bergmann | |
2012-01-05 | Properly assign objects to only those libraries that actually use them. | Stephan Bergmann | |
For that, moved aImplJavaUtf8TextEncodingData from tables.cxx to textenc.cxx, as it shares code with aImplUTF8TextEncoding (but does not drag lots of expensive data back into sal from sal_textenc). | |||
2012-01-05 | Properly extract from tcvt*.tab files what goes into textenc.cxx. | Stephan Bergmann | |
2012-01-05 | Retire TOOLS_STRING_MISSUSE hack (to enable further cleanup). | Stephan Bergmann | |
2012-01-05 | Switch from autodoc to doxygen for SDK C++ documentation. | Stephan Bergmann | |
* New build prerequisite doxygen (controllable via --with-doxygen). * Adapted various headers to slightly different doxygen documentation syntax, but much clean up still remains to be done (i.e., warnings emitted by doxygen fixed). | |||
2012-01-05 | gcc-trunk: fix: unable to find string literal operator 'operator FOO' | Matúš Kukan | |
2012-01-05 | sal: try to fix MinGW min/max breakage by inlining | Michael Stahl | |
2012-01-05 | reduce ifdef forest | Caolán McNamara | |
2012-01-04 | Make the apk dirent functions work properly | Tor Lillqvist | |
We must build a directory tree structure corresponding to the files in the .apk, and use that then in lo_apk_opendir()/readdir(). We can't just return the same subdirectory once for each time we come across an entry that has it as a prefix in the zip directory. Use the BSD-licensed "uthash" library (just one .h file actually) from http://uthash.sourceforge.net/ . | |||
2012-01-04 | Remove bogus one column indentation | Tor Lillqvist | |
2012-01-04 | Handle /assets paths also in realpath_u() | Tor Lillqvist | |
2012-01-04 | Fix the monkey patching to work for an arbitrary offset | Tor Lillqvist | |
We used to patch in a simple "b" instruction with a relative offset that has to fit in 24(+2) bits. Which was not enough in practice. Now patch in a "ldr pc, [pc, #-4]" instead which loads PC from the next word; in ARM code PC cotains the address of the executing instruction + 8), and put the full address of the replacement code into the next word. | |||
2012-01-04 | Probably using a local rtl::OString is better | Tor Lillqvist | |
2012-01-04 | Use the lo_apk_* functions for files under /assets | Tor Lillqvist | |