summaryrefslogtreecommitdiffstats
path: root/binaryurp
Commit message (Expand)AuthorAgeFilesLines
...
* add << operator for css::uno::ExceptionNoel Grandin2017-10-045-16/+10
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-085-21/+14
* Replace use of oslInterlockedCount with std::atomicStephan Bergmann2017-08-252-4/+6
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-2/+2
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-1/+1
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-213-3/+0
* Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann2017-04-061-5/+2
* Drop :: prefix from std in [a-b]*/Tor Lillqvist2017-02-151-1/+1
* Add missing #includesStephan Bergmann2017-02-063-0/+4
* makeAny->Any in basctl..chart2Noel Grandin2017-02-031-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-39/+18
* New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann2016-11-232-8/+5
* loplugin:unusedfieldsNoel Grandin2016-11-152-11/+5
* Replace remaining OSL_ASSERT etc. in binaryurpStephan Bergmann2016-09-163-48/+54
* In binaryurp, fix change from rtl_copyMemory to memcpyStephan Bergmann2016-09-161-11/+13
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-4/+4
* cid#1371307: Move semantics for BinaryAnyStephan Bergmann2016-08-192-0/+35
* split the assert into twoMarkus Mohrhard2016-07-101-3/+3
* use SAL_DEPRECATED in uno::ReferenceNoel Grandin2016-07-041-1/+1
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-2/+2
* loplugin:passstuffbyref in variousNoel Grandin2016-04-143-5/+5
* Remove excess newlinesChris Sherlock2016-02-092-3/+0
* loplugin:unusedmethodsNoel Grandin2016-02-082-26/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1011-63/+63
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-33/+33
* tdf#65108 use <> instead of "" in include lineFeyza Yavuz2015-11-022-15/+15
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-15/+15
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-26/+26
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-102-4/+4
* More informative exception messageStephan Bergmann2015-06-041-2/+2
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-291-3/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-222-0/+2
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+1
* Remove redundant Reference<> from within UnoType<> usesStephan Bergmann2015-04-012-4/+2
* restore dependenciesCaolán McNamara2015-02-163-0/+6
* boost::noncopyable->'= delete'Caolán McNamara2015-02-1618-40/+57
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-162-4/+3
* loplugin:cstylecast: warn about certain redundant reinterpret_castsStephan Bergmann2015-01-091-1/+1
* css::uno::Sequence ctor with initializer_listStephan Bergmann2014-12-122-27/+18
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* cid#1212456 Silently ignore uno_assignData return value hereStephan Bergmann2014-10-311-1/+1
* untabifyStephan Bergmann2014-09-251-29/+29
* Replace use of o3tl::heap_ptr with std::unique_ptrStephan Bergmann2014-09-241-3/+3
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1
* new compilerplugin returnbyrefNoel Grandin2014-06-242-3/+3
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-176-33/+7
* various: remove SAL_THROW macroNoel Grandin2014-06-052-3/+1
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-239-115/+60