summaryrefslogtreecommitdiff
path: root/stoc/source/javavm
AgeCommit message (Expand)Author
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in InteractionRequest::RetryContinuationNoel Grandin
2021-06-29Drop old MSVC workaroundStephan Bergmann
2021-06-29Fix JavaVirtualMachine::disposeStephan Bergmann
2021-06-29Missing acquire in UNO constructor functionStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23use single-use attribute for JavaVirtualMachineNoel Grandin
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel
2021-01-10Fix some warnings for Raspberry pi 4 (part5)Julien Nabet
2020-12-21Revert "lok: add pre-condition "DontEnableJava""Henry Castro
2020-12-18lok: add pre-condition "DontEnableJava"Henry Castro
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-19tdf#123936 Formatting files in module stoc with clang-formatPhilipp Hofer
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski
2020-07-24stoc/javavm: create instances with uno constructorsNoel Grandin
2020-05-10compact namespace in sal..svgioNoel Grandin
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2020-02-06Be more verbose about JNI errors at least with --enable-dbgutilStephan Bergmann
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
2018-10-08tdf#120362: Don't ask user to enable JVM when enumerating scriptsMike Kaganski
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-15tdf#96099 Remove some trivial std::vector iterator typedefsArkadiy Illarionov
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-01-12More loplugin:cstylecast: stocStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: stocStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
2017-04-13Simplify passing options to jfw_startVMStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11sal_Bool -> boolStephan Bergmann
2017-04-11Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann