summaryrefslogtreecommitdiff
path: root/tools/inc
AgeCommit message (Expand)AuthorFilesLines
2020-12-04update pchesCaolán McNamara1-1/+4
2020-10-19add tools::Long typedef and use it in toolsNoel1-1/+1
2020-10-17tdf#124176: Use pragma once instead of include guardsmariamfahmy1-5/+1
2020-07-01loplugin:constantparamNoel Grandin1-1/+1
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-2/+3
2019-05-12regenerate PCH headersLuboš Luňák1-5/+3
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-10/+14
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen1-6/+0
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-05-04tools: Avoid looking up system clock twice to get DateTimeTakeshi Abe1-0/+26
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin1-1/+1
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann1-1/+0
2018-02-06simplify ImpXPolygonNoel Grandin1-0/+1
2018-01-13loplugin:useuniqueptr in PolyPolygonNoel Grandin1-14/+24
2017-12-15merge ImplPolygon and ImplPolygonDataCaolán McNamara1-6/+2
2017-12-14use std::unique_ptrCaolán McNamara1-4/+3
2017-12-10tdf#62525 tools: use cow_wrapper class for PolygonAndreas Brandner1-1/+13
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-12/+6
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke1-1/+0
2017-01-02ofz#372 check if ImplSplit succeededCaolán McNamara1-1/+1
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-3/+4
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin1-1/+1
2016-07-13loplugin:constparams in toolsNoel Grandin1-1/+1
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-3/+3
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-45/+38
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin1-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+3
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+2
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-1/+0
2015-02-05Updated all precompiled headers.Ashod Nakashian1-0/+5
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann1-1/+0
2014-08-13update_pchThomas Arnhold1-0/+5
2014-05-22update_pch: add toolsThomas Arnhold2-0/+97
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2013-11-13unused header fileCaolán McNamara1-31/+0
2013-10-21drop DBGCHECKSTRINGCaolán McNamara1-4/+0
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara1-1/+0
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen65-13221/+0
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-20we want the int. overloads of abs() hereDavid Tardon1-1/+1
2013-04-20Include <cmath> for std::abs()Tor Lillqvist1-0/+1
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-21/+6
2013-04-19tools ::Time: change constructor to fixed-length integersLionel Elie Mamane1-2/+2
2013-04-19Wrap large values in SAL_CONST_UINT64Stephan Bergmann1-4/+4
2013-04-19Presumably "call clock" should be "wall clock"Tor Lillqvist1-1/+1