summaryrefslogtreecommitdiff
path: root/framework/source/jobs/jobexecutor.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: frameworkStephan Bergmann1-2/+2
2023-02-21BaseMutex->std::mutex in JobExecutorNoel Grandin1-48/+46
2023-01-27Remove SolarMutex usage from framework::JobDataNoel Grandin1-25/+13
2023-01-27Move a UNO service creation outside a guarded areaStephan Bergmann1-3/+3
2021-03-22use single-use attribute for JobExecutorNoel Grandin1-21/+4
2021-01-09fix coverity parse errorsCaolán McNamara1-2/+2
2020-10-02loplugin:reducevarscope in frameworkNoel1-2/+2
2020-04-08loplugin:flatten in frameworkNoel Grandin1-17/+17
2019-11-20tdf#42949 Fix IWYU warnings in framework/*/*cxxGabor Kelemen1-6/+0
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): frameworkStephan Bergmann1-1/+1
2019-02-09loplugin:indentation in frameworkNoel Grandin1-15/+16
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-17Use for-range loops in frameworkJulien Nabet1-5/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+15
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-8/+4
2016-10-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorHieronymous1-2/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-22Fix typosAndrea Gelmini1-1/+1
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-04-07Resolve OUStringList typedefStephan Bergmann1-3/+3
2016-04-01sequence->vector in frameworkNoel Grandin1-3/+3
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-10-14com::sun::star->css in frameworkNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-01loplugin:unusedmethodsNoel Grandin1-6/+6
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-0/+4
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-02-03Clean up some weird loggingTor Lillqvist1-1/+1
2015-01-07fdo#75757: Remove inheritance from std::vector.Matthew Pottage1-8/+8
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+3
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-1/+1
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-8/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+3
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-15/+15
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-13cosmeticsMatúš Kukan1-3/+2
2014-02-10Simplify string literal usageStephan Bergmann1-1/+1
2014-01-24Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan1-56/+78
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-8/+8
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-8/+9