summaryrefslogtreecommitdiff
path: root/.gitreview
blob: 094c974be1457e040fe7ba95622877216152d1f3 (plain)
1
2
3
4
5
6
7
[gerrit]
host=logerrit
port=29418
project=core
defaultremote=logerrit
defaultbranch=master

e4340bbc428b167472e8e6c05d1'>basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl 2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke 2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock 2016-02-06vcl: split exception types from input typesChris Sherlock 2016-02-02boost::hash->std::hashNoel Grandin 2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara 2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara 2016-01-18drawmodes header goneCaolán McNamara 2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist 2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist 2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist 2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-09-14boost->stdCaolán McNamara 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe