# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,cppu)) $(eval $(call gb_Module_add_targets,cppu,\ InternalUnoApi_cppu_qa_cppumaker_types \ InternalUnoApi_cppu_qa_types \ Library_affine_uno_uno \ Library_cppu \ Library_log_uno_uno \ Library_purpenvhelper \ Library_unsafe_uno_uno \ )) $(eval $(call gb_Module_add_check_targets,cppu,\ CppunitTest_cppu_any-external \ CppunitTest_cppu_qa_any \ CppunitTest_cppu_qa_recursion \ CppunitTest_cppu_qa_reference \ CppunitTest_cppu_qa_unotype \ CppunitTest_cppu_test_cppumaker \ )) # vim: set noet sw=4 ts=4: reoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gdb
AgeCommit message (Expand)Author
2019-06-25remove Fraction pretty-printerNoel Grandin
2019-05-28six: upgrade release to 1.12.0 used by gdbJens Carl
2019-05-16Make gdb autoload template more pythonicJens Carl
2019-04-21fix gdb helper for ColorNoel Grandin
2019-04-13Fix Python exception in gdb pretty-printer basegfxJens Carl
2018-10-25fix gdb pretty printingNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-04-04Fix SfxItemSet pretty printer after some uniqueptr conversionsKatarina Behrens
2018-03-14fix pretty printing of Fraction betterNoel Grandin
2018-03-14Adapt FractionPrinterStephan Bergmann
2017-11-08gdb pretty-printers: avoid segfauls in B2DPolygonPrinterMichael Stahl
2017-09-29gdb pretty-printers: fix StringPrinterHelper for gdb 8.0Michael Stahl
2017-09-15solenv: fix GDB pretty-printers for SwNodes yet againMichael Stahl
2017-07-29Fix no longer valid commentPranav Kant
2017-07-28Fix scheduler GDB pretty printerJan-Marek Glogowski
2017-07-13fix BigPtrArray pretty printerNoel Grandin
2017-07-13Run Idle tasks immediatlyJan-Marek Glogowski
2017-07-13Introduce a scheduler stackJan-Marek Glogowski
2017-07-07re-add some gdb BigPtrArray pretty printingNoel Grandin
2017-07-07Revert "use std::vector in BigPtrArray"Noel Grandin
2017-06-28gdb pretty-printers: fix BigPtrArrayPrinter after recent std::isationMichael Stahl
2017-04-04Missing str(...) when an arg is itself a css::uno::Sequence<...>Stephan Bergmann
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2017-01-17used std::map in SfxItemSetNoel Grandin
2016-12-20gdb pretty printers: fix the SwXTextCursor::Impl one even moreMichael Stahl
2016-12-20gdb pretty printers: fix BigPtrArray printer for member renameMichael Stahl
2016-12-20gdb pretty printers: fix SwXTextCursor::Impl printer for SwClient renameMichael Stahl
2016-12-20gdb pretty printers: fix SwPaM printer for Ring member renamingMichael Stahl
2016-12-14solenv: adapt SwPositionPrinter to BigPtrEntry renamingMichael Stahl
2016-10-23Fix typosAndrea Gelmini
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-16Improve output of UnoAnyPrinterStephan Bergmann