Aktivität
von 15.09.2021 bis 14.10.2021
07.10.2021
- 20:17 Revision 9b11a0fb (gwenhywfar): Removed unneeded file.
- Moved to "c" folder and split into multiple files.
- 20:13 Revision bc6d0027 (gwenhywfar): Merge branch 'mp-202110-typemaker2_cleanup'
- 20:07 Revision 7f3b60d1 (gwenhywfar): typemaker2: Some ideas for future iterations...
- 20:06 Revision 51418360 (gwenhywfar): typemaker2: More cleanup. Finished for now.
06.10.2021
- 21:16 Revision 6ccff17c (gwenhywfar): typemaker2: Fixed some newly introduced bugs.
- GWEN_FORMAT helped very much with this...
- 21:16 Revision 5b7bb4f2 (gwenhywfar): base: Add format attribute to GWEN_Buffer_AppendArgs().
- This allows for the compiler to check arguments for this function.
- 00:30 Revision 5a0a6615 (gwenhywfar): typemaker2: More cleanup (TM2C_BuildCopy).
05.10.2021
- 00:49 Revision 8ffb7e26 (gwenhywfar): typemaker2: Minor beautification.
- 00:48 Revision 8bef558a (gwenhywfar): typemaker2: Cleanup dup code.
04.10.2021
03.10.2021
- 23:35 Revision f736fa1f (gwenhywfar): typemaker2: Started cleanup.
- typemaker2 is an essential tool for AqBanking and AqFinance, so it has to be
easily maintainable.
01.10.2021
- 21:50 Revision 910092b6 (gwenhywfar): Revert "gwenbuild: Remove duplicate code (there already is GWB_Parser_ReadXmlDataIntoStringList)."
- This reverts commit 26e22240902bce6f0b81c5779466b017bfbe79c0.
- 21:43 Revision 26e22240 (gwenhywfar): gwenbuild: Remove duplicate code (there already is GWB_Parser_ReadXmlDataIntoStringList).
- 21:42 Revision 598f8845 (gwenhywfar): gwenbuild: Fixed CLI args. "-s" now directly takes the source folder.
30.09.2021
- 23:52 Revision 2c13172f (gwenhywfar): gwenbuild: Started added handling of language catalogs.
- These changes will make it easier to add new types later.
Basically we now create a GWB_TARGET for every language cat... - 20:33 Revision 029025aa (gwenhywfar): gwenbuild: Updated README.
- 16:33 Revision 90c0b7c2 (gwenhywfar): gwenbuild: Cleanup GWB_Utils_VersionStringToDb().
- 16:09 Revision 2cfaef9a (gwenhywfar): gwenbuild: Define filenames, no longer use them directly.
- This allows for centrally changing of filenames.
- 14:12 Revision 5ff61548 (gwenhywfar): gwenbuild: Remove debug function.
- 14:11 Revision 2f3d3fdf (gwenhywfar): gwenbuild: Improved depfile handling. Fixed pointers.
- - moved code into its own file.
- simplified reading a gcc depfile by cleaning it up first.
- set pointers to NULL af... - 11:49 Revision 372219ac (gwenhywfar): Removed no longer needed builder defs (are now in posix and windows folders).
- 11:40 Revision f9fb375a (gwenhywfar): gwenbuild: Cleanup function _addCommands().
- 11:32 Revision edbae626 (gwenhywfar): gwenbuild: Added more "static" decls, removed superflous def.
- 11:30 Revision ba564744 (gwenhywfar): gwenbuild: Cleanup _setupOutFiles().
- 11:15 Revision 9f78dac4 (gwenhywfar): gwenbuild: Added some "static" decls.
- 11:11 Revision d4667258 (gwenhywfar): gwenbuild: Cleanup function GWB_ParseBuildFiles().
- 01:04 Revision 3e43ac4c (gwenhywfar): Gwenbuild: Cleanup function _parseVersions().
- Improves readability.
- 01:04 Revision cc704c4c (gwenhywfar): Changed mailinglist project name for aqbanking-devel in README.
- 01:02 Revision 11beb3db (gwenhywfar): Gwenbuild: Fixed some typos.
- 00:17 Revision eabf8816 (gwenhywfar): Cleanup function _parseWriteFile().
- Reuse code, split big function into smaller ones.
29.09.2021
- 23:50 Revision 07a28ab6 (gwenhywfar): Cleanup function GWB_Parser_ReadBuildFile().
- Now function should be longer than a screen page ;-)
- 23:14 Revision 8526695c (gwenhywfar): Windows compatibility: Ignore signal functions and symbols on windows
- 23:14 Revision c64acc9e (gwenhywfar): Windows compatibility: Handle symlinks only on non-windows
- 23:13 Revision b67f169f (gwenhywfar): Windows compatibility: Use GWEN_Text_strndup wrapper
- 23:13 Revision 698fd68d (gwenhywfar): Windows compatibility: Use stat instead of lstat on windows
25.09.2021
- 18:24 Revision 4631292e (gwenhywfar): GwenBuild: Build "tm2builder" targets first if none specified.
- Source files generated from typemaker2 type definition files in most cases
need to be generated before anything else.... - 18:20 Revision 6e732ff0 (gwenhywfar): Gwenbuild: Added some template/example files.
- - convlib.tmpl: example for building convenience library targets
- module.tmpl: example for building plugin modules - 18:19 Revision d212c1ad (gwenhywfar): Gwenbuild: Add var GWBUILD_SYSTEMTYPE(posix, windows).
- This can be used to determine the base type of the target operating system
("windows" or "posix"). - Mainly improvements for gwenbuild.
- 14:51 Revision 28c09cbf (gwenhywfar): Released 5.7.3
- 14:51 Revision 23662452 (gwenhywfar): Released 5.7.3
- 14:47 Revision 7d9bd40e (gwenhywfar): Prepared release 5.7.3.
- 00:04 Revision 3c7848cb (gwenhywfar): gwenbuild: Decreased verbosity.
24.09.2021
- 23:59 Revision 6b1e6908 (gwenhywfar): gwenbuild: Improved version handling.
- - add "version" attribute to "<project>" element for simplification
- improved autotools compatibility
- create var... - 22:32 Revision d5128d7b (gwenhywfar): Incremented version number.
- 22:32 Revision 1bd6a3e6 (gwenhywfar): gwenbuild: Setup context variables in topbuilddir.
- 15:19 Revision f19c7f1c (gwenhywfar): gwenbuild: On error wait for running jobs to finish instead of killing them.
- If a job error occurs (e.g.compilation error) let the other jobs still
finish instead of killing them. That way at le... - 15:03 Revision b28b367d (gwenhywfar): Fixed bug in GWB_Parser_ReplaceVarsBetweenAtSigns().
- Now also accepts valid use of AT sign (e.g. email adresses, doxygen tags).
- 15:02 Revision 745b2ad8 (gwenhywfar): Decreased verbosity.
23.09.2021
21.09.2021
- 15:06 Revision 40167ae5 (gwenhywfar): i18n: Update German translation
- 14:55 Revision da2e0919 (gwenhywfar): Several spelling fixes
18.09.2021
- 17:44 Revision 88b107f9 (gwenhywfar): Release 5.7.2.
- 17:43 Revision fef8b6e2 (gwenhywfar): Release 5.7.2.
- 17:14 Revision d8f93249 (gwenhywfar): Prepared release 5.7.2.
- 17:12 Revision 31ca23eb (gwenhywfar): CryptToken: Fixed a problem (callers rely on the return value of GWEN_Crypt_Token_BeginEnterPin !=0).
Auch abrufbar als: Atom