summaryrefslogtreecommitdiffstats
path: root/cli_ure
Commit message (Expand)AuthorAgeFilesLines
* tdf#94265: use install directory on delay load failureMike Kaganski2018-04-091-0/+160
* cli_ure: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-014-8/+1
* Fix typosAndrea Gelmini2018-01-162-4/+4
* tdf#113787: always require version file with config for CLI assembliesMichael Stahl2017-11-244-4/+4
* Fix typosAndrea Gelmini2017-11-141-1/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* Fix typosAndrea Gelmini2017-09-251-1/+1
* Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski2017-09-221-17/+0
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-183-0/+10
* Fix typosAndrea Gelmini2017-08-171-1/+1
* tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4Michael Stahl2017-08-161-12/+12
* cli_ure,unoil: always increment all CLI assembly version numbersMichael Stahl2017-08-162-31/+36
* simplify some string handling in tracing callsNoel Grandin2017-06-232-29/+7
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-151-1/+1
* remove empty commentsNoel Grandin2017-05-031-2/+0
* 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