Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-25 | add salhelper::LinkResolver | Caolán McNamara | 2 | -38/+17 | |
2011-05-25 | use comphelper::resolveLink | Caolán McNamara | 2 | -27/+15 | |
2011-05-24 | resolve symbolic links to jvm dirs for especially smoketest inside ooenv | Caolán McNamara | 1 | -1/+12 | |
2011-05-17 | Some cppcheck cleaning | Julien Nabet | 1 | -4/+4 | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure) | Christina Rossmanith | 1 | -8/+8 | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | 3 | -9/+3 | |
2011-04-01 | jvmfwk-gij-paths.diff: more gij/libgcj paths | Rene Engelhard | 1 | -1/+21 | |
2011-03-30 | tiny clean up; removed unwanted comma in array intialization | Petr Mladek | 1 | -1/+1 | |
2011-03-30 | jvmfwk-modified-javavendors-xml.diff: autodetect java (i#99619) | Petr Mladek | 1 | -6/+1 | |
select the java automatically when the system javavendors.xml is modified do not force to do it the user manually | |||||
2011-03-24 | Fixed typo | Takeshi Abe | 1 | -1/+1 | |
2011-03-14 | Merge Gentoo patches from old build and downstream repositories. | Hanno Meyer-Thurow | 4 | -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-12 | Move OSL_ENSURE(0,...) to OSL_FAIL(...) | Thomas Arnhold | 1 | -1/+1 | |
2011-03-12 | Move OSL_ENSURE(false,...) to OSL_FAIL(...) | Thomas Arnhold | 1 | -1/+1 | |
2011-03-04 | removed dead code; fix a comment | Takeshi Abe | 4 | -16/+1 | |
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | 9 | -12/+31 | |
2011-02-15 | search for server jvm if client jvm not found | Hanno Meyer-Thurow | 1 | -2/+0 | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | 1 | -9/+0 | |
2011-01-26 | Add the location of the 64-bit jvm.dll | Tor Lillqvist | 1 | -1/+3 | |
2011-01-06 | cppunit: prefer prefix variant | Caolán McNamara | 1 | -3/+3 | |
2011-01-01 | cppcheck: prefer prefix variant | Caolán McNamara | 1 | -3/+3 | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | 1 | -6/+6 | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | 1 | -2/+2 | |
2010-12-23 | Drop inclusion of tools/prewin.h and postwin.h from sunjavaplugin.cxx | Tor Lillqvist | 1 | -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-22 | Load msvcr71.dll needed by JVM using explicit path, see fdo#32426 | Tor Lillqvist | 1 | -0/+119 | |
2010-11-08 | JFW_PLUGIN_ARCH/server is needed on OpenBSD | Robert Nagy | 1 | -0/+3 | |
2010-11-01 | Merge commit 'ooo/OOO330_m13' | Jan Holesovsky | 5 | -11/+73 | |
2010-10-27 | add modelines to .h and .c files as well | Caolán McNamara | 1 | -0/+3 | |
2010-10-26 | jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6 | Joachim Lingner | 5 | -11/+72 | |
2010-10-21 | jl162 #i115180# OOo does not find VM runtime library of Java 1.6.0_22 on Mac | Joachim Lingner | 1 | -1/+2 | |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | 16 | -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-05 | remove include guards using fixguard.py | Petr Mladek | 1 | -0/+0 | |
2010-03-15 | linuxaxp01: #i110145# first cut | Caolán McNamara | 1 | -2/+4 | |
2010-03-03 | CWS-TOOLING: integrate CWS sb119ooo/DEV300_m74 | Ivo Hinkelmann | 1 | -15/+1 | |
2010-03-02 | CWS-TOOLING: integrate CWS jl145 | Ivo Hinkelmann | 1 | -2/+3 | |
2010-02-26 | sb119: merged in DEV300_m72 | sb | 19 | -77/+19 | |
2010-02-25 | sb111: merged in DEV300_m72 | sb | 19 | -77/+19 | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | 19 | -77/+19 | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||||
2010-01-20 | sb119: #i108476# removed obsolete code that deactivates osl signal handler; ↵ | sb | 1 | -15/+1 | |
fixed signature of JNI abort_handler | |||||
2010-01-18 | #jl145: #i106849# resolving link to a directory not working by applying the ↵ | Joachim Lingner | 1 | -6/+10 | |
first fix. Redone and added a relative base URL file:/// in the call to osl_getAbsolutFileURL | |||||
2010-01-12 | jl145: merge with DEV300_m69 | Joachim Lingner | 4 | -11/+4 | |
2010-01-08 | sb111: merged in DEV300_m69 | sb | 4 | -11/+4 | |
2010-01-05 | CWS-TOOLING: integrate CWS cmcfixes68ooo/DEV300_m69 | Jens-Heiner Rechtien | 3 | -9/+4 | |
2009-12-07 | merged in DEV300_m66 | sb | 1 | -2/+4 | |
2009-12-02 | jl145: #106849# assertion because osl_getAbsoluteFileUrl is called with file ↵ | Joachim Lingner | 1 | -8/+5 | |
URL instead of a path as argument. | |||||
2009-12-01 | sb111: merged in to-the-side QA fixes | sb | 1 | -6/+14 | |
2009-12-01 | cmcfixes68: merge with DEV300 m66 | Caolán McNamara | 1 | -2/+4 | |
2009-11-30 | cmcfixes68: #i107320# ifdef debug only code | Caolán McNamara | 3 | -9/+4 | |
2009-11-19 | linuxhppa1: #i107051#: port to linux hppa (parisc) | Caolán McNamara | 1 | -2/+4 | |
2009-11-13 | sb116: #i106845# removed obsolete IRIX port | sb | 1 | -2/+0 | |
2009-09-28 | improve javaldx robustness when java executable prints additional stuff to ↵ | sb | 1 | -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...) |