Age | Commit message (Collapse) | Author |
|
a deliverable. Added Ant support files that provide build infrastructure
that can be used by Java projects, including testing with JUnit at
compile time, processing of external dependencies, using the IDL
toolchain (idlc, regmerge, javamaker), and general build support like
compiling into class files, building the JAR file and cleaning. These
features require Ant version >= 1.9.1.
Ported main/jurt to gbuild and this Ant infrastructure.
Patch by: me
Notes:
ignore: obsolete
|
|
Patch by: me
Notes:
prefer: 7af400558072e2f328f078e39a121a95bb928804
|
|
instead of using "new <Type>(<value>)", use <Type>.valueOf(<value>),
or better yet, rely on autoboxing.
Since the box objects are immutable, Java can and does cache them for
values between -128 and 127, which includes all possible boolean and byte
values and many common values for all other basic types. Thus, unlike the
constructor, calling valueOf() or autoboxing such values does not allocate
memory at all, and only returns the pre-existing instance, which is not only
faster, but uses zero extra memory too.
This is the first of many patches. This one fixes this problem in bridges,
javaunohelper and jurt, which are parts of the Java<->Uno bridge, which is
critical to performance.
Patch by: me
Notes:
prefer: ff0ad0493ee1729c726587f667761b04101d774c
|
|
These were missed in r1775849.
Notes:
ignore: obsolete
|
|
These all pre-existed in the code and it0s convenient to let Subversion
handle them directly.
These should have no effect on the build.
Notes:
ignore: obsolete
|
|
Why worry about some sprinkled German when we haven't yet learned English.
Notes:
prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
|
|
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
|
|
Notes:
prefer: 0d396800021684a8c0875e45ed1440011fd7f9b0
|
|
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
|
|
|
|
|
|
|
|
|
|
java.lang.Throwable cause facility
|
|
|
|
adapted corresponding tests plus solenv/inc/javaunittest.mk to JUnit framework
|
|
|
|
|
|
|
|
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
|
|
(and simplified code)
|
|
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-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/03/31 07:24:26 rt 1.8.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.2.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.11.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.4.6.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.9.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.2.58.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.17.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.5.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.3.22.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:26 rt 1.19.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.5.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.8.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.3.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.5.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.4.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.3.22.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.18.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.16.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.6.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.12.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.10.32.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.4.64.1: #i87441# Change license header to LPGL v3.
|
|
2008/03/31 07:24:25 rt 1.16.64.1: #i87441# Change license header to LPGL v3.
|