summaryrefslogtreecommitdiffstats
path: root/include/jvmfwk/framework.hxx
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-11-131-1/+1
* loplugin:includeform: jvmfwkStephan Bergmann2017-10-231-1/+1
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* Simplify jfw_findAllJREsStephan Bergmann2017-04-131-1/+0
* Simplify passing options to jfw_startVMStephan Bergmann2017-04-131-4/+2
* Convert rtl_uString -> OUString in jfw_get/setVMParametersStephan Bergmann2017-04-121-16/+3
* Convert some rtl_uString -> OUString in jvmfwkStephan Bergmann2017-04-121-7/+6
* Calls to jvmfwk/framework.hxx must not pass in null, drop JFW_E_INVALID_ARGStephan Bergmann2017-04-111-12/+0
* sal_Bool -> boolStephan Bergmann2017-04-111-1/+1
* Let jfw_isVMRunning return the result; there are no error conditionsStephan Bergmann2017-04-111-7/+2
* sal_Bool -> boolStephan Bergmann2017-04-111-3/+3
* jfw_existJRE requires non-null args, never returns JFW_E_INVALID_ARGStephan Bergmann2017-04-111-1/+0
* sal_Bool -> boolStephan Bergmann2017-04-111-2/+2
* Use std::unique_ptr<JavaInfo> for lifecycle management in jvmfwk/framework.hxxStephan Bergmann2017-04-111-39/+17
* Fix typosAndrea Gelmini2017-03-251-2/+2
* Typo: requirments -> requirementsSamuel Mehrbrodt2017-03-031-1/+1
* Fix typo in comments: et -> edTakeshi Abe2016-12-071-1/+1
* Avoid reserved identifierStephan Bergmann2016-03-291-2/+2
* Fix memory leaksStephan Bergmann2016-03-101-0/+20
* No more need for jfw_freeJavaInfoStephan Bergmann2016-03-101-14/+5
* Turn JavaInfo sal_Sequence* member into rtl::ByteSequenceStephan Bergmann2016-03-101-4/+4
* Turn JavaInfo rtl_uString* members into OUStringStephan Bergmann2016-03-101-6/+6
* Manage JavaInfo instances via new/deleteStephan Bergmann2016-03-101-4/+2
* No need for SAL_CALL hereStephan Bergmann2016-03-101-19/+19
* No need for extern "C" hereStephan Bergmann2016-03-101-9/+5
* Avoid reserved identifier, remove unnecessary typedefStephan Bergmann2016-03-101-3/+1
* include/jvmfwk/*.h -> .hxx (only ever included from C++ code)Stephan Bergmann2016-03-091-0/+775