Projekt

Allgemein

Profil

Herunterladen (17,2 KB) Statistiken
| Zweig: | Markierung: | Revision:

# Datum Autor Kommentar
26b60060 06.10.2014 21:52 Christian Stimming

Re-indentation of source code to get a unified look of the source.

This was done using astyle-2.03 with the following command:

astyle --style=java --indent=spaces=2 --break-closing-brackets --keep-one-line-blocks --suffix=none --recursive 'src/*.h' 'src/*.c' 'gui/*.h*' 'gui/*.c*'...
07ca863d 28.08.2010 15:09 martin

More cleanup: Define DISABLE_DEBUGLOG in all modules.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2002 70169cfe-8b10-0410-8925-dcb4b91034d8

a8b15b38 28.08.2010 13:21 martin

Fixed an important memory leak.

This leak was important because it was in code which is very often used
(at least in AqFinance), so the memory leak would accumulate over time
up to a noticable amount.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1997 70169cfe-8b10-0410-8925-dcb4b91034d8

1e987cd6 30.07.2010 18:35 martin

Decreased verbosity.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1910 70169cfe-8b10-0410-8925-dcb4b91034d8

0be3dc62 18.07.2010 14:16 martin

Moved HTML code from FOX16 to the general part of Gwen.

This code is used by the FOX16 GUI implementation, but it is also used
by AqFinance's console code which doesn't use FOX at all. So option the
console tools of AqFinance with a graphical toolkit isn't an option....