GSoc/2021/StatusReports/EzikeChukwuebuka: Difference between revisions

From KDE Community Wiki
(Created page with "== KMyMoney: GDB printers for QT and KF5 classes ==")
 
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
== KMyMoney: GDB printers for QT and KF5 classes ==
== KMyMoney: GDB Printers For QT And KF5 Classes ==
 
=== Mentors ===
* [https://invent.kde.org/habacker Ralf Habacker]
* [[email protected] Thomas Baumgart]
 
=== Project Overview ===
GDB printers is used to show variables when debugging in GDB, in a human readable format.
 
=== Tasks ===
The objective of the program was to improve existing printers, that includes additional printers as well as fixing problems in the existing printers.
 
==== Work Report ====
All the work done during the summer of code can be found in [https://invent.kde.org/ebuka/gdb_printers '''this repository'''].
 
These blog posts contain details about what work was completed weekly or bi-weekly, here are the work done during said week.
 
* [https://da-viper.github.io/post/week1kdesoc/ Week 1]
* [https://da-viper.github.io/post/week2kdesoc/ Week 2]
* [https://da-viper.github.io/post/week3kdesoc/ Week 3]
* [https://da-viper.github.io/post/week4kdesoc/week4kdesoc/ Week 4]
* [https://da-viper.github.io/post/week5kdesoc/ Week 5]
* [https://da-viper.github.io/post/week6-7kdesoc/ Week 6 and 7]
* [https://da-viper.github.io/post/week8kdesoc/ Week 8]
* [https://da-viper.github.io/post/week9kdesoc/ Week 9]
* [https://da-viper.github.io/post/week10-11kdesoc/ Week 10-11]
 
==== Work Done ====
* Most of the Qt core printers has been implented and working.
* Some of the test cases of the printers have been written.
 
==== What's left ====
* Some of the printers test cases as not been written yet, will work on that.
* Few core printers such as qprocess has not been written yet.
 
=== Links to Blog and Other Writing ===  
* [https://da-viper.github.io/tags/kde/ Top Blog Page]
* [https://invent.kde.org/ebuka/gdb_printers GDB Printers Repository]

Latest revision as of 09:29, 26 August 2021

KMyMoney: GDB Printers For QT And KF5 Classes

Mentors

Project Overview

GDB printers is used to show variables when debugging in GDB, in a human readable format.

Tasks

The objective of the program was to improve existing printers, that includes additional printers as well as fixing problems in the existing printers.

Work Report

All the work done during the summer of code can be found in this repository.

These blog posts contain details about what work was completed weekly or bi-weekly, here are the work done during said week.

Work Done

  • Most of the Qt core printers has been implented and working.
  • Some of the test cases of the printers have been written.

What's left

  • Some of the printers test cases as not been written yet, will work on that.
  • Few core printers such as qprocess has not been written yet.

Links to Blog and Other Writing