1. 7ec4f19 tdf#42949 Fix IWYU warnings in configmgr/* by Gabor Kelemen · 7 years ago
  2. 48b9951 loplugin:logexceptionnicely in configmgr..connectivity by Noel Grandin · 7 years ago
  3. 5ede6b3 configmgr: support changing locale language by Ashod Nakashian · 7 years ago
  4. 1eb8859 Use hasElements to check Sequence emptiness in chart2..connectivity by Arkadiy Illarionov · 7 years ago
  5. 5097d1c configmgr: workaround GCC9 -Werror=sign-compare in static_assert by Michael Stahl · 7 years ago
  6. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  7. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  8. e896fc4 Remove dead test code by Stephan Bergmann · 7 years ago
  9. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  10. 1a5b12a optimise find/insert pattern by Noel Grandin · 7 years ago
  11. d644a56 Allow <oor:items> in .xcd too by Stephan Bergmann · 7 years ago
  12. 95a5381 Simplify containers iterations in chart2, cli_ure, comphelper, configmgr by Arkadiy Illarionov · 7 years ago
  13. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  14. 19240f6 loplugin:unusedfields look for classes where we can make all the.. by Noel Grandin · 7 years ago
  15. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  16. 939d744 Replace uses of rtl/instance.hxx with plain local static vars in configmgr by Stephan Bergmann · 7 years ago
  17. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  18. dac7be5 o3tl::string_view -> std::string_view (in configmgr) by Stephan Bergmann · 7 years ago
  19. 97b4ac0 Use indexed getToken() by Matteo Casalin · 7 years ago
  20. 912666d Fix typo by Andrea Gelmini · 7 years ago
  21. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  22. 48314f2 improve function-local statics in basic..cui by Noel Grandin · 7 years ago
  23. 84286ac Simplify and fix Java UNO API test makefiles by Jan-Marek Glogowski · 7 years ago
  24. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago
  25. 6f50961 remove more rtl::OUString and OString prefixes by Noel Grandin · 7 years ago
  26. ccb2a1f clang-tidy readability-redundant-smartptr-get by Noel Grandin · 7 years ago
  27. 80f990b clang-tidy performance-inefficient-vector-operation by Noel Grandin · 8 years ago
  28. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  29. 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
  30. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  31. 7af90cc Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  32. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  33. 536bd91 Missing template clone() in configmgr dconf mode by Stephan Bergmann · 8 years ago
  34. c9a8187 Add possibility to read <value xsi:nil="true"/> from winreg conf backend by Andras Timar · 8 years ago
  35. 8776a89 Winreg config layer: Allow to define external backend separately by Mike Kaganski · 8 years ago
  36. 8bd827c Ignore dangling symlink configuration files by Stephan Bergmann · 8 years ago
  37. 573f87f Use for-range loops in comphelper and configmgr by Julien Nabet · 8 years ago
  38. a26adf6 Better return nil than an arbitrary xml:lang="..." value by Stephan Bergmann · 8 years ago
  39. 8f43170 configmgr: MSVC: pragma warning: make more specific, remove obsolete by Mike Kaganski · 8 years ago
  40. 2a1fb44 loplugin:passstuffbyref improved returns by Noel Grandin · 8 years ago
  41. a5be07d inline use-once typedefs by Noel Grandin · 8 years ago
  42. 3af5005 loplugin:salcall fix functions by Noel Grandin · 8 years ago
  43. 3ae605f Replace lists by vectors in configmgr/unotools by Julien Nabet · 8 years ago
  44. 05d1564 Winreg configuration layer: don't assert on user input by Mike Kaganski · 8 years ago
  45. 5a5953b Winreg configuration layer: use writeAttributeValue for oox:external by Mike Kaganski · 8 years ago
  46. ce8536a Winreg configuration layer: support oox:external values by Mike Kaganski · 8 years ago
  47. e90329f typo: xs::boolean -> xs:boolean by Andras Timar · 8 years ago
  48. 9ee6031 loplugin:constmethod in idl,helpcompiler by Noel Grandin · 8 years ago
  49. 012d4dc loplugin:includeform: configmgr by Stephan Bergmann · 8 years ago
  50. a5a905e Replace list by vector in components (configmgr) by Julien Nabet · 8 years ago
  51. 1944e3d Rename and move SAL_U/W to o3tl::toU/W by Mike Kaganski · 9 years ago
  52. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  53. c3609f1 Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* by Mike Kaganski · 9 years ago
  54. cf48347 Fresh run of bin/update_pch.sh by Mike Kaganski · 9 years ago
  55. ac80f048 loplugin:flatten in basctl..configmgr by Noel Grandin · 9 years ago
  56. 7315f32 use more default copy ctors by Jochen Nitschke · 9 years ago
  57. 3f0fba0 New rtl::isUnicodeScalarValue, rtl::isSurrogate by Stephan Bergmann · 9 years ago
  58. 4c09f8e clang-tidy modernize-use-emplace in c* by Noel Grandin · 9 years ago
  59. 975d65e loplugin:constparams by Stephan Bergmann · 9 years ago
  60. db17a87 convert std::map::insert to std::map::emplace II by Noel Grandin · 9 years ago
  61. e7c0bd4 error: ‘class configmgr::NodeMap’ has no member named ‘emplace’ by Caolán McNamara · 9 years ago
  62. d347c24 convert std::map::insert to std::map::emplace by Noel Grandin · 9 years ago
  63. f71a355 loplugin:constparams in configmgr,unotools by Noel Grandin · 9 years ago
  64. ab9b38a use more begin()/end() for Sequence by Noel Grandin · 9 years ago
  65. a5dba7d remove unused osl/mutex.hxx includes by Jochen Nitschke · 9 years ago
  66. ec8c98f use more SAL_N_ELEMENTS part 3 by Noel Grandin · 9 years ago
  67. 74cf124 loplugin:salunicodeliteral: configmgr by Stephan Bergmann · 9 years ago
  68. e598c5f loplugin:cppunitassertequals: configmgr by Stephan Bergmann · 9 years ago
  69. 3a36cf4 loplugin:checkunusedparams in configmgr and vcl by Noel Grandin · 9 years ago
  70. de030cd gbuild: Remove MSVC 2013 legacy code by David Ostrovsky · 9 years ago
  71. 2489662 Clean up uses of SAL_U/SAL_W: configmgr by Stephan Bergmann · 9 years ago
  72. 50057a3 Introduce o3tl::string_view.hxx approximation of C++17 <string_view> by Stephan Bergmann · 9 years ago
  73. 9ac98e6 Finally switch MSVC to sal_Unicode = char16_t, too by Stephan Bergmann · 9 years ago
  74. c88d5f0 data.xcd dead after tdf#46723 - enable configmgr unit tests by Noel Grandin · 9 years ago
  75. c4e7c26 Fix configmgr argument by Andrea Gelmini · 9 years ago
  76. c68ac77 cleanup double includes and declarations by Jochen Nitschke · 9 years ago
  77. 145accd tdf#106283: Registry settings are not read properly on Windows by Tamás Zolnai · 9 years ago
  78. 979e4b8 Revert "tdf#106283: Registry settings are not read properly on Windows" by Stephan Bergmann · 9 years ago
  79. 6cb9e6d Remove redundant 'inline' keyword by Stephan Bergmann · 9 years ago
  80. 8cfda72 tdf#106283: Registry settings are not read properly on Windows by Tamás Zolnai · 9 years ago
  81. 12fc1d5 tdf#84323: Make osl::Condition::wait more readable by Fakabbir Amin · 9 years ago
  82. 8fc4aec convert ValueParser::State to scoped enum by Noel Grandin · 9 years ago
  83. 8dc38dd tdf#105447 Move accelerator to first letters in Help menu by Yousuf Philips · 9 years ago
  84. e5b0627 configmgr: add SAL_CONFIG_WINREG_RETAIN_TMP variable. by Michael Meeks · 9 years ago
  85. 8a16f66 makeAny->Any in canvas..configmgr by Noel Grandin · 9 years ago
  86. 5595ee7 loplugin:useuniqueptr by Stephan Bergmann · 9 years ago
  87. 1c3e84d teach lolugin:stringconstant about calling constructors by Noel Grandin · 9 years ago
  88. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  89. a90a481 loplugin: unnecessary destructor: comphelper..desktop by Noel Grandin · 9 years ago
  90. 75346b4 Kill the AutoPilotPresentations UNO command by Gabor Kelemen · 9 years ago
  91. 525311b Fix typos by Andrea Gelmini · 9 years ago
  92. 227d3d0 clang-cl loplugin: configmgr by Stephan Bergmann · 9 years ago
  93. 5f1a338 profilesafe: Multiple adaptions by Armin Le Grand · 9 years ago
  94. 35ec825 profilesafe: Add values for SecureUserConfig by Armin Le Grand · 10 years ago feature/profilesafemode
  95. 7db23b6 profilesafe: Collect copies in single *.pack file by Armin Le Grand · 10 years ago
  96. 9fa4eff profilesafe: Enhancements to BackupFileHelper by Armin Le Grand · 10 years ago
  97. ed646dc profilesafe: Initial creation of BackupFileHelper by Armin Le Grand · 10 years ago
  98. af652b8 tdf#95386 Remove remains of .uno:HelperDialog by Gabor Kelemen · 10 years ago
  99. 1e49e33 loplugin:constantparam in chart2..connectivity by Noel Grandin · 10 years ago
  100. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago