Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
b6649cdf 15.05.2015 21:29 Micha Lenk

Fix symbol visibilty check for GCC 5.x

GCC 5.x supports the -fvisibility=hidden flag too.

7fa325bc 14.05.2015 10:20 admin

Revert "Turn compiler warning for implicit function declaration into error."

This reverts commit 9c20b0998c5f5825ede38ff22eb1b5211eda8741 because
"-Werror=implicit-function-declaration" doesn't exist on my
target build system.

84533f7e 04.05.2015 00:00 Micha Lenk

Revert "Disable timestamps in HTML pages generated by Doxygen"

This reverts commit f340c4a44b4f8a5148b02be0598f2ab63c45e924.

Debian's Doxygen as of version 1.8.9.1-3 will have this disabled by default, so
this change is not needed anymore.

f340c4a4 13.04.2015 19:47 Micha Lenk

Disable timestamps in HTML pages generated by Doxygen

There is a Debian initiative working on making builds reproducible, i.e. to
make it possible to reproduce byte-for-byte identical binary packages from a
given source. https://wiki.debian.org/ReproducibleBuilds...

e15df499 15.03.2015 23:01 admin

typemaker2: Added support for _free-hooks, fixed many compiler warnings.

- freeHooks can be used to insert code into the destructor for generated
types (used in ADCM_IMAGE_DATA of AqRadBase)
- fixed many compiler warnings about defined but unused variables...

ebe692df 15.03.2015 17:04 admin

API ADDITION: Added 2 more virtual functions to GWEN_MULTICACHE

Added virtual functions GWEN_MULTICACHE_TYPE_ATTACH_OBJECT_FN() and
GWEN_MULTICACHE_TYPE_FREE_OBJECT_FN(). Those functions have a pointer
to the GWEN_MULTICACHE_TYPE as first argument.

This is needed for AqRadBase's CUDA image cache.

e2450169 04.01.2015 19:08 admin

Added functions GWEN_Param_List_Get/SetCurrentValueAsInt/Double.

6b052cb1 03.01.2015 23:47 admin

Prepared release 4.13.1

9d98151c 03.01.2015 21:46 Christian Stimming

Add function declaration that was missing in header, as discovered by the additional compiler option.

9c20b099 03.01.2015 21:45 Christian Stimming

Turn compiler warning for implicit function declaration into error.

This avoids running into the error of 769ab05bb3 again.

769ab05b 03.01.2015 21:42 Christian Stimming

Fix function name for systems without <langinfo.h> but with <localcharset.h>

This is a bugfix for 66521660959.

f25e71d7 02.01.2015 21:31 admin

Prepared release 4.13.0

d117ddf7 29.12.2014 07:54 Elias Oltmanns

gui: Restore compilation without libiconv.

66521660 28.12.2014 16:20 Elias Oltmanns

gui: Set up charset conversion according to current locale even on Windows

This change is supposed to make locale-aware charset conversion more
portable. In environments lacking the appropriate POSIX interface like
Windows we rely on the capabilities of GNU libiconv.

e4b8a061 15.12.2014 22:49 Christian Stimming

Add build directives for travis-ci.org continuous integration testing

e7939eec 15.12.2014 22:49 Christian Stimming

Bugfix from compiler warnings: Use the correct pointer variable.

9d3a23f6 15.12.2014 22:49 Christian Stimming

Bugfix from compiler warnings: pos variable might be -1, so it must not be unsigned.

c6fdfa72 15.12.2014 22:49 Christian Stimming

Bugfixes from compiler warnings: Should have been bit operations, not logical operators.

2bdbddab 15.12.2014 22:49 Christian Stimming

Avoid compiler warnings (clang): Remove / deactivate unused functions / variables.

8796e546 14.12.2014 22:15 Christian Stimming

Fix crash in GWEN_Gui_SetCharSet (gnucash bugzilla #741161) that was calling iconv_close on an invalid descriptor.

Fixes the crash introduced in r2297 / f12fd6e1f in April 2014.

5d4506b6 02.11.2014 17:00 admin

Added functions GWEN_Param_List_GetByName() and GWEN_Param_Tree_GetByName().

a9bc0921 12.10.2014 15:17 admin

Added .gitignore.

663e9bb2 12.10.2014 15:12 admin

Merge branch 'master' of https://git.aqbanking.de/git/gwenhywfar

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*'...
d1130c8a 28.09.2014 00:03 Christian Stimming

Make GWEN_Error_SimpleToString function available in public interface.

This function is merely a GWEN_Error -> string converter and hence useful
in itself. No extra buffers needed, no extra texts added.

(1126-1150/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom