summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Collapse)Author
2012-06-26re-base on ALv2 code.Michael Meeks
2012-06-22.xml files don't need executable bitsMichael Stahl
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-04nuke unused definesTakeshi Abe
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-03fdo#48946: URE_INTERNAL_LIB_DIR/libsunjavaplugin.dll does not exist.David Ostrovsky
Change-Id: If2d21c3f04459a4cee1ebb748ddc885915063b31
2012-05-30targeted string re-workNorbert Thiebaud
Change-Id: I31c752d044774cf4cec4aaab9bb2e43570d41953
2012-05-17removed unused const rtl::OUStringTakeshi Abe
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-11upgrade to icu 49Caolán McNamara
Change-Id: I I I I I If403ee07ef8ea654369a8faac57fa8940f90e040
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
2012-05-09gbuild: remove gb_Helper_abbreviate_dirs_nativeMatúš Kukan
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
2012-05-04Remove unused method VendorBase::getJavaExePaths(int*)Marc Garcia
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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
2012-04-28make java startup a visible event when debuggingCaolán McNamara
Change-Id: I97c5499b57edbaac6e356450bb9d89dc350260eb
2012-04-18use SAL_N_ELEMENTSDavid Tardon
2012-04-18WaE: parameter 'size' set but not usedDavid Tardon
2012-04-18WaE: declaration of 'errcode' shadows a global declarationDavid Tardon
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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)
2012-04-05Fix Prefer prefix ++/-- operatorsJulien Nabet
Includes too replacement < by != for comparison between current and end iterators
2012-04-04jvmfwk: use CustomTarget makefileMatúš Kukan
2012-03-26Fix delivery of jvmfwk ini/data filesStephan Bergmann
...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-02-29Drop comparison with empty rtl::OUStringTakeshi Abe
2012-02-23Adapted AsynchReader to safer-to-use salhelper::ThreadStephan Bergmann
2012-02-17libjvmfwk is needed even when building without javaDavid Tardon
2012-02-17We want gb_STDLIBS here surely?Tor Lillqvist
2012-02-17update makefilesDavid Tardon
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-16add gb_Helper_abbreviate_dirs_nativeMatus Kukan
2012-02-16jvmfwk: these are also linked_libsMatus Kukan
2012-02-15Merge branch 'feature/android'Tor Lillqvist
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-15WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-01-05Fix for fdo43460 Part XXII getLength() to isEmpty()Gustavo Buzzatti Pacheco
Part XXII modules jvmfwk, l10ntools, lingucomponent
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