Fix symbol visibilty check for GCC 5.x
GCC 5.x supports the -fvisibility=hidden flag too.
Revert "Turn compiler warning for implicit function declaration into error."
This reverts commit 9c20b0998c5f5825ede38ff22eb1b5211eda8741 because"-Werror=implicit-function-declaration" doesn't exist on mytarget build system.
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, sothis change is not needed anymore.
Disable timestamps in HTML pages generated by Doxygen
There is a Debian initiative working on making builds reproducible, i.e. tomake it possible to reproduce byte-for-byte identical binary packages from agiven source. https://wiki.debian.org/ReproducibleBuilds...
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...
API ADDITION: Added 2 more virtual functions to GWEN_MULTICACHE
Added virtual functions GWEN_MULTICACHE_TYPE_ATTACH_OBJECT_FN() andGWEN_MULTICACHE_TYPE_FREE_OBJECT_FN(). Those functions have a pointerto the GWEN_MULTICACHE_TYPE as first argument.
This is needed for AqRadBase's CUDA image cache.
Added functions GWEN_Param_List_Get/SetCurrentValueAsInt/Double.
Prepared release 4.13.1
Add function declaration that was missing in header, as discovered by the additional compiler option.
Turn compiler warning for implicit function declaration into error.
This avoids running into the error of 769ab05bb3 again.
Fix function name for systems without <langinfo.h> but with <localcharset.h>
This is a bugfix for 66521660959.
Prepared release 4.13.0
gui: Restore compilation without libiconv.
gui: Set up charset conversion according to current locale even on Windows
This change is supposed to make locale-aware charset conversion moreportable. In environments lacking the appropriate POSIX interface likeWindows we rely on the capabilities of GNU libiconv.
Add build directives for travis-ci.org continuous integration testing
Bugfix from compiler warnings: Use the correct pointer variable.
Bugfix from compiler warnings: pos variable might be -1, so it must not be unsigned.
Bugfixes from compiler warnings: Should have been bit operations, not logical operators.
Avoid compiler warnings (clang): Remove / deactivate unused functions / variables.
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.
Added functions GWEN_Param_List_GetByName() and GWEN_Param_Tree_GetByName().
Added .gitignore.
Merge branch 'master' of https://git.aqbanking.de/git/gwenhywfar
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*'...
Make GWEN_Error_SimpleToString function available in public interface.
This function is merely a GWEN_Error -> string converter and hence usefulin itself. No extra buffers needed, no extra texts added.
Auch abrufbar als: Atom