summaryrefslogtreecommitdiffstats
path: root/cli_ure
Commit message (Expand)AuthorAgeFilesLines
...
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-211-1/+0
* Clean up uses of SAL_U/SAL_W: cli_ureStephan Bergmann2017-04-104-11/+19
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-044-8/+8
* cli_ure: fix another bad _WIN64 check (related tdf#94265)Michael Stahl2017-03-291-3/+3
* tdf#94265: Correct the errorComputingDwarf2017-03-221-2/+3
* Fix typosAndrea Gelmini2017-03-031-1/+1
* When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann2017-02-213-24/+5
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-3/+3
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-4/+1
* cleanup tailing backslashesJochen Nitschke2016-12-301-1/+1
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-12/+0
* "// 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