summaryrefslogtreecommitdiff
path: root/tools/source/debug
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin1-3/+3
2015-09-08Avoid pain when using selective debuginfoTor Lillqvist1-6/+3
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist1-245/+16
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-1/+1
2014-12-18Revert "Work around a Clang trunk (towards 3.6) -Werror,-Wunused-value"Stephan Bergmann1-13/+0
2014-12-18Work around a Clang trunk (towards 3.6) -Werror,-Wunused-valueStephan Bergmann1-0/+13
2014-12-10long is 32 bit on Windows x86_64 platformDavid Ostrovsky1-1/+1
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-07-14loplugin:unreffunNoel Grandin1-10/+3
2014-05-22fix-includes.pl: toolsThomas Arnhold1-1/+1
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann1-502/+0
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-504/+7
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann1-185/+1
2014-03-25Reduce some functions to localStephan Bergmann1-30/+4
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-44/+0
2014-03-25Remove unused DBG_FUNC_* slotsStephan Bergmann1-19/+1
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann1-9/+0
2014-02-03At least warn when DBG_TESTSOLARMUTEX has not been set upStephan Bergmann1-0/+3
2014-01-16Avoid warnings: unused parameterTor Lillqvist1-1/+5
2014-01-16always build an empty DbgUnhandledException, to allow debug=t builds without ...Bjoern Michaelsen1-3/+2
2014-01-10Use boolStephan Bergmann1-5/+5
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-09Improve ErrorCodeIOException messagesStephan Bergmann1-0/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-51/+51
2013-06-10fix file and lineno info for DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+5
2013-05-21fix for linkingNoel Grandin1-1/+1
2013-05-21move DBG_UNHANDLED_EXCEPTION out of lineNoel Grandin1-0/+49
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+1
2012-08-19cleanup files in tools/sourcePhilipp Riemer1-1/+1
2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer1-19/+19
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer1-85/+9
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther1-27/+25
2012-07-31fdo#48549 System::Beep() removalMathieu Vonlanthen1-11/+0
2012-07-11re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-29Remove some unused defines and controlsThomas Arnhold1-3/+0
2012-01-20Remove some dated Windows-only debug stuff.Stephan Bergmann1-321/+0
2012-01-11valgrind: update unused code post virtual dtor cmis fixCaolán McNamara1-17/+0
2012-01-10Remove cruft in debug toolsMarcel Metz1-73/+2
2011-11-27remove include of pch header from toolsNorbert Thiebaud2-4/+0
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann1-8/+8
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-74/+36
2011-05-01Remove some OS/2 codeFrancois Tigeot1-31/+1
2011-04-19Fixed an off-by-one error in DbgOut.Julien Chaffraix1-1/+1
2011-04-19Added check for getcwd and chdir return values.Julien Chaffraix1-4/+22
2011-03-25Fix Windows build of toolsFridrich Štrba1-7/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-16/+34