- 628c1c3 Updated README.md files by Hossein · 5 years ago
- ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
- c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
- 5e1b3e9 Rename LO Windows arm64 ID to aarch64 by Jan-Marek Glogowski · 5 years ago
- 8bce488 tdf#96505 Get rid of cargo cult 'long' integer literals by Alchemist · 5 years ago
- 2ea32dc Fix MSVC 2019 16.8.3 --with-latest-c++ error C2102: '&' requires l-value by Stephan Bergmann · 5 years ago
- 72d9fb1 Fix various MSVC 2019 16.8.3 --with-latest-c++ issues by Stephan Bergmann · 5 years ago
- 7ebd82e tdf#123936 Formatting files in module cli_ure with clang-format by Philipp Hofer · 5 years ago
- 26372c9 cli_ure: Disable .NET for Windows Arm64 build by Jan-Marek Glogowski · 6 years ago
- 9762353 Fix typos by Andrea Gelmini · 6 years ago
- 2e1e085 Fix typos by Andrea Gelmini · 7 years ago
- de6422b Fix typos by Andrea Gelmini · 7 years ago
- 4a9ac82 Fix typos by Andrea Gelmini · 7 years ago
- dafb3bd Fix typo by Andrea Gelmini · 7 years ago
- a361231 fix wrong SET/QUERY flags passed to uno::Reference by Noel Grandin · 7 years ago
- fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
- d408080 Fix typo by Andrea Gelmini · 7 years ago
- 9ad15c0 Fix typo by Andrea Gelmini · 7 years ago
- 0811add Fix typo by Andrea Gelmini · 7 years ago
- 62f0218 Fix typo by Andrea Gelmini · 7 years ago
- 85456fa tdf#120703 PVS: Silence V522 warnings by Mike Kaganski · 7 years ago
- 95a5381 Simplify containers iterations in chart2, cli_ure, comphelper, configmgr by Arkadiy Illarionov · 7 years ago
- dbd3be9 createInstanceWithContextAndArguments->createInstanceWithArgumentsAndContext by Caolán McNamara · 7 years ago
- 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
- 47a5f90 Fix typo by Andrea Gelmini · 7 years ago
- 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
- dc18587 tdf#120703 (PVS): V519 The variable is assigned values twice successively by Mike Kaganski · 7 years ago
- d1771e8 pvs-studio: Potentially uninitialized pointer 'ret_type' used. by Caolán McNamara · 7 years ago
- 37f9fdc replace rtl_allocateMemory with std::malloc by Noel Grandin · 8 years ago
- 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
- 7d071f3 Fix typos by Andrea Gelmini · 8 years ago
- 7af90cc Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
- 3bd8759 tdf#96099 Remove some trivial std::vector typedefs by Arkadiy Illarionov · 8 years ago
- b9d709e tdf#94265: use install directory on delay load failure by Mike Kaganski · 8 years ago
- acb3eeb cli_ure: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
- 624f84c Fix typos by Andrea Gelmini · 8 years ago
- 9673dbf tdf#113787: always require version file with config for CLI assemblies by Michael Stahl · 8 years ago
- 7bcb66b Fix typos by Andrea Gelmini · 8 years ago
- 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
- e44c188 Fix typos by Andrea Gelmini · 9 years ago
- eef4c13 Windows: avoid dependence on UNICODE define; prefer W functions by Mike Kaganski · 9 years ago
- aaa26a5 Some more WIN32_LEAN_AND_MEAN by Mike Kaganski · 9 years ago
- 64a3124 Fix typos by Andrea Gelmini · 9 years ago
- 17192ce tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4 by Michael Stahl · 9 years ago
- e0487a1 cli_ure,unoil: always increment all CLI assembly version numbers by Michael Stahl · 9 years ago
- 5e028ad simplify some string handling in tracing calls by Noel Grandin · 9 years ago
- a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
- 2c3f58e Translate German comments and debug strings (leftovers in dirs a... to c...) by Johnny_M · 9 years ago
- 68e2133 remove empty comments by Noel Grandin · 9 years ago
- da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
- de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
- de82b32 Clean up uses of SAL_U/SAL_W: cli_ure by Stephan Bergmann · 9 years ago
- 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
- cfaba15 cli_ure: fix another bad _WIN64 check (related tdf#94265) by Michael Stahl · 9 years ago
- 3b28635 tdf#94265: Correct the error by ComputingDwarf · 9 years ago
- 6fab286 Fix typos by Andrea Gelmini · 9 years ago
- 0a99b5a When building with clang-cl on Windows, build CLR code with MSVC by Stephan Bergmann · 9 years ago
- 6de3688 Drop :: prefix from std in c*/ by Tor Lillqvist · 9 years ago
- 22f96da Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
- a29bd2d cleanup tailing backslashes by Jochen Nitschke · 9 years ago
- c3586b6 OSL_TRACE->SAL in chart2..oox by Noel Grandin · 9 years ago
- 6b51e52 "// not impl" -> "= delete" by Stephan Bergmann · 10 years ago
- 62c047f switch to EHs on windows by Markus Mohrhard · 10 years ago
- d15163e Fix typos by Andrea Gelmini · 10 years ago
- 2087484 use consistent #define checks for the Windows platform by Noel Grandin · 10 years ago
- a238b1f Remove excess newlines by Chris Sherlock · 10 years ago
- 64d624b Fix typos by Andrea Gelmini · 10 years ago
- 597e694 Fix typos by Andrea Gelmini · 10 years ago
- 867ead5 cli_ure: fix build by Michael Stahl · 10 years ago
- be729e7 tdf#94269: Replace "n" prefix for bool variables with "b" by Benjamin Ni · 11 years ago
- 1716b3a remove some useless comments by Noel Grandin · 10 years ago
- 01518d3 cli_ure: climaker should open keyfile read-only by Michael Stahl · 11 years ago
- ce34347 Fix typos by Andrea Gelmini · 11 years ago
- 5e86f243 uno bridge: Prevent collision between cli::array and std::array by David Ostrovsky · 11 years ago
- fd27553 climaker: Fix std::array and cli::array collision by David Ostrovsky · 11 years ago
- cbce40e Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds by Stephan Bergmann · 11 years ago
- ffa8892 Fix typos by Andrea Gelmini · 11 years ago
- c3c45ff Fix typos by Andrea Gelmini · 11 years ago
- 5b1337f tdf#62475: partial handmade fixes by Andrea Gelmini · 11 years ago
- 2fc4a8c Add support for cppu::UnoType<void> by Stephan Bergmann · 11 years ago
- 916f88f Replace remaining getCppuType et al with cppu::UnoType by Stephan Bergmann · 11 years ago
- 50b0273 Replace scary reinterpret_casts with OUString::unacquired by Stephan Bergmann · 11 years ago
- f863d26 fdo#57950 Replace chained append() with operator+ by Krisztian Pinter · 11 years ago
- b33788c Typos by Julien Nabet · 11 years ago
- a251fe4 We require MSVC2013 (_MSC_VER == 1800) now by Tor Lillqvist · 11 years ago
- fe3feff cli_ure: PVS-Studio V618 non-const format string by Michael Stahl · 11 years ago
- aec4088 Typo: increse->increase by Julien Nabet · 11 years ago
- 60a64d1 climaker: Fix handling incomplete types by David Ostrovsky · 11 years ago
- df46ec0 osl_getCommandArg always returns osl_Process_E_None by Stephan Bergmann · 11 years ago
- 54cbb57 fdo#39440 reduce scope of local variables by Michael Weghorn · 11 years ago
- 827430c Fold URE: Windows by Stephan Bergmann · 11 years ago
- 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
- 6a0fe37 sal: clean up public headers with include-what-you-use by Michael Stahl · 11 years ago
- da40cac Fix common typos. No automatic tools. Handmade… by Andrea Gelmini · 11 years ago
- 0371a63 remove unnecessary 'using namespace rtl' declarations by Noel Grandin · 11 years ago
- 04740cb cli_ure (Windows): std::auto_ptr -> std::unique_ptr by Stephan Bergmann · 12 years ago
- 25df8ad cli_ure: adapt destructors in cli_uno library to "C++/CLI" by Michael Stahl · 12 years ago
- 5f15f18 warning C4189: local variable is initialized but not referenced by Thomas Arnhold · 12 years ago
- da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
- 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago