summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Collapse)Author
2012-01-05WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara
2012-01-05stray trailing ;Caolán McNamara
2011-12-26sunjavaplugin has been renamedDavid Tardon
2011-12-26export libsunjavaplugin's API functionsDavid Tardon
2011-12-25bah, i committed that by mistakeDavid Tardon
2011-12-25use gb_Helper_get_rcfile hereDavid Tardon
2011-12-24gbuildize jvmfwk, part 2: finish & clean upDavid Tardon
2011-12-24fix linking issue on windowsDavid Tardon
2011-12-24make exported symbols visibleDavid Tardon
2011-12-24build JREProperties.classDavid Tardon
2011-12-23we do not support OS/2David Tardon
2011-12-23add lib prefix to sunjavapluginDavid Tardon
2011-12-23gbuildize jvmfwkDavid Tardon
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-15catch exception by constant referenceTakeshi Abe
2011-12-07Fix nasty ppc ld crash, correct default return param settingThorsten Behrens
* on OSX 10.5 PPC, ld crashes with a bus error, presumably because of the empty ar[] string array. * the "size = 0" default case looks wrong, replaced by *size=0
2011-11-30Android code refactorig and hackingTor Lillqvist
Sorry for the large unstructured commit. But hey, the Android code is experimental so far. Extract the native lo-bootstrap code into a fairly normal library built in sal. (Previously it was the JNI part of the "Bootstrap" app.) Just linkink normally to liblo-bootstrap from C++ code that uses it works fine, no need to do a dlsym lookup. Bootstrap is still a subclass of NativeActivity and can thus still be used as an "app" (to start unit tests, or whatever), but can also be used from some other app's Java code to just get access to the lo-bootstrap native methods. Introduce a new top-level "module", android, for Bootstrap and the experiments with DocumentLoader. Note that the experimental DocumentLoader app still crashes. It can't create the com.sun.star.frame.Desktop instance. I spent lots of time debugging in the painfully inadequate ndk-gdb. (Even the newer gdb build from the "mingw-and-ndk" project is quite crappy in many ways.) I should really experiment with corresponding code on a normal platform first before even trying on Android. Basically, I think that if I just can get the concept of Java code that instantiates and uses LO components *in-process* working on a normal desktop platform, it should work on Android, too.
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from jvmfwkNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-26Use ENFORCEDSHLPREFIX for AndroidTor Lillqvist
2011-11-25duplicate "add Oracle Java 1.7.0 recognition" from javavendors_linux -> wntStephan Bergmann
2011-11-25First attempt at getting access to the Java VM on AndroidTor Lillqvist
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-10-03WaE: unreferenced formal parameters in the !SOLAR_JAVA caseTor Lillqvist
2011-09-17Force JVM into interpreted mode when running under Valgrind, to avoid false ↵Stephan Bergmann
error reports.
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-13add Oracle Java 1.7.0 recognitionHanno Meyer-Thurow
2011-09-12small bugfix : bNeedsSave instead of *bNeedsSaveJulien Nabet
2011-08-23fix JFW_PLUGIN_ARCH for OpenJDK/mipselRene Engelhard
2011-06-21No i prefix for import library with MinGW thanksTor Lillqvist
2011-06-16Be less picky with library names to match also the static library built for iOSTor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-25add salhelper::LinkResolverCaolán McNamara
2011-05-25use comphelper::resolveLinkCaolán McNamara
2011-05-24resolve symbolic links to jvm dirs for especially smoketest inside ooenvCaolán McNamara
2011-05-17Some cppcheck cleaningJulien Nabet
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure)Christina Rossmanith
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-01jvmfwk-gij-paths.diff: more gij/libgcj pathsRene Engelhard
2011-03-30tiny clean up; removed unwanted comma in array intializationPetr Mladek
2011-03-30jvmfwk-modified-javavendors-xml.diff: autodetect java (i#99619)Petr Mladek
select the java automatically when the system javavendors.xml is modified do not force to do it the user manually
2011-03-24Fixed typoTakeshi Abe
2011-03-24Fixed the source file nameTakeshi Abe
2011-03-24Removed an unchanged variableTakeshi Abe
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_reader.cxx remotebridges/source/factory/bridgefactory.cxx stoc/source/corereflection/crefl.cxx stoc/source/javavm/javavm.cxx stoc/source/simpleregistry/simpleregistry.cxx
2011-03-14Merge Gentoo patches from old build and downstream repositories.Hanno Meyer-Thurow
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)