Result of "make format".
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*'...
Added keyword "void" to functions with empty argument list.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2081 70169cfe-8b10-0410-8925-dcb4b91034d8
Fixed a typo.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1826 70169cfe-8b10-0410-8925-dcb4b91034d8
Some fixes in the build system and a few minor bugfixes.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1425 70169cfe-8b10-0410-8925-dcb4b91034d8
merged branch aq3 back to trunk
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1393 70169cfe-8b10-0410-8925-dcb4b91034d8
- decreased verbosity of netlayer and OS functions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1091 70169cfe-8b10-0410-8925-dcb4b91034d8
- worked on memory allocation stuff: - calls to GWEN_NEW_OBJECT and GWEN_FREE_OBJECT MUST be matched - added optional code for allocation of small memory blocks without having to bother the heap for every 4 byte data (disabled for now, since it is much less effective than the glibc heap functions. However,...
- added defines for printf-templates for GWEN_TYPEs- fixed some 64bit-warnings
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@596 70169cfe-8b10-0410-8925-dcb4b91034d8
- introduced logdomains: Now every library can have its own log domain, making it much easier to debug a single library out of multiple libs NOTE: This is an incompatible API change, therefore SO_VERSION++. The first argument of all GWEN_Logger functions has been changed....
- some more fixes, prepared release
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@439 70169cfe-8b10-0410-8925-dcb4b91034d8
- Gwen now compiles on Solaris (tested with R220)- fixed some M4 macros (e.g. "find" on Solaris is not as powerfull as it is on Linux)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@380 70169cfe-8b10-0410-8925-dcb4b91034d8
- merged my work from home into the current CVS. Thanks to Christian Stimming I'm now able again to participate in the development of this project ;-) Damned HanseNet does not provide me with a telephone line... (I'm waiting for more than a month now!)...
- added windoze.m4 to get some windows paths- fixed types.m4 (was not removing conf.uint32 when finished)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@193 70169cfe-8b10-0410-8925-dcb4b91034d8
- started porting Gwen to Windoze
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@124 70169cfe-8b10-0410-8925-dcb4b91034d8
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@122 70169cfe-8b10-0410-8925-dcb4b91034d8
- finally corrected spelling of Gwenhywfar ;-) Thanks to Thomas Viehmann for providing a nice conversion script ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@92 70169cfe-8b10-0410-8925-dcb4b91034d8
Fix compiler warnings about signed/unsigned.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@82 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed memory leaks
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@53 70169cfe-8b10-0410-8925-dcb4b91034d8
- created libgwenhyfwar- added test tool- fixed db module
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@9 70169cfe-8b10-0410-8925-dcb4b91034d8
- added module db, worked on xml and msgengine modules, fixed some bugs in os code
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@7 70169cfe-8b10-0410-8925-dcb4b91034d8
Initial revision
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@2 70169cfe-8b10-0410-8925-dcb4b91034d8