summaryrefslogtreecommitdiffstats
path: root/cli_ure
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-12-051-1/+1
* cli_ure: fix another bad _WIN64 check (related tdf#94265)Michael Stahl2017-04-041-3/+3
* tdf#94265: Correct the errorComputingDwarf2017-03-301-2/+3
* "// not impl" -> "= delete"Stephan Bergmann2016-09-231-2/+2
* switch to EHs on windowsMarkus Mohrhard2016-06-203-1/+3
* Fix typosAndrea Gelmini2016-05-011-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* Remove excess newlinesChris Sherlock2016-02-094-14/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* Fix typosAndrea Gelmini2016-01-073-4/+4
* cli_ure: fix buildMichael Stahl2015-11-022-12/+12
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-8/+8
* remove some useless commentsNoel Grandin2015-10-131-7/+0
* cli_ure: climaker should open keyfile read-onlyMichael Stahl2015-10-061-1/+2
* Fix typosAndrea Gelmini2015-09-301-3/+3
* uno bridge: Prevent collision between cli::array and std::arrayDavid Ostrovsky2015-09-131-37/+37
* climaker: Fix std::array and cli::array collisionDavid Ostrovsky2015-09-031-12/+12
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-0/+2
* Fix typosAndrea Gelmini2015-07-041-1/+1
* Fix typosAndrea Gelmini2015-06-152-3/+3
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-1/+1
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-012-4/+4
* Replace scary reinterpret_casts with OUString::unacquiredStephan Bergmann2015-03-304-19/+18
* fdo#57950 Replace chained append() with operator+Krisztian Pinter2015-03-305-123/+35
* TyposJulien Nabet2015-03-251-1/+1
* We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist2015-03-192-13/+0
* cli_ure: PVS-Studio V618 non-const format stringMichael Stahl2015-03-121-2/+2
* Typo: increse->increaseJulien Nabet2015-02-241-1/+1
* climaker: Fix handling incomplete typesDavid Ostrovsky2015-02-031-8/+13
* osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann2014-12-121-5/+1
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-091-3/+1
* Fold URE: WindowsStephan Bergmann2014-12-032-424/+0
* java: make fields final where possibleNoel Grandin2014-11-181-1/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-123-3/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* cli_ure (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann2014-10-023-12/+12
* cli_ure: adapt destructors in cli_uno library to "C++/CLI"Michael Stahl2014-08-274-5/+23
* warning C4189: local variable is initialized but not referencedThomas Arnhold2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+2
* Remove redundant inclusions of header "cppuhelper/shlib.h"Matthew Pottage2014-08-081-1/+0
* java: use an empty block rather than an empty statementNoel Grandin2014-08-081-1/+1
* java: remove unused variablesNoel Grandin2014-08-081-2/+2
* typo: more then -> more thanTakeshi Abe2014-08-012-3/+3
* Typo: habe->haveJulien Nabet2014-06-291-1/+1
* Typo: apend->appendJulien Nabet2014-06-292-2/+2
* gbuild, cli_ure: Win32 make issues with back and forward slashesMichael Stahl2014-06-091-1/+1
* cli_ure: Win32 make quoting problem, use sed to work aroundMichael Stahl2014-06-094-6/+9