summaryrefslogtreecommitdiffstats
path: root/jvmfwk
Commit message (Collapse)AuthorAgeFilesLines
* removed unused const rtl::OUStringTakeshi Abe2012-05-173-3/+0
| | | | Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
* upgrade to icu 49Caolán McNamara2012-05-111-1/+1
| | | | Change-Id: I I I I I If403ee07ef8ea654369a8faac57fa8940f90e040
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-102-15/+14
| | | | Variables should have module name as prefix to prevent collisions.
* gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan2012-05-091-1/+1
| | | | Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
* Remove unused method VendorBase::getJavaExePaths(int*)Marc Garcia2012-05-042-20/+4
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* make java startup a visible event when debuggingCaolán McNamara2012-04-281-0/+1
| | | | Change-Id: I97c5499b57edbaac6e356450bb9d89dc350260eb
* use SAL_N_ELEMENTSDavid Tardon2012-04-181-3/+3
|
* WaE: parameter 'size' set but not usedDavid Tardon2012-04-181-1/+1
|
* WaE: declaration of 'errcode' shadows a global declarationDavid Tardon2012-04-181-8/+8
|
* enforce only one possible use of gb_CustomTargetMatúš Kukan2012-04-091-1/+1
| | | | | | This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-082-3/+2
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-083-8/+8
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-051-1/+1
| | | | Includes too replacement < by != for comparison between current and end iterators
* jvmfwk: use CustomTarget makefileMatúš Kukan2012-04-043-14/+11
|
* Fix delivery of jvmfwk ini/data filesStephan Bergmann2012-03-263-59/+30
| | | | | ...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
* replace OpenOffice.org to LibreOffice in registry keysAndras Timar2012-03-231-1/+1
|
* 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
|