summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Fix regression in bubbleSortVersionStephan Bergmann1-1/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-1/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-5/+5
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-01-06jvmfwk/plugins: clean-up in util.cxxDouglas Mencken1-15/+4
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby1-10/+31
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-2/+2
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-2/+2
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-6/+6
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-8/+6
2015-04-27More loplugin:simplifyboolStephan Bergmann1-4/+4
2014-12-18Some cppcheck cleanings: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3
2014-12-18jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-16jvmfwk: Use appropriate OUString functions on string constantsStephan Bergmann1-8/+3
2014-12-16Related fdo#83753: Fix JVM_ONE_PATH_CHECK feature againStephan Bergmann1-2/+4
2014-12-15Check each potential JRE location only onceStephan Bergmann1-59/+73
2014-12-15Rename getJREInfoByPath overload to getAndAddJREInfoByPathStephan Bergmann1-25/+27
2014-12-15getJREInfoFromBinPath return value is unusedStephan Bergmann1-8/+3
2014-12-15fdo#83753: consider JAVA_HOME and PATH when selecting JREMichael Weghorn1-3/+21
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-20Missing "Stephan Bergmann1-1/+1
2014-10-20Clean jvmfwk tracing outputTor Lillqvist1-31/+20
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-11jvmfwk: print a warning if running java faMichael Stahl1-0/+16
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-2/+10
2014-07-01New loplugin:stringconcatStephan Bergmann1-8/+5
2014-06-05various: remove SAL_THROW macroNoel Grandin1-7/+6
2014-05-26coverity#705191 Missing break in switchCaolán McNamara1-0/+1
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-1/+1
2014-04-09Clean up function declarationsStephan Bergmann1-4/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1