Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-13 | Confine JDBC driver to thread-affine apartment for Java 6 performance | Stephan Bergmann | |
... so that the massive number of the JDBC driver's calls to JNI Attach/Detach- CurrentThread are guaranteed not to happen on the main thread (where they are extremely expensive, see <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978641> "Fix for 6929067 introduces additional overhead in thread creation/termination paths"). | |||
2012-01-12 | Dead code. | Stephan Bergmann | |
2012-01-10 | simplify LocalFileHelper::ConvertURLToPhysicalName | Caolán McNamara | |
2012-01-09 | Enabling Icedove addressbook connection for Base (Thank you Caolan) | Julien Nabet | |
2012-01-07 | Fix fdo#44065 | Julien Nabet | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-06 | generic unix .mozilla dir is under home dir, not xdg-config-dir | Caolán McNamara | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-05 | callcatcher: drop some unused methods | Caolán McNamara | |
2012-01-05 | catch by const ref | Caolán McNamara | |
2011-12-30 | now that QADEVOOO build_type exist we need to use it... | Norbert Thiebaud | |
2011-12-30 | build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE) | Rene Engelhard | |
2011-12-24 | clean-up remnant obsolete CALL_CDECL | Norbert Thiebaud | |
2011-12-24 | support libebook-1.2.so.12 (evolution 3.2) | Rene Engelhard | |
2011-12-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-21 | needs more work first | Caolán McNamara | |
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9. | |||
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-17 | correct diagnostic message | Ivan Timofeev | |
2011-12-17 | drop redundant always-true condition | Ivan Timofeev | |
2011-12-17 | Fix for fdo43460 Part IX getLength() to isEmpty() | Olivier Hallot | |
Part IX Module connectivity | |||
2011-12-16 | Adding more dbf file types. | Muthu Subramanian | |
Uses info from comments in i18728. | |||
2011-12-15 | Removed extra semicolons | Jesse | |
2011-12-15 | fdo#43707: tweak workarounds for fdo#42865: | Michael Stahl | |
Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown reasons, so use the old mapfiles on that platform. Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b. | |||
2011-12-14 | regpathhelper: unused, so we've got to have two of them | Caolán McNamara | |
2011-12-14 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-12-14 | -Wl,-dead_strip_dylibs is not supported with XCode 2.5 | Christian Lohmaier | |
2011-12-13 | use RTL_CONSTASCII_STRINGPARAM | Caolán McNamara | |
2011-12-13 | get rid of obsolete path-delimiter escape | Christian Lohmaier | |
2011-12-13 | GUI is also UNX for Mac, to check for Mac use either OS→MACOSX or ↵ | Christian Lohmaier | |
GUIBASE→aqua | |||
2011-12-12 | postgresql-sdbc: do not use GNU ld-specific options on MacOS X | Lionel Elie Mamane | |
2011-12-12 | Remove ByteString | Julien Nabet | |
2011-12-12 | postgresql-sdbc: get libpq link deps from postgresql build system | Lionel Elie Mamane | |
2011-12-12 | Hopefully the last of the pgsql saga | Fridrich Štrba | |
2011-12-12 | Enable pgsql LDAP support when building with OpenLDAP | Fridrich Štrba | |
2011-12-12 | Enable OpenSSL support in the internal libpq | Fridrich Štrba | |
2011-12-12 | Some more postgresql fixes | Fridrich Štrba | |
1. The --enable-extension-integration affects only packaging 2. OUTDIR_FOR_BUILD is for native build in case of crosscompiling | |||
2011-12-09 | connectivity: remove dead DNoException.cxx | Michael Stahl | |
2011-12-09 | Make link and deliver the postgresql.oxt extension also on windows | Fridrich Štrba | |
2011-12-08 | WaE Mac gcc is confused with >>= operator overload (it is not alone) | Norbert Thiebaud | |
>>= operator overload turn the right-value of the operator into a left value... which confuse the heck out of the compiler's detection of use of unitialized variables (and also C-reader like me for whom >>= means something else altogether... (why on earth are we right-bitshifting... with an unitialized variable... oh! fracking operator overload!!!) | |||
2011-12-08 | childs -> children | Michael T. Whiteley | |
2011-12-07 | Fix build of pgsql connector (std::hash -> boost::hash) | Fridrich Štrba | |
2011-12-06 | pgsql-sdbc: do not use -s option to sed; GNU extension, breaks MacOS build | Lionel Elie Mamane | |
2011-12-05 | PostgreSQL-SDBC: increment version number | Lionel Elie Mamane | |
2011-12-04 | ODBC DBMetaDataResultSet: on move, update internal state as necessary | Lionel Elie Mamane | |
After successful last(), isLast() should return true! Thus, when moving to last record, keep that fact in mind (update m_bEOF) so that isLast returns right result. Also update m_bEOF on other moves. Update m_nRowPos on next(), for the same reasons, mutatis mutandi. | |||
2011-12-01 | Internal libpq (PostgreSQL client lib) | Lionel Elie Mamane | |
2011-12-01 | fdo#41474: remove setCharAt and charAt from O[U]StringBuffer | August Sodora | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |