Age | Commit message (Expand) | Author |
2022-05-21 | clang-tidy modernize-pass-by-value in bridges | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in VtableFactory | Noel Grandin |
2021-05-19 | loplugin:noexcept (clang-cl) | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module bridges with clang-format | Philipp Hofer |
2020-10-14 | -Werror,-Wmicrosoft-exception-spec (clang-cl) | Stephan Bergmann |
2020-09-30 | bridges: add a Windows Arm64 UNO bridge | Jan-Marek Glogowski |
2020-09-17 | WIN bridges: unify cpp2uno common code | Jan-Marek Glogowski |
2020-09-17 | WIN bridges: unify exception handling | Jan-Marek Glogowski |
2020-09-04 | tdf#124176 Use #pragma once in bridges | George Bateman |
2020-05-08 | compact namespace in avmedia..bridges | Noel Grandin |
2019-12-18 | Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics), | Stephan Bergmann |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-09-05 | loplugin:useuniqueptr in VtableFactory | Noel Grandin |
2018-12-20 | Fix typo | Andrea Gelmini |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-03-11 | iOS, revert bed135e02bf7db2ef8c29747bbf79f26da71e9ca | jan Iversen |
2018-03-11 | iOS, activate USE_DOUBLE_MMAP | jan Iversen |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin |
2017-10-26 | loplugin:constmethods in unotools | Noel Grandin |
2017-10-23 | loplugin:includeform: bridges | Stephan Bergmann |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-11 | bridges: consistently use "" and <> in include directives | Mike Kaganski |
2017-08-28 | Replace use of oslInterlockedCount with std::atomic in bridges | Stephan Bergmann |
2017-08-19 | Removed ignored includes | Andrea Gelmini |
2017-03-03 | UNO bridges: Remove MSVC 2013 legacy code | David Ostrovsky |
2017-02-15 | Support MSVC 15.0 | David Ostrovsky |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2016-10-16 | clang-cl loplugin: bridges | Stephan Bergmann |
2016-09-15 | replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos) | Michael Stahl |
2016-05-27 | Get rid of unnecessary directory levels $D/inc/$D | Tor Lillqvist |
2016-04-25 | bridges/inc/bridges/cpp_uno/bridge.hxx appears unused | Stephan Bergmann |
2016-04-14 | loplugin:passstuffbyref in various | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-12 | Actually fix uno bridge on MSVC 14.0 | David Ostrovsky |
2015-07-04 | Fix typos | Andrea Gelmini |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-07 | Revert "Revert "boost::unordered_map->std::unordered_map"" | Stephan Bergmann |
2015-01-06 | Revert "boost::unordered_map->std::unordered_map" | Caolán McNamara |
2015-01-05 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2015-01-02 | No need for USE_DOUBLE_MMAP on OS X | Tor Lillqvist |
2014-08-07 | Include RTTI in generated vtables for ubsan's vptr-based checks | Stephan Bergmann |
2014-06-05 | bridges: remove SAL_THROW macro | Noel Grandin |
2014-05-20 | enhance pass-by-ref plugin to detect large arguments | Noel Grandin |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-04-25 | coverity#707667 Uninitialized pointer field | Caolán McNamara |