summaryrefslogtreecommitdiff
path: root/include/sal/log.hxx
AgeCommit message (Collapse)Author
2015-11-13loplugin:nullptrStephan Bergmann
Change-Id: I22f1205396c502b6d3e937343e2ea9698b756f77
2015-08-04sal: partially revert a251fe4d48237a4d9c9530dafc7bbdce6028e9cfMichael Stahl
The change to sal/log.hxx affects extensions too which are not required to use a C++11 compiler. Change-Id: I3ed08f9a02a2e082fcdb821bce84244597f2390a
2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist
Change-Id: Ice8504041f22e00f2e5010813d9dff1d2987c8d6
2013-11-09fdo#65108 inter-module includes <> include/salNorbert Thiebaud
Change-Id: I4adce49a3f19eb16eb0b0d4a743b150c28a4a453
2013-05-28Nah, we still need the dynamic_cast in SAL_STREAM for gcc/libstdc++Tor Lillqvist
Not sure if MSVC would accept also the simpler thing, but anyway, the dynamic_cast works for it, too. Change-Id: I2dfa1e70b75bc17d38b5e95be0a0f1dd66767bf1
2013-05-28Make the SAL_STREAM thing compile with clang++ -std=c++11 -stdlib=libc++Tor Lillqvist
Avoid error: dynamic_cast from rvalue to reference type '::std::ostringstream &'. Change-Id: If5ba1ee79616e81b12f9db67c61b4f085b30a08e
2013-05-02Convert from EMFP_DEBUG to SAL_INFOChris Sherlock
* Change to SAL_INFO instead of EMFP_DEBUG in implrenderer.cxx * Add new log area cppcanvas.emf * Update comment in log.hxx to reference the new location of log-areas.dox Change-Id: I5d710725339f58a111a2f3494c3a72f685624322 Reviewed-on: https://gerrit.libreoffice.org/3726 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-24move URE headers to include/David Tardon
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>