Aktivität von admin
von 16.03.2021 bis 14.04.2021
14.04.2021
- 23:46 Gwenhywfar Revision bf1ae864 (gwenhywfar): gwenbuild: Allow for flag "GENERATED" to be specified in "<data>".
- 23:04 AqBanking Revision b83df628 (aqbanking): BUILD: gwbuild now also compiles swift module.
- 22:59 Gwenhywfar Revision 83ee8640 (gwenhywfar): gwenbuild: Added support for loadable modules.
- 00:17 Gwenhywfar Revision 8eb970b4 (gwenhywfar): gwenbuild: Fixed dependecy handling.
13.04.2021
- 11:24 Gwenhywfar Revision 3ddd1b85 (gwenhywfar): gwenbuild: Some ideas for next changes.
- 10:33 Gwenhywfar Revision fc91c75c (gwenhywfar): gwenbuild: Disable unlink for now, will work on it later.
- 01:48 Gwenhywfar Revision b3fc182a (gwenhywfar): gwenbuild: Add flags to delete output files before build.
- No longer need a "rm" subcommand which might fail and print a confusing
error message. - 01:00 Gwenhywfar Revision bd588e15 (gwenhywfar): gwenbuild: Added entry to TODO chapter.
- 01:00 Gwenhywfar Revision d38d4e08 (gwenhywfar): gwenbuild: Only call GWEN_XMLNode_SetCharValue() with nonempty values.
- 00:59 Gwenhywfar Revision 5defe19f (gwenhywfar): gwenbuild: Add files from <writeFile> to project file list.
- This makes sure that gwenbuild knows that the written file is generated.
12.04.2021
- 22:39 Gwenhywfar Revision c1186ead (gwenhywfar): gwenbuild: Add more generated files to output of tm2builder.
- This makes sure gwenbuild knows that the header files build by the
tm2builder are also generated files. - 21:50 AqBanking Revision 00873831 (aqbanking): BUILD: Using xmlmerge now works across subfolders.
- 21:36 Gwenhywfar Revision 59204ac4 (gwenhywfar): gwenbuild: Fixed handling of files, now allowing for relative paths in 0BUILD files.
- This allows to use generated files from subfolders. For example AqBanking
uses hbcixml to merge multiple files inside... - 19:57 Gwenhywfar Revision 75961baa (gwenhywfar): gwenbuild: Added function GWB_File_List2_GetOrCreateFile().
- This function checks for subfolders in fname.
11.04.2021
- 19:12 Gwenhywfar Revision a36ebffb (gwenhywfar): gwenbuild: Updated TODO part.
- 19:11 Gwenhywfar Revision e96bff26 (gwenhywfar): gwenbuild: Current status.
- 18:43 Gwenhywfar Revision 5f0f4e53 (gwenhywfar): gwenbuild: Added and tested builder for C++ files.
- 18:40 AqBanking Revision f2ece186 (aqbanking): aqbankingpp: Minor changes, hasn't been updated for a while.
- Currently doesn't compile, remains deactivated in 0BUILD.
- 17:43 AqBanking Revision 6bc597ce (aqbanking): BUILD: Use short version of <checkProgs>.
- 17:43 AqBanking Revision 05416852 (aqbanking): BUILD: Start using xmlmerge to merge XML files also with gwbuild.
- 17:41 Gwenhywfar Revision 735df2e8 (gwenhywfar): gwenbuild: Improved custom target handling.
- 17:41 Gwenhywfar Revision b5c5d8b4 (gwenhywfar): PARSER: Allow for empty index spec ("[]") to specify all values of a DB var.
- The function GWEN_Text_ReplaceVars() replaces all occurrences of variable
specs (like in "$(thisVar)") with their val... - 14:24 Gwenhywfar Revision 05c61b5a (gwenhywfar): gwenbuild: Fixed a bug.
- 14:23 Gwenhywfar Revision 162cf193 (gwenhywfar): gwenbuild: Added "<checkProgs>".
- Can now look for programs within a given path (or default $PATH) and even
under different names. - 01:49 AqBanking Revision df5c105c (aqbanking): BUILD: Define "AQBANKING_VERSION_TAG".
- 01:48 Gwenhywfar Revision 9adbc077 (gwenhywfar): gwenbuild: Add version tag to project (e.g. "stable").
- 01:35 AqBanking Revision ec759a7b (aqbanking): BUILD: Fixed toplevel 0BUILD to emulate Makefile.am behaviour.
- 01:23 AqBanking Revision 32a12176 (aqbanking): BUILD: Improved "typefiles" and "typedefs" targets.
- We need to build those targets at least for tanmethod.xml.
- 01:19 AqBanking Revision 732f83b3 (aqbanking): AqOfxConnect: Include version.h.
- This is in fact needed (need to adapt corresponding 0BUILD file as well).
- 01:19 AqBanking Revision 8e12bc02 (aqbanking): AqHBCI: Added .gitignore.
- 01:07 AqBanking Revision 2f38667d (aqbanking): Revert "AqBanking: Don't include "version.h". This is intended for outside code."
- This reverts commit f6f1e965e6792f0ebe826b1b0be399ebd5984981.
- 01:07 AqBanking Revision 52052d92 (aqbanking): Added chapter about gwbuild.
- 00:47 AqBanking Revision 3dd357a2 (aqbanking): BUILD: Added initial support for gwbuild.
- Not yet polished, also xmlmerge doesn't work, yet. But already compiles
and links. - 00:45 AqBanking Revision ca204f17 (aqbanking): AqBanking: Add Makefile target to clean generated files.
- 00:45 AqBanking Revision f6f1e965 (aqbanking): AqBanking: Don't include "version.h". This is intended for outside code.
- The file doesn't contain anything AqBanking doesn't already know about.
- 00:44 AqBanking Revision 68082ae5 (aqbanking): AqHBCI: Fixed makefile targets to use typemaker2 instead of typemaker1.
- 00:42 AqBanking Revision 2d9daa2c (aqbanking): AqBanking: Replaced "@" with " at " of email in source header.
- Avoid problem with uneven number of "@" in rewritten file.
- 00:40 AqBanking Revision 5ade79a3 (aqbanking): AqHBCI: Ported tanmethod from typemaker to typemaker2.
- 00:39 AqBanking Revision b7f73cc5 (aqbanking): AqHBCI: Make #include statements more specific.
- Will need less "-I" cflags in the long run.
- 00:35 AqBanking Revision 27323ea1 (aqbanking): AqBanking: No longer include compile time.
- It was once relevant to determine whether the sources were recompiled but
nowadays it produces more problems than it ... - 00:30 Gwenhywfar Revision 5daa43bc (gwenhywfar): gwenbuild: Fixed a bug (definePrefix is a property, not a full separate element).
- 00:30 Gwenhywfar Revision 72282870 (gwenhywfar): gwenbuild: Only add real source files to project source file list.
- 00:29 Gwenhywfar Revision 108744c3 (gwenhywfar): gwenbuild: Decreased verbosity.
- 00:29 Gwenhywfar Revision d50218e5 (gwenhywfar): gwenbuild: Increased verbosity. Fixed a bug.
- Current build dir is "." because it is relative to the folder we are
running the builder tools (like gcc etc) in. - 00:27 Gwenhywfar Revision ce369bf6 (gwenhywfar): gwenbuild: Parse <SetVar> also in <dependencies> element.
- 00:26 Gwenhywfar Revision b6a9bb65 (gwenhywfar): gwenbuild: Accept *.xml files for typemaker2, too.
09.04.2021
- 23:36 Gwenhywfar Revision ec0ee710 (gwenhywfar): gwenbuild: Improved tool handling.
08.04.2021
- 23:23 Gwenhywfar Revision a12eaee5 (gwenhywfar): gwenbuild: First successful runs with dependency chacking.
- 15:54 Gwenhywfar Revision 4fc8f455 (gwenhywfar): gwenbuild: Before building repeat setup if 0BUILD files have changed.
- 15:53 Gwenhywfar Revision eb3fdb18 (gwenhywfar): gwenbuild: Add symlinks to list of output files for shared lib targets.
- 00:39 Gwenhywfar Revision 0264d1e3 (gwenhywfar): gwenbuild: Prepared installing of files, rebuilt main.c.
06.04.2021
05.04.2021
- 23:41 AqDatabase Revision e52afa50 (aqdatabase): 0BUILD: Improved build files.
- 23:34 Gwenhywfar Revision 14665833 (gwenhywfar): gwenbuild: Write file list after "gwbuild setup".
- 21:46 Gwenhywfar Revision 6035e37f (gwenhywfar): gwenbuild: Also read "<data>" elements.
- 21:45 Gwenhywfar Revision 9e36222c (gwenhywfar): gwenbuild: Removed <options>, <option> can now occurr directly below <project>.
- 21:45 Gwenhywfar Revision 84f40f86 (gwenhywfar): gwenbuild: Added <checkCompiler>.
- IS currently used to determine whether symbol visibility is supported.
- 21:43 Gwenhywfar Revision 105d3232 (gwenhywfar): gwenbuild: Fixed a buf in cbuilder.gwb.
- 21:43 AqDatabase Revision 1fe41f74 (aqdatabase): 0BUILD: Adapted to latest changes in gwbuild.
- 18:18 AqDatabase Revision e1114268 (aqdatabase): More work on gwbuild files. AqDatabase and aqdbtool can now be built with gwbuild.
- 17:53 Gwenhywfar Revision 8a0622d9 (gwenhywfar): gwenbuild: Added some introductory text to README. Removed no longer needed texts.
- 17:52 Gwenhywfar Revision 986d5ae0 (gwenhywfar): gwenbuild: Allow to read and store pkg-config variables for dependencies.
- 17:52 Gwenhywfar Revision 23347619 (gwenhywfar): gwenbuild: Add option to "setup" command to dump generated context.
- 17:51 Gwenhywfar Revision 1feb009e (gwenhywfar): gwenbuild: Added "rm" commands to sharedlib.gwb
- 17:50 Gwenhywfar Revision c7c0f838 (gwenhywfar): gwenbuild: Fixed a bug in app.gwb.
- Don't link against whole archive (this is only needed for libs).
- 17:49 Gwenhywfar Revision 3229b2ce (gwenhywfar): gwenbuild: Fixed a bug in GWB_Builder_AddRelativeFolderToBuffer().
- Don't return an empty path. If it is empty return ".".
- 15:02 AqDatabase Revision f46b1e9a (aqdatabase): Added preliminary build instruction files for gwbuild.
- 15:01 AqDatabase Revision 8636e074 (aqdatabase): Renamed typemaker2 source files.
- We now use *.t2d for typemaker2 source files instead of the generic *.xml
- 14:42 Gwenhywfar Revision 75c6a2a3 (gwenhywfar): gwenbuild: Delete output file in TmpLib before building.
- Otherwise sub-libraries are added every time a build is started resulting
in duplicate objects in *.a libs. - 14:41 Gwenhywfar Revision eb53ffb7 (gwenhywfar): gwenbuild: Use GWB_BuildSubCmd for commands.
- 13:51 Gwenhywfar Revision a84dc00b (gwenhywfar): gwenbuild: Added GWB_BUILD_SUBCMD.
- 13:22 Gwenhywfar Revision d624fa74 (gwenhywfar): typemaker2: Show arguments on error.
- 12:53 Gwenhywfar Revision b707bec1 (gwenhywfar): gwenbuild: Add *.a files to convenience libs.
- 12:52 Gwenhywfar Revision 2377e156 (gwenhywfar): gwenbuild: Fixed a bug (ony signal job as finished if there is no next command).
- 00:38 Gwenhywfar Revision f2065ece (gwenhywfar): gwenbuild: Read more XML elements from 0BUILD files.
03.04.2021
- 22:38 Gwenhywfar Revision 15a7db87 (gwenhywfar): gwenbuild: Allow partial builds. Write "config.h".
- typemaker2-created files sometimes need to be built before the rest to
resolve dependencies. - 18:16 Gwenhywfar Revision d37aa239 (gwenhywfar): gwenbuild: Added builderName to BuildCmd.
- 18:01 Gwenhywfar Revision 0dc7843c (gwenhywfar): gwenbuild: Added builder for target type "Program".
- 18:00 Gwenhywfar Revision cd74b48c (gwenhywfar): gwenbuild: Fixed a bug.
- 01:06 Gwenhywfar Revision 42534208 (gwenhywfar): gwenbuilder: Implemented options.
- 01:06 Gwenhywfar Revision fdee64c0 (gwenhywfar): stringlist: Added function GWEN_StringList_AppendStringList()
02.04.2021
- 18:06 Gwenhywfar Revision 5a3912a1 (gwenhywfar): gwenbuild: Updated TODO.
- 18:06 Gwenhywfar Revision fb3c5676 (gwenhywfar): gwenbuild: Print some information while doing checks.
- 17:23 Gwenhywfar Revision f38a401a (gwenhywfar): gwenbuild: Updated TODO.
- 17:23 Gwenhywfar Revision 8c327b0d (gwenhywfar): gwenbuild: Removed code-based builders.
- 17:18 Gwenhywfar Revision 39faddc7 (gwenhywfar): gwenbuild: Switched tm2builder to GenericBuilder.
- 16:49 Gwenhywfar Revision a5937843 (gwenhywfar): gwenbuilder: Switched to generic builder for CBuilder, SharedLib, StaticLib, TmpLib.
- 02:15 Gwenhywfar Revision 0ea90014 (gwenhywfar): gwenbuild: Fixed some warnings.
- 02:04 Gwenhywfar Revision 5d8f6099 (gwenhywfar): gwenbuild: Started working on a generic builder.
- This builder will use XML files controlling its behaviour. This should make
it easier to extend gwenbuild to support ...
01.04.2021
- 01:24 Gwenhywfar Revision e39772fe (gwenhywfar): gwenbuild: More work on shared libs.
31.03.2021
- 22:25 Gwenhywfar Revision 2ab5c5c7 (gwenhywfar): gwenbuild: Basically gwenbuild now works and its quite fast already.
- TODO: Create builder for shared libraries, real static libraries and programs.
- 17:17 Gwenhywfar Revision 7580ffe0 (gwenhywfar): gwenbuild: Clarification.
- 17:17 Gwenhywfar Revision a8589c53 (gwenhywfar): OS: Decreased verbosity.
30.03.2021
- 23:37 Gwenhywfar Revision 2da17666 (gwenhywfar): gwenbuild: Updated my notes in README.
- 23:37 Gwenhywfar Revision ff066176 (gwenhywfar): gwenbuild: Decreased verbosity.
- 23:31 Gwenhywfar Revision 51efcd0f (gwenhywfar): gwenbuild: Building a simple project works!
- 23:05 Gwenhywfar Revision 1109e9d1 (gwenhywfar): gwenbuild: Running commands partially works.
- 23:04 Gwenhywfar Revision 93768cf2 (gwenhywfar): OS: Process can now change into a folder before running.
- 16:21 Gwenhywfar Revision d83330e4 (gwenhywfar): gwenbuild: Cleanup args for typemaker2 target.
- 16:18 Gwenhywfar Revision b7e4165d (gwenhywfar): gwenbuild: Decreased verbosity.
- 16:05 Gwenhywfar Revision ed3d5d13 (gwenhywfar): gwenbuild: Updated TODO section.
- 16:04 Gwenhywfar Revision a8772052 (gwenhywfar): gwenbuild: Added functions to read and write a BuildContext to/from an XML file.
- 15:36 Gwenhywfar Revision 43bb96d1 (gwenhywfar): gwenbuild: Implemented reading of a build context from xml.
- 13:57 Gwenhywfar Revision 47539b65 (gwenhywfar): gwenbuild: Added code to write a build context to XML.
28.03.2021
- 23:51 Gwenhywfar Revision 3dd45b5d (gwenhywfar): gwenbuild: Commands work!
- 22:13 Gwenhywfar Revision e2ca8c7f (gwenhywfar): gwenbuild: Removed "id" from GWB_Builder constructors.
- 21:54 Gwenhywfar Revision 4d47e9bc (gwenhywfar): gwenbuild: More work on builder/build command handling.
- 21:54 Gwenhywfar Revision 97afb0e8 (gwenhywfar): xml: Removed GWEN_XMLNode_GetPathBetween()
- Was buggy, also we now have a replacement with GWEN_Path_GetPathBetween().
- 21:52 Gwenhywfar Revision ad7a319c (gwenhywfar): path: Added GWEN_Path_GetPathBetween().
- 21:52 Gwenhywfar Revision 21dff01e (gwenhywfar): stringlist: Fixed a bug. Added GWEN_StringList_RemoveCommonFirstEntries().
- 20:13 Gwenhywfar Revision b8457f55 (gwenhywfar): gwenbuild: Fixed path handling when creating build commands.
- 20:13 Gwenhywfar Revision 433a590c (gwenhywfar): PARSER: Add function GWEN_XMLNode_GetPathBetween().
- This is like GWEN_XMLNode_GetXPath() but without XPath specifics:
- Indices are only appended to path elements when >... - 18:00 Gwenhywfar Revision 5bb6b7f0 (gwenhywfar): typemaker2: Added function Typemaker2_Builder_PrintFileNames().
- 18:00 Gwenhywfar Revision fa2ce9c0 (gwenhywfar): gwenbuild: Added builder for tm2.
- This currently expects the files generated from TM2 files bear the same
name except the extension (.tm2->.c).
This m... - 14:26 Gwenhywfar Revision d01fa99b (gwenhywfar): gwenbuild: More work on GWBUILD_MakeBuildersForTargets()
- 03:31 Gwenhywfar Revision 1020128b (gwenhywfar): gwenbuild: Started setup of builders.
- 00:04 Gwenhywfar Revision 5336b4f3 (gwenhywfar): gwenbuild: Add copies of files to build context to keep them independent.
27.03.2021
- 18:55 Gwenhywfar Revision a096feeb (gwenhywfar): gwenbuild: More work. Added separate build context folder.
- 17:06 Gwenhywfar Revision 77b63336 (gwenhywfar): gwenbuild: Enter folders in build tree.
- 16:38 Gwenhywfar Revision c4c096c0 (gwenhywfar): STRINGLIST: Fixed a bug (need to include buffer.h).
- 16:36 Gwenhywfar Revision dbcfce19 (gwenhywfar): gwenbuild: Reworked builder stuff.
- 16:36 Gwenhywfar Revision cac3e450 (gwenhywfar): STRINGLIST: Add function GWEN_StringList_toBuffer().
- 01:17 Gwenhywfar Revision 8478f155 (gwenhywfar): gwenbuild: Set db values when creating new context for subdir.
- 01:17 Gwenhywfar Revision e2d73ce2 (gwenhywfar): gwenbuild: Read "includes".
- 01:16 Gwenhywfar Revision 152fa243 (gwenhywfar): OS: Fixed a bug in GWEN_Process_WaitAndRead().
- Only call GWEN_Process_Wait() when there is nothing to read, otherwise
just use non-blocking GWEN_Process_CheckState(... - 00:33 Gwenhywfar Revision 12744010 (gwenhywfar): gwenbuild: Started implementing first builder ("c").
25.03.2021
- 23:51 Gwenhywfar Revision 39ca02c8 (gwenhywfar): gwenbuild: More planning.
- 23:51 Gwenhywfar Revision 1674cdc5 (gwenhywfar): gwenbuild: Allow sub-targets.
- 23:51 Gwenhywfar Revision e0cf388a (gwenhywfar): gwenbuild: Added GWBUILD_TargetType_toString(), use it.
- 22:59 Gwenhywfar Revision c0ccb4c1 (gwenhywfar): gwenbuild: Dont use hardcoded tool names for CC, CXX, AR etc.
- 20:24 Gwenhywfar Revision 711026b8 (gwenhywfar): OS: Improved POSIX version of GWEN_Process_WaitAndRead().
- 00:14 Gwenhywfar Revision 3d91a6fd (gwenhywfar): gwenbuild: Decreased verbosity.
- 00:12 Gwenhywfar Revision e9342e38 (gwenhywfar): gwenbuild: Removed an accidentally added file.
- 00:11 Gwenhywfar Revision e5142b45 (gwenhywfar): gwenbuild: Fixed a typo.
- 00:10 Gwenhywfar Revision f942bff0 (gwenhywfar): gwenbuild: Adapt to latest changes in GWEN_PROCESS.
- 00:09 Gwenhywfar Revision 128ab6c9 (gwenhywfar): OS: Allow GWEN_Process_RunCommandWaitAndGather() to also read stderr.
- This is currently only implemented on non-win32 systems.
For win32 we will have to implement GWEN_Process_WaitAndRead...
24.03.2021
- 21:44 Gwenhywfar Revision 34e04dfd (gwenhywfar): gwenbuild: More work, implemented some more XML elements from build files.
- 21:43 Gwenhywfar Revision 0203f319 (gwenhywfar): OS/POSIX: GWEN_Process_Start() now uses GWEN_StringList_fromString2().
- Also untangled spaghetti code.
- 21:43 Gwenhywfar Revision 151a1743 (gwenhywfar): OS: Added function GWEN_Process_RunCommandWaitAndGather().
- This function runs a command and reads its output to a buffer.
- 21:40 Gwenhywfar Revision c84fbe73 (gwenhywfar): BASE: Added function GWEN_StringList_fromString2().
- This function internally uses the powerfull function
GWEN_Text_GetWordToBuffer(). - 00:51 Gwenhywfar Revision 4524f4bf (gwenhywfar): gwenbuild: Preset "prefix".
- 00:51 Gwenhywfar Revision 6a735824 (gwenhywfar): gwenbuild: Target now parses <sources> and <headers>.
- 00:50 Gwenhywfar Revision a80e9a85 (gwenhywfar): gwenbuild: Add functions to get and set install path. Defined flags.
- 00:50 Gwenhywfar Revision dd1f5971 (gwenhywfar): gwenbuild: Added missing copy code for currentRelativeDir.
23.03.2021
- 23:43 Gwenhywfar Revision 4ea66ed2 (gwenhywfar): gwenbuild: Created a framework to read a build tree.
- Only a few entries are currently picked up but that will be improved upon
int following commits. - 23:41 Gwenhywfar Revision cd3fb3fe (gwenhywfar): XML: Added function GWEN_XMLNode_ExpandProperties().
22.03.2021
- 23:30 Gwenhywfar Revision fbe85ba5 (gwenhywfar): gwenbuild: Write project info into db of current context.
- - these vars will be inherited by each child-context.
- 23:16 Gwenhywfar Revision 30f70f7f (gwenhywfar): gwenbuild: Started working on main object.
- - copy some important environment variables to DB of the main context
- expand variables from current context on GWB_... - 22:40 Gwenhywfar Revision 4c5e3830 (gwenhywfar): gwenbuild: More work on parser.
- - added function GWB_Parser_ReadBuildTree()
- added context as an argument to GWB_Project_new() - 22:10 Gwenhywfar Revision 47f56ad0 (gwenhywfar): gwenbuild: Started working on build file parser.
21.03.2021
- 22:59 Gwenhywfar Revision b14a228d (gwenhywfar): gwbuild: More work.
- 10:20 Gwenhywfar Revision ead83ea7 (gwenhywfar): Merge branch 'master' into mp-202102-gwenbuild
20.03.2021
- 18:21 Gwenhywfar Revision 821fc1f8 (gwenhywfar): test: Added a test for setting big binary data to GWEN_DB.
- 18:21 Gwenhywfar Revision 6f56d9ac (gwenhywfar): XML: Fixed indentation.
- 18:20 Gwenhywfar Revision 09d9d24c (gwenhywfar): BUFFER: Added GWEN_Buffer_KeepTextBetweenStrings and tests for it.
- 15:27 AqBanking Revision 646207e2 (aqbanking): AqHBCI: Added job HKQTG (acknowledge received document).
- Not quite sure how to use that, though.
- 14:17 AqBanking Revision d4d3c959 (aqbanking): aqbanking-cli: Corrected copyright notice.
- 14:17 AqBanking Revision 15937f2a (aqbanking): aqbanking-cli: Added command "getdoc".
- 12:17 AqBanking Revision 1f0df85d (aqbanking): AqHBCI: Fixed error code.
- 01:28 AqBanking Revision adffd44b (aqbanking): AqHBCI: Fix the way we look for an already existing file.
- 01:23 AqBanking Revision 64d85f3f (aqbanking): AqHBCI: Added missing path flag.
19.03.2021
- 17:19 AqBanking Revision 093e0054 (aqbanking): AqHBCI: Use shorter path for eStatements.
- 16:58 AqBanking Revision 52003937 (aqbanking): aqbanking-cli: Allow "listdoc" to show path of documents.
- 16:53 AqBanking Revision ad50761c (aqbanking): AqHBCI: Store received electronic statements in customer folder.
- AB_DOCUMENT inside a ImExporterContext no longer contains the data itself
when added to an ImExporterContext, it now ... - 16:12 AqBanking Revision e35ed8ac (aqbanking): AqBanking: Add member "filePath" to AB_Document.
- A document object now can either directly contain its data in the "data"
member or just contain the name of file wher... - 16:01 AqBanking Revision aa924641 (aqbanking): aqbanking-cli: Add function "listdoc" which lists the eStatement docs in a ctxfile.
- Saving eStatements inside a ctxfile might not be a good idea because they
tend to become large (at least 50k each).
...
18.03.2021
- 23:42 AqBanking Revision 6892f7b5 (aqbanking): AqHBCI: Added TODO.
- 23:42 AqBanking Revision d6187118 (aqbanking): AqHBCI: Cleanup accountjob.*
- - prepared removal of AH_BANK_FLAGS_KTV2
- remove unused functions - 22:55 AqBanking Revision 3499d14c (aqbanking): AqHBCI: Cleaned up jobgettrans_camt.
- 22:44 AqBanking Revision ba2614f5 (aqbanking): AqHBCI: Started removing unneeded remarks.
- Those where used in the old days to easily find the start of functions.
However, nowadays the lines are sometimes lon... - 21:08 AqBanking Revision 3766f9aa (aqbanking): AqHBCI: Simplified job GetEStatements.
- GetEStatements and GetEStatements2 share the same code, so there is no need
for extra code.
The differences are handl... - 20:57 AqBanking Revision 462f8eaa (aqbanking): AqHBCI: Assign id and mimetype to eStatement docs.
- 20:57 AqBanking Revision a1aecdd1 (aqbanking): COPYING: Added Tobias Deiminger as Contributor (Thanks!!)
17.03.2021
- 22:13 AqBanking Revision b8b70d4a (aqbanking): AqHBCI: Just a little reformatting.
- 22:04 AqBanking Revision ca91ff5f (aqbanking): AqHBCI: Enable code to add received HKEKA eStatement to ImExporterContext.
- 21:51 AqBanking Revision 60b2069b (aqbanking): AqHBCI/AqBanking: Modified Tobias's patch to not add a job type to AqBanking.
- We just use the same job type for both HBCI jobs and let the bank decide
which job to use (like it's already done wit...
16.03.2021
Auch abrufbar als: Atom