Age | Commit message (Expand) | Author |
2016-04-04 | tdf#94306 replace boost::noncopyable in .. | Jochen Nitschke |
2016-03-10 | Avoid reserved identifiers | Stephan Bergmann |
2016-03-04 | -Werror,-Wshadow | Stephan Bergmann |
2016-02-26 | Use config_cxxabi.h to check for __*class_type_info | Stephan Bergmann |
2016-02-26 | Adapt __cxxabiv1 for libc++abi | Stephan Bergmann |
2016-02-26 | Declarations based on config_cxxabi.h should be unrelated to _LIBCPP_VERSION | Stephan Bergmann |
2016-02-26 | Use config_cxxabi.h to check for __cxa_eh_globals, __cxa_exception | Stephan Bergmann |
2016-02-26 | cxxabi.h is not specific to GCC | Stephan Bergmann |
2016-02-26 | Expect _Unwind_Exception to be defined in the compilers' unwind.h | Stephan Bergmann |
2016-02-26 | Add missing include | David Ostrovsky |
2016-02-22 | WaE: vs2015 shadow local | Norbert Thiebaud |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-09 | Formatting changes across all modules | Chris Sherlock |
2016-02-01 | Fix loop to actually get executed | Stephan Bergmann |
2016-02-01 | boost::unordered_map->std::unordered_map in bridges | Noel Grandin |
2016-01-27 | Quickfix for Win 64-bit C++ UNO bridge (more than 20 params) | Stephan Bergmann |
2016-01-09 | this dir has lain unused for years now | Caolán McNamara |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2016-01-05 | Fix typos | Andrea Gelmini |
2015-12-19 | Kill check for ancient FreeBSD version | Caolán McNamara |
2015-12-15 | tdf#95903: Fix return value handling in msvc_win32_x86-64 bridge | Stephan Bergmann |
2015-12-11 | Kill check for ancient FreeBSD version | Baptiste Daroussin |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |
2015-12-02 | Work around missing __CxxDetectRethrow in clang-cl | Stephan Bergmann |
2015-11-26 | default to trying the linux bridge for all linuxy like things | Caolán McNamara |
2015-11-19 | missing namespace | Stephan Bergmann |
2015-11-19 | ...and make it clear that RegParamKind /is/ used | Stephan Bergmann |
2015-11-19 | REGPARAM_INT/FLT /are/ used | Stephan Bergmann |
2015-11-18 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-11-18 | -Werror,-Wdynamic-class-memaccess | Stephan Bergmann |
2015-11-18 | -Wmicrosoft-cast | Stephan Bergmann |
2015-11-18 | -Werror,-Wmicrosoft-exception-spec | Stephan Bergmann |
2015-11-18 | remove unused typedefs and inline use-once typedefs | Noel Grandin |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-12 | Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-05 | java:no need to explicitly create these constructors | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-11-02 | Pass emit-debuginfo flags to MSVC bridge_noopt_objects, if applicable | David Ostrovsky |
2015-11-02 | Remove spurious vertical whitespace | Stephan Bergmann |
2015-11-02 | Don't rely on __builtin_alloca when creating a call stack | Stephan Bergmann |
2015-11-02 | Pass emit-debuginfo flags into special bridge compilations, if applicable | Stephan Bergmann |
2015-10-30 | bridges: loplugin:cstylecast | Michael Stahl |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-25 | tdf#39440: fix several warnings reported by cppcheck | Serge Krot |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |