summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins
AgeCommit message (Collapse)AuthorFilesLines
2011-05-25add salhelper::LinkResolverCaolán McNamara2-38/+17
2011-05-25use comphelper::resolveLinkCaolán McNamara2-27/+15
2011-05-24resolve symbolic links to jvm dirs for especially smoketest inside ooenvCaolán McNamara1-1/+12
2011-05-17Some cppcheck cleaningJulien Nabet1-4/+4
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith1-8/+8
2011-04-18Remove OS/2 support.Francois Tigeot3-9/+3
2011-04-01jvmfwk-gij-paths.diff: more gij/libgcj pathsRene Engelhard1-1/+21
2011-03-30tiny clean up; removed unwanted comma in array intializationPetr Mladek1-1/+1
2011-03-30jvmfwk-modified-javavendors-xml.diff: autodetect java (i#99619)Petr Mladek1-6/+1
select the java automatically when the system javavendors.xml is modified do not force to do it the user manually
2011-03-24Fixed typoTakeshi Abe1-1/+1
2011-03-14Merge Gentoo patches from old build and downstream repositories.Hanno Meyer-Thurow4-2/+50
1. Do not add compiler default include and library path: potentially build against different version of system library than requested by the user. 2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is available for more than two years. Noone cares, therefore rest in peace. Python2 is going to be ditched at some point. Simply do not fail then. Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it handled nowadays? 3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip 4. Add a configure option to search only in one place for JVMs, which is quite interesting for Linux Distributions. Enforce the user to place JVMs in one base directory. 5. Fix build for libxml-2.7.8 with ICU support. * config_office-XINC-XLIB-defaults.diff: (1) * disable-python.diff: (2) * gentoo-sandbox.diff: (3) * jvm-search-path.diff: (4) * libxmlsec_fix_extern_c.diff: (5)
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-04removed dead code; fix a commentTakeshi Abe4-16/+1
2011-03-02Remove "using namespace ::rtl"Julien Nabet9-12/+31
2011-02-15search for server jvm if client jvm not foundHanno Meyer-Thurow1-2/+0
2011-02-01Clean up makefilesThomas Arnhold1-9/+0
2011-01-26Add the location of the 64-bit jvm.dllTor Lillqvist1-1/+3
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-3/+3
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-3/+3
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-6/+6
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-2/+2
2010-12-23Drop inclusion of tools/prewin.h and postwin.h from sunjavaplugin.cxxTor Lillqvist1-2/+0
That file compiles fine without them. These headers are in tools, which hasn't been built and delivered yet when sunjvmfwk is built. We can't add tools to the dependencies of jvmfwk as that would introduce circularity. As such, I see no reason why prewin.h and postwin.h are in tools. I think they should be in solenv, like premac.h and postmac.h. It would perhaps be an Easy Hack to move them, and drop the "tools/" from all lines including them?
2010-12-22Load msvcr71.dll needed by JVM using explicit path, see fdo#32426Tor Lillqvist1-0/+119
2010-11-08JFW_PLUGIN_ARCH/server is needed on OpenBSDRobert Nagy1-0/+3
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky5-11/+73
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-0/+3
2010-10-26jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6Joachim Lingner5-11/+72
2010-10-21jl162 #i115180# OOo does not find VM runtime library of Java 1.6.0_22 on MacJoachim Lingner1-1/+2
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth16-0/+46
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05remove include guards using fixguard.pyPetr Mladek1-0/+0
2010-03-15linuxaxp01: #i110145# first cutCaolán McNamara1-2/+4
2010-03-03CWS-TOOLING: integrate CWS sb119ooo/DEV300_m74Ivo Hinkelmann1-15/+1
2010-03-02CWS-TOOLING: integrate CWS jl145Ivo Hinkelmann1-2/+3
2010-02-26sb119: merged in DEV300_m72sb19-77/+19
2010-02-25sb111: merged in DEV300_m72sb19-77/+19
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien19-77/+19
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-20sb119: #i108476# removed obsolete code that deactivates osl signal handler; ↵sb1-15/+1
fixed signature of JNI abort_handler
2010-01-18#jl145: #i106849# resolving link to a directory not working by applying the ↵Joachim Lingner1-6/+10
first fix. Redone and added a relative base URL file:/// in the call to osl_getAbsolutFileURL
2010-01-12jl145: merge with DEV300_m69Joachim Lingner4-11/+4
2010-01-08sb111: merged in DEV300_m69sb4-11/+4
2010-01-05CWS-TOOLING: integrate CWS cmcfixes68ooo/DEV300_m69Jens-Heiner Rechtien3-9/+4
2009-12-07merged in DEV300_m66sb1-2/+4
2009-12-02jl145: #106849# assertion because osl_getAbsoluteFileUrl is called with file ↵Joachim Lingner1-8/+5
URL instead of a path as argument.
2009-12-01sb111: merged in to-the-side QA fixessb1-6/+14
2009-12-01cmcfixes68: merge with DEV300 m66Caolán McNamara1-2/+4
2009-11-30cmcfixes68: #i107320# ifdef debug only codeCaolán McNamara3-9/+4
2009-11-19linuxhppa1: #i107051#: port to linux hppa (parisc)Caolán McNamara1-2/+4
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-2/+0
2009-09-28improve javaldx robustness when java executable prints additional stuff to ↵sb1-6/+14
stdout (as happens in some poor environments where java is a wrapper script that checks system patch levels etc. and prints advice to stdout...)