summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Collapse)AuthorAgeFilesLines
* Drop comparison with empty rtl::OUStringTakeshi Abe2012-02-291-1/+1
|
* Adapted AsynchReader to safer-to-use salhelper::ThreadStephan Bergmann2012-02-231-11/+13
|
* libjvmfwk is needed even when building without javaDavid Tardon2012-02-171-3/+6
|
* We want gb_STDLIBS here surely?Tor Lillqvist2012-02-172-0/+2
|
* update makefilesDavid Tardon2012-02-171-35/+2
|
* merge feature/gbuild_javaDavid Tardon2012-02-1728-431/+582
|\
| * add gb_Helper_abbreviate_dirs_nativeMatus Kukan2012-02-161-1/+2
| |
| * jvmfwk: these are also linked_libsMatus Kukan2012-02-162-2/+2
| |
| * sunjavaplugin has been renamedDavid Tardon2011-12-261-1/+1
| |
| * export libsunjavaplugin's API functionsDavid Tardon2011-12-264-4/+54
| |
| * bah, i committed that by mistakeDavid Tardon2011-12-251-28/+0
| |
| * use gb_Helper_get_rcfile hereDavid Tardon2011-12-251-7/+2
| |
| * gbuildize jvmfwk, part 2: finish & clean upDavid Tardon2011-12-247-397/+1
| |
| * fix linking issue on windowsDavid Tardon2011-12-241-1/+6
| |
| * make exported symbols visibleDavid Tardon2011-12-244-21/+71
| |
| * build JREProperties.classDavid Tardon2011-12-243-6/+48
| |
| * we do not support OS/2David Tardon2011-12-231-21/+0
| |
| * add lib prefix to sunjavapluginDavid Tardon2011-12-236-17/+17
| |
| * gbuildize jvmfwkDavid Tardon2011-12-2311-0/+453
| |
* | Merge branch 'feature/android'Tor Lillqvist2012-02-151-1/+1
|\ \
| * | android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks2012-01-261-1/+1
| | |
* | | Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich2012-02-061-0/+1
|/ /
* | WaE: ordered comparison of pointer with integer zeroDavid Tardon2012-01-151-40/+35
| |
* | Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco2012-01-057-52/+52
| | | | | | | | | | | | Part XXII modules jvmfwk, l10ntools, lingucomponent
* | WaE and build errors with OSL_DEBUG_LEVEL == 2Caolán McNamara2012-01-051-2/+1
| |
* | stray trailing ;Caolán McNamara2012-01-051-1/+1
|/
* gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan2011-12-163-8/+8
|
* catch exception by constant referenceTakeshi Abe2011-12-152-17/+17
|
* Fix nasty ppc ld crash, correct default return param settingThorsten Behrens2011-12-071-6/+3
| | | | | | * 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
* Android code refactorig and hackingTor Lillqvist2011-11-302-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from jvmfwkNorbert Thiebaud2011-11-2716-30/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* typos fixingKorrawit Pruegsanusak2011-11-271-1/+1
|
* Use ENFORCEDSHLPREFIX for AndroidTor Lillqvist2011-11-262-1/+2
|
* duplicate "add Oracle Java 1.7.0 recognition" from javavendors_linux -> wntStephan Bergmann2011-11-251-0/+4
|
* First attempt at getting access to the Java VM on AndroidTor Lillqvist2011-11-251-1/+16
|
* Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2011-11-231-4/+4
| | | | | | | | 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.
* New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2011-11-222-95/+12
| | | | | | | | | | | * 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.
* WaE: unreferenced formal parameters in the !SOLAR_JAVA caseTor Lillqvist2011-10-031-0/+5
|
* Force JVM into interpreted mode when running under Valgrind, to avoid false ↵Stephan Bergmann2011-09-172-10/+34
| | | | error reports.
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-2/+2
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-2/+2
|
* add Oracle Java 1.7.0 recognitionHanno Meyer-Thurow2011-09-133-0/+7
|
* small bugfix : bNeedsSave instead of *bNeedsSaveJulien Nabet2011-09-121-1/+1
|
* fix JFW_PLUGIN_ARCH for OpenJDK/mipselRene Engelhard2011-08-231-1/+3
|
* No i prefix for import library with MinGW thanksTor Lillqvist2011-06-211-0/+4
|
* Be less picky with library names to match also the static library built for iOSTor Lillqvist2011-06-161-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-19/+19
|
* add salhelper::LinkResolverCaolán McNamara2011-05-252-37/+16
|