summaryrefslogtreecommitdiff
path: root/jvmfwk
AgeCommit message (Expand)AuthorFilesLines
2014-07-01New loplugin:stringconcatStephan Bergmann1-8/+5
2014-07-01simplifyStephan Bergmann1-2/+1
2014-07-01Fix osl_setEnvironment argsStephan Bergmann1-2/+1
2014-07-01clang scan-build: various warningsCaolán McNamara2-5/+4
2014-06-27Unused declarationStephan Bergmann1-10/+0
2014-06-27Dead declarationsStephan Bergmann2-4/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin6-56/+11
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin8-51/+10
2014-06-05various: remove SAL_THROW macroNoel Grandin1-7/+6
2014-05-26coverity#705191 Missing break in switchCaolán McNamara1-0/+1
2014-05-23jvmfwk: generalize (and fix) the do_msvcr71_magic to Oracle JRE 7Michael Stahl1-17/+50
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold13-27/+27
2014-05-08New --disable-runtime-optimizationsStephan Bergmann1-3/+7
2014-05-08Resolves: rhbz#1092589 Thoroughly check whether JRE is still presentStephan Bergmann1-2/+1
2014-05-08Remove unused jfw_setJRELocationsStephan Bergmann1-27/+2
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni2-4/+4
2014-04-21Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+6
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-14typo: attribut -> attributeThomas Arnhold1-1/+1
2014-04-09Clean up function declarationsStephan Bergmann1-4/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-10/+10
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-02-26Remove visual noise from jvmfwkAlexander Wilms4-12/+12
2014-02-18Support OpenJDK "-internal" version suffixStephan Bergmann2-1/+4
2014-02-18jvmfwk: sal_Bool -> boolStephan Bergmann5-13/+13
2014-02-12Don't set JAVA_HOME on Mac OS XStephan Bergmann1-1/+1
2014-02-12Simplify string handlingStephan Bergmann1-4/+3
2014-02-11Related fdo#74597: Java on Mac doesn't use javaldx/library path fiddlingStephan Bergmann1-7/+1
2014-01-28bool improvementsStephan Bergmann5-14/+21
2014-01-27bool improvementsStephan Bergmann3-14/+14
2014-01-24coverity#705670 Resource leakCaolán McNamara1-0/+1
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann3-9/+9
2014-01-21bool improvementsStephan Bergmann2-3/+3
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-2/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-13/+6
2013-11-11remove unnecessary use of OUString constructorNoel Grandin3-8/+8
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-3/+3
2013-10-30Avoid using gconftool. Atk provides a11y not Java on Unix.Michael Meeks2-20/+18
2013-10-28jvmfwk: remove Package_*solverMichael Stahl3-61/+0
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl4-4/+4
2013-10-28jvmfwk: rewrite odd conditionalMichael Stahl1-5/+3
2013-10-28Improve debug output (and some clean up)Stephan Bergmann1-14/+9
2013-10-14Revert "Related: #i119525# List only JREs whose jvm library can be loaded"Markus Mohrhard1-22/+0
2013-10-05URE folder path fixes for the HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURE caseTor Lillqvist1-1/+3
2013-09-23Try to fix cross-compilationTor Lillqvist2-2/+2
2013-09-16Still copy jvmfwk support files to solverStephan Bergmann3-0/+57
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann2-2/+2
2013-09-09jvmfwk: install also into instdirMatúš Kukan5-86/+17
2013-08-27fdo#67313: Use "lo" suffix for private URE libsStephan Bergmann6-19/+19
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-10/+10