1. 62924b9 fix configmgr --enable-dconf build by Caolán McNamara · 4 years, 4 months ago
  2. 7ef421d osl::Mutex->std::mutex in configuration_registry by Noel Grandin · 4 years, 5 months ago
  3. 0787aea Prepare for removal of non-const operator[] from Sequence in configmgr by Mike Kaganski · 4 years, 5 months ago
  4. 27454bc loplugin:stringview (clang-cl) by Stephan Bergmann · 4 years, 6 months ago
  5. 2484de6 Remove non-const Sequence::begin()/end() in internal code by Mike Kaganski · 4 years, 6 months ago
  6. a6db897 Some more uses of rtl_math_(u)StringToDouble by Stephan Bergmann · 4 years, 7 months ago
  7. 96bd77d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5 by Mike Kaganski · 4 years, 7 months ago
  8. 3f65724 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 by Mike Kaganski · 4 years, 7 months ago
  9. 05bc93d Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1 by Mike Kaganski · 4 years, 7 months ago
  10. 6c4ff1d Avoid computing LanguageTag fallbacks several hundred times by Eike Rathke · 4 years, 8 months ago
  11. da40449 no need to allocate changedValue_ separately by Noel Grandin · 4 years, 8 months ago
  12. 55d47fd Revert "simplify locking in configmgr" by Noel Grandin · 4 years, 9 months ago
  13. 7f7dad7 simplify locking in configmgr by Noel Grandin · 4 years, 9 months ago
  14. 141f3e1 Directly partly initialize vector in access.cxx by Julien Nabet · 5 years ago
  15. 10d29c3 throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite by Stephan Bergmann · 5 years ago
  16. e76a4d6 update PCHs by Luboš Luňák · 5 years ago
  17. ea5641b Updated README.md files to represent current code / use Markdown format by Hossein · 5 years ago
  18. 07fd90c rtl::Static -> function local static by Noel Grandin · 5 years ago
  19. c161587 Using .md extension/Markdown syntax for modules README by Hossein · 5 years ago
  20. 96388e5 Drop 'static_cast<cppu::OWeakObject*>' syntactic noise by Mike Kaganski · 5 years ago
  21. 4cf54b8 Mark workaround as fixed upstream by Stephan Bergmann · 5 years ago
  22. 083900f Make sal/config.h the first in pch by Mike Kaganski · 5 years ago
  23. 779e20e loplugin:referencecasting in configmgr by Noel · 5 years ago
  24. c950ded update pches by Caolán McNamara · 5 years ago
  25. 1250aec loplugin:stringviewparam extend to new.. by Noel · 5 years ago
  26. 117ecc9 fix coverity parse errors by Caolán McNamara · 5 years ago
  27. 042033f loplugin:stringviewparam: operator + by Stephan Bergmann · 5 years ago
  28. a3d0091 New loplugin:stringliteralvar by Stephan Bergmann · 5 years ago
  29. 1ac4498 update pches by Caolán McNamara · 5 years ago
  30. 8332d6d loplugin:stringviewparam include comparisons with string literals by Noel · 5 years ago
  31. e8227dc loplugin:stringview (clang-cl) by Stephan Bergmann · 5 years ago
  32. 9d26fbe Make it clear again what the comment appertains to by Stephan Bergmann · 5 years ago
  33. 5ed43eb tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor by gozeloglu · 5 years ago
  34. 315f270 tdf#123936 Formatting files in module configmgr with clang-format by Philipp Hofer · 5 years ago
  35. f34ac57 New loplugin:stringviewparam by Stephan Bergmann · 5 years ago
  36. 7bdbb50 tdf#42949 Fix new IWYU warnings in directories c* by Gabor Kelemen · 5 years ago
  37. b4ddb57 Use the new single-instance="true" attribute in configmgr by Stephan Bergmann · 6 years ago
  38. 02a78de Fix typo in code by Andrea Gelmini · 6 years ago
  39. 6efb746 tdf#124176 Use #pragma once in configmgr by George Bateman · 6 years ago
  40. dd6db74 inline some use-once typedefs by Noel Grandin · 6 years ago
  41. e547772 loplugin:flatten in configmgr..i18nutil by Noel Grandin · 6 years ago
  42. dfc28be configmgr: Use a proper LanguageTag-based locale fallback mechanism. by Jan Holesovsky · 6 years ago
  43. bf36f5b compact namespace: connectivity by Noel Grandin · 6 years ago
  44. c5b985b replace usage of blacklist with excludelist for IWYU by Thorsten Behrens · 6 years ago
  45. 37b2c02 configmgr: create instances with uno constructors by Noel Grandin · 6 years ago
  46. dbfcdc4 Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgr by Stephan Bergmann · 6 years ago
  47. 1b8cbfe Use getBcp47() instead of getLanguage() by Andras Timar · 6 years ago
  48. 552b1fc inline some use-once typedefs by Noel Grandin · 6 years ago
  49. 454eb3b use for-range on Sequence in cli_ure..connectivity by Noel Grandin · 6 years ago
  50. 6751a89 compact namespace in canvas..cui by Noel Grandin · 6 years ago
  51. 8fa958d "resolved" is a better name than "isResolved" here by Stephan Bergmann · 6 years ago
  52. 8c93e2c Remove support for "module" layers by Stephan Bergmann · 6 years ago
  53. 87a8b2c GenericCommands: fix Fontwork tooltips by Justin Luth · 6 years ago
  54. d543d4d std::set<T*> -> o3tl::sorted_vector by Noel Grandin · 6 years ago
  55. 69e0d871 make update_pch also consider files in <module>/src/**/inc by Luboš Luňák · 6 years ago
  56. a654caf tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor by Canberk TURAN · 6 years ago
  57. aef7feb New loplugin:unsignedcompare by Stephan Bergmann · 6 years ago
  58. 42e811a tdf#130137 Replace remaining uses of WNT define checks with _WIN32 by A_GAN · 6 years ago
  59. e7c6ceb tdf#124176: Use pragma once instead of include guard by Efdal İncesu · 6 years ago
  60. 8dbe8ea clang-tidy modernize-concat-nested-namespace in codemaker..configmgr by Noel Grandin · 6 years ago
  61. 175a206 use more std::make_shared by Noel Grandin · 6 years ago
  62. cb109d6 Revert "no need to use shared_ptr here" by Noel Grandin · 6 years ago
  63. 87dd123 Clean up newly unused includes by Stephan Bergmann · 6 years ago
  64. 122598a no need to use shared_ptr here by Noel Grandin · 6 years ago
  65. 1a2926a use std::move when popping stuff off stacks by Noel Grandin · 6 years ago
  66. 044eba7 loplugin:stringadd (clang-cl) by Stephan Bergmann · 6 years ago
  67. 0f87447 size some stringbuffer to prevent re-alloc by Noel Grandin · 6 years ago
  68. 7d7fea7 make bin/update_pch.s always include code in trivial #if's by Luboš Luňák · 6 years ago
  69. f13c6ad new loplugin:bufferadd by Noel Grandin · 6 years ago
  70. 0a6b9df convert equals() to operator== in xmlreader::Span by Noel Grandin · 7 years ago
  71. 9c9b1e9 Add conversion from rtl::OStringNumber to std::string_view by Stephan Bergmann · 7 years ago
  72. 2f5f459 support O(U)String::number() for fast string concatenation by Luboš Luňák · 7 years ago
  73. 42af04b do not require $(SRCDIR) in every gb_Library_set_precompiled_header by Luboš Luňák · 7 years ago
  74. 9e0b342 loplugin:referencecasting find more redundant static_cast by Noel Grandin · 7 years ago
  75. 5a522a01 Related tdf#90429: Don't erroneously pop unrelated path segments by Stephan Bergmann · 7 years ago
  76. 6c145a8 Improved loplugin:stringconstant (now that GCC 7 supports it): configmgr by Stephan Bergmann · 7 years ago
  77. 7ec4f19 tdf#42949 Fix IWYU warnings in configmgr/* by Gabor Kelemen · 7 years ago
  78. 48b9951 loplugin:logexceptionnicely in configmgr..connectivity by Noel Grandin · 7 years ago
  79. 5ede6b3 configmgr: support changing locale language by Ashod Nakashian · 7 years ago
  80. 1eb8859 Use hasElements to check Sequence emptiness in chart2..connectivity by Arkadiy Illarionov · 7 years ago
  81. 5097d1c configmgr: workaround GCC9 -Werror=sign-compare in static_assert by Michael Stahl · 7 years ago
  82. e2fcb27 regenerate PCH headers by Luboš Luňák · 7 years ago
  83. fbc038c an uno -> a uno by Caolán McNamara · 7 years ago
  84. e896fc4 Remove dead test code by Stephan Bergmann · 7 years ago
  85. c6350b3 regenerate PCH headers for the 4 new levels by Luboš Luňák · 7 years ago
  86. 1a5b12a optimise find/insert pattern by Noel Grandin · 7 years ago
  87. d644a56 Allow <oor:items> in .xcd too by Stephan Bergmann · 7 years ago
  88. 95a5381 Simplify containers iterations in chart2, cli_ure, comphelper, configmgr by Arkadiy Illarionov · 7 years ago
  89. 191f85d re-land "new loplugin typedefparam"" by Noel Grandin · 7 years ago
  90. 19240f6 loplugin:unusedfields look for classes where we can make all the.. by Noel Grandin · 7 years ago
  91. 5206992 Some uses of C++17 class template argument deduction by Stephan Bergmann · 7 years ago
  92. 939d744 Replace uses of rtl/instance.hxx with plain local static vars in configmgr by Stephan Bergmann · 7 years ago
  93. 70519a4 Replace OUStringBuffer::appendCopy with append(std::u16string_view) by Stephan Bergmann · 7 years ago
  94. dac7be5 o3tl::string_view -> std::string_view (in configmgr) by Stephan Bergmann · 7 years ago
  95. 97b4ac0 Use indexed getToken() by Matteo Casalin · 7 years ago
  96. 912666d Fix typo by Andrea Gelmini · 7 years ago
  97. ab9b67b Remove obsolete SAL_FALLTHROUGH completely by Stephan Bergmann · 7 years ago
  98. 48314f2 improve function-local statics in basic..cui by Noel Grandin · 7 years ago
  99. 84286ac Simplify and fix Java UNO API test makefiles by Jan-Marek Glogowski · 7 years ago
  100. 8467d76 fix signatures of deleted copy/assign operators by Noel Grandin · 7 years ago