summaryrefslogtreecommitdiff
path: root/jurt
AgeCommit message (Collapse)Author
2016-05-22Spelling, spelling ...Pedro Giffuni
Why worry about some sprinkled German when we haven't yet learned English. Notes: prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
2015-11-11r1712824 withdrawn by committer.Damjan Jovanovic
Notes: ignore: aoo
2015-11-05#i126360# Possible exception/segfault in jurt jpipe.dll under Windows with ↵Damjan Jovanovic
pipe connection - Remove the LoadLibrary from DLLMain (from windows not recommended) see http://msdn.microsoft.com/en-us/library/windows/desktop/ms682583(v=vs.85).aspx in section Remarks - Improve the comment why we need two dll's (jpipe.dll and jpipx.dll) - Integrate CriticalSection, init in DllMain see link http://msdn.microsoft.com/en-us/library/windows/desktop/dn633971(v=vs.85).aspx#general_best_practices Patch by: Juergen Funk <juergen.funk_ml at cib.de> Review by: Damjan Jovanovic Notes: prefer: b21f2439ad2681f906c63c2192ef141d9abb9e37
2014-04-29Many spelling fixes: directories h* - p*.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 19c4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403
2014-02-26#124315# insert check for libs with jnilib extension on mac osJürgen Schmidt
Notes: prefer: 0d396800021684a8c0875e45ed1440011fd7f9b0
2012-12-25Cleanup various javadoc issues.Pedro Giffuni
Collect several javadoc issues from Noel: Fix a bunch of javadoc warnings in param. Cleanup javadoc see tags. Fix various misc. javadoc issues. Author: Noel Grandin Notes: prefer: f6a62d9e4106f36aff899c847d63e3198532796e
2012-12-21Java cleanup: remove unnecessary semi-colons.Pedro Giffuni
Special thanks to the author for contributing to this project the result of such tedious and never sufficiently appreciated task! Author: Noel Grandin Notes: prefer: 2caf5d19376f211bce78c9ecf040fa686201befc
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-03-10Automated merge with ssh://hg.services.openoffice.org/cws/dba34dOcke Janssen
2011-03-10dba34d: automatic code correctionsOcke Janssen
2011-01-20sb139: #i116530# improve Java URP bridge error notification by utilizing the ↵sb
java.lang.Throwable cause facility
2011-01-13sb139: #i116445# do not write to a disposed Java URP bridgesb
2011-01-03sb135: merged in DEV300_m96sb
2010-12-10sb135: #i116046# fixed jurt.com.sun.star.lib.uno.protocols.urp.Cache typo, ↵sb
adapted corresponding tests plus solenv/inc/javaunittest.mk to JUnit framework
2010-12-07ause128: #i115964# create .jnilib file on request when linking; deliver ↵Hans-Joachim Lankenau
.jnilib files instead of deliver magic
2010-10-28sb132: #i109191# avoid early finalization of Java URP proxiessb
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-04-16sb120: #i110944# jpipe.dll wrapper around jpipx.dllsb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-24sb116: #i107157# redesigned java_environment.Registry to avoid memory leaks ↵sb
(and simplified code)
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:32 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:32 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:32 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:32 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:31 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.32); FILE MERGEDRüdiger Timm
2008/03/31 07:24:31 rt 1.4.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.6.48); FILE MERGEDRüdiger Timm
2008/03/31 07:24:31 rt 1.6.48.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:31 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:31 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.32); FILE MERGEDRüdiger Timm
2008/03/31 07:24:31 rt 1.5.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:30 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.8.32); FILE MERGEDRüdiger Timm
2008/03/31 07:24:30 rt 1.8.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.15.32); FILE MERGEDRüdiger Timm
2008/03/31 07:24:30 rt 1.15.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:30 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.13.32); FILE MERGEDRüdiger Timm
2008/03/31 07:24:30 rt 1.13.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:30 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:29 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:29 rt 1.7.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.12.32); FILE MERGEDRüdiger Timm
2008/03/31 07:24:29 rt 1.12.32.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:29 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:28 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.64); FILE MERGEDRüdiger Timm
2008/03/31 07:24:28 rt 1.4.64.1: #i87441# Change license header to LPGL v3.