Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-13 | misc. cleanup. | Michael Meeks | |
2012-08-11 | Remove unused local vars | Julien Nabet | |
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc | |||
2012-07-20 | Globally unique symbols missing from some map files | Stephan Bergmann | |
...after gbuild'ification (they used to be added via solenv/bin/addsym.awk). And sunjavaplugin.map is actually unused. Change-Id: If6804cff8d01e268b84512d6c4b1edebde018cc0 | |||
2012-07-14 | simplify include guards | Thomas Arnhold | |
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f | |||
2012-07-13 | re-base on ALv2 code. Includes: | Michael Meeks | |
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727 | |||
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1 | |||
2012-06-04 | nuke unused defines | Takeshi Abe | |
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb | |||
2012-05-17 | removed unused const rtl::OUString | Takeshi Abe | |
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb | |||
2012-05-04 | Remove unused method VendorBase::getJavaExePaths(int*) | Marc Garcia | |
2012-04-18 | use SAL_N_ELEMENTS | David Tardon | |
2012-04-18 | WaE: parameter 'size' set but not used | David Tardon | |
2012-04-18 | WaE: declaration of 'errcode' shadows a global declaration | David Tardon | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-04 | jvmfwk: use CustomTarget makefile | Matúš Kukan | |
2012-02-29 | Drop comparison with empty rtl::OUString | Takeshi Abe | |
2012-02-23 | Adapted AsynchReader to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-17 | merge feature/gbuild_java | David Tardon | |
2012-02-16 | add gb_Helper_abbreviate_dirs_native | Matus Kukan | |
2012-01-26 | android: move lo-bootstrap to osl/detail, Attach threads as created | Michael Meeks | |
2012-01-15 | WaE: ordered comparison of pointer with integer zero | David Tardon | |
2012-01-05 | Fix for fdo43460 Part XXII getLength() to isEmpty() | Gustavo Buzzatti Pacheco | |
Part XXII modules jvmfwk, l10ntools, lingucomponent | |||
2012-01-05 | WaE and build errors with OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2012-01-05 | stray trailing ; | Caolán McNamara | |
2011-12-24 | gbuildize jvmfwk, part 2: finish & clean up | David Tardon | |
2011-12-24 | build JREProperties.class | David Tardon | |
2011-12-16 | gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO' | Matúš Kukan | |
2011-12-07 | Fix nasty ppc ld crash, correct default return param setting | Thorsten 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-30 | Android code refactorig and hacking | Tor 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-27 | remove include of pch header from jvmfwk | Norbert Thiebaud | |
2011-11-27 | typos fixing | Korrawit Pruegsanusak | |
2011-11-26 | Use ENFORCEDSHLPREFIX for Android | Tor Lillqvist | |
2011-11-25 | First attempt at getting access to the Java VM on Android | Tor Lillqvist | |
2011-11-23 | Changed 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-22 | New 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-09-17 | Force JVM into interpreted mode when running under Valgrind, to avoid false ↵ | Stephan Bergmann | |
error reports. | |||
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-09-13 | add Oracle Java 1.7.0 recognition | Hanno Meyer-Thurow | |
2011-08-23 | fix JFW_PLUGIN_ARCH for OpenJDK/mipsel | Rene Engelhard | |
2011-05-25 | add salhelper::LinkResolver | Caolán McNamara | |
2011-05-25 | use comphelper::resolveLink | Caolán McNamara | |
2011-05-24 | resolve symbolic links to jvm dirs for especially smoketest inside ooenv | Caolán McNamara | |
2011-05-17 | Some cppcheck cleaning | Julien Nabet | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (ure) | Christina Rossmanith | |
2011-04-18 | Remove OS/2 support. | Francois Tigeot | |
2011-04-01 | jvmfwk-gij-paths.diff: more gij/libgcj paths | Rene Engelhard | |
2011-03-30 | tiny clean up; removed unwanted comma in array intialization | Petr Mladek | |
2011-03-30 | jvmfwk-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 |