Projekt

Allgemein

Profil

Aktivität

von 03.03.2021 bis 01.04.2021

01.04.2021

01:24 Gwenhywfar Revision e39772fe (gwenhywfar): gwenbuild: More work on shared libs.
admin

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. admin
17:17 Gwenhywfar Revision 7580ffe0 (gwenhywfar): gwenbuild: Clarification.
admin
17:17 Gwenhywfar Revision a8589c53 (gwenhywfar): OS: Decreased verbosity.
admin

30.03.2021

23:37 Gwenhywfar Revision 2da17666 (gwenhywfar): gwenbuild: Updated my notes in README.
admin
23:37 Gwenhywfar Revision ff066176 (gwenhywfar): gwenbuild: Decreased verbosity.
admin
23:31 Gwenhywfar Revision 51efcd0f (gwenhywfar): gwenbuild: Building a simple project works!
admin
23:05 Gwenhywfar Revision 1109e9d1 (gwenhywfar): gwenbuild: Running commands partially works.
admin
23:04 Gwenhywfar Revision 93768cf2 (gwenhywfar): OS: Process can now change into a folder before running.
admin
16:21 Gwenhywfar Revision d83330e4 (gwenhywfar): gwenbuild: Cleanup args for typemaker2 target.
admin
16:18 Gwenhywfar Revision b7e4165d (gwenhywfar): gwenbuild: Decreased verbosity.
admin
16:05 Gwenhywfar Revision ed3d5d13 (gwenhywfar): gwenbuild: Updated TODO section.
admin
16:04 Gwenhywfar Revision a8772052 (gwenhywfar): gwenbuild: Added functions to read and write a BuildContext to/from an XML file.
admin
15:36 Gwenhywfar Revision 43bb96d1 (gwenhywfar): gwenbuild: Implemented reading of a build context from xml.
admin
13:57 Gwenhywfar Revision 47539b65 (gwenhywfar): gwenbuild: Added code to write a build context to XML.
admin

28.03.2021

23:51 Gwenhywfar Revision 3dd45b5d (gwenhywfar): gwenbuild: Commands work!
admin
22:13 Gwenhywfar Revision e2ca8c7f (gwenhywfar): gwenbuild: Removed "id" from GWB_Builder constructors.
admin
21:54 Gwenhywfar Revision 4d47e9bc (gwenhywfar): gwenbuild: More work on builder/build command handling.
admin
21:54 Gwenhywfar Revision 97afb0e8 (gwenhywfar): xml: Removed GWEN_XMLNode_GetPathBetween()
Was buggy, also we now have a replacement with GWEN_Path_GetPathBetween(). admin
21:52 Gwenhywfar Revision ad7a319c (gwenhywfar): path: Added GWEN_Path_GetPathBetween().
admin
21:52 Gwenhywfar Revision 21dff01e (gwenhywfar): stringlist: Fixed a bug. Added GWEN_StringList_RemoveCommonFirstEntries().
admin
20:13 Gwenhywfar Revision b8457f55 (gwenhywfar): gwenbuild: Fixed path handling when creating build commands.
admin
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 >...
admin
18:00 Gwenhywfar Revision 5bb6b7f0 (gwenhywfar): typemaker2: Added function Typemaker2_Builder_PrintFileNames().
admin
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...
admin
14:26 Gwenhywfar Revision d01fa99b (gwenhywfar): gwenbuild: More work on GWBUILD_MakeBuildersForTargets()
admin
03:31 Gwenhywfar Revision 1020128b (gwenhywfar): gwenbuild: Started setup of builders.
admin
00:04 Gwenhywfar Revision 5336b4f3 (gwenhywfar): gwenbuild: Add copies of files to build context to keep them independent.
admin

27.03.2021

18:55 Gwenhywfar Revision a096feeb (gwenhywfar): gwenbuild: More work. Added separate build context folder.
admin
17:06 Gwenhywfar Revision 77b63336 (gwenhywfar): gwenbuild: Enter folders in build tree.
admin
16:38 Gwenhywfar Revision c4c096c0 (gwenhywfar): STRINGLIST: Fixed a bug (need to include buffer.h).
admin
16:36 Gwenhywfar Revision dbcfce19 (gwenhywfar): gwenbuild: Reworked builder stuff.
admin
16:36 Gwenhywfar Revision cac3e450 (gwenhywfar): STRINGLIST: Add function GWEN_StringList_toBuffer().
admin
01:17 Gwenhywfar Revision 8478f155 (gwenhywfar): gwenbuild: Set db values when creating new context for subdir.
admin
01:17 Gwenhywfar Revision e2d73ce2 (gwenhywfar): gwenbuild: Read "includes".
admin
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(...
admin
00:33 Gwenhywfar Revision 12744010 (gwenhywfar): gwenbuild: Started implementing first builder ("c").
admin

25.03.2021

23:51 Gwenhywfar Revision 39ca02c8 (gwenhywfar): gwenbuild: More planning.
admin
23:51 Gwenhywfar Revision 1674cdc5 (gwenhywfar): gwenbuild: Allow sub-targets.
admin
23:51 Gwenhywfar Revision e0cf388a (gwenhywfar): gwenbuild: Added GWBUILD_TargetType_toString(), use it.
admin
22:59 Gwenhywfar Revision c0ccb4c1 (gwenhywfar): gwenbuild: Dont use hardcoded tool names for CC, CXX, AR etc.
admin
20:24 Gwenhywfar Revision 711026b8 (gwenhywfar): OS: Improved POSIX version of GWEN_Process_WaitAndRead().
admin
00:14 Gwenhywfar Revision 3d91a6fd (gwenhywfar): gwenbuild: Decreased verbosity.
admin
00:12 Gwenhywfar Revision e9342e38 (gwenhywfar): gwenbuild: Removed an accidentally added file.
admin
00:11 Gwenhywfar Revision e5142b45 (gwenhywfar): gwenbuild: Fixed a typo.
admin
00:10 Gwenhywfar Revision f942bff0 (gwenhywfar): gwenbuild: Adapt to latest changes in GWEN_PROCESS.
admin
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...
admin

24.03.2021

21:44 Gwenhywfar Revision 34e04dfd (gwenhywfar): gwenbuild: More work, implemented some more XML elements from build files.
admin
21:43 Gwenhywfar Revision 0203f319 (gwenhywfar): OS/POSIX: GWEN_Process_Start() now uses GWEN_StringList_fromString2().
Also untangled spaghetti code. admin
21:43 Gwenhywfar Revision 151a1743 (gwenhywfar): OS: Added function GWEN_Process_RunCommandWaitAndGather().
This function runs a command and reads its output to a buffer. admin
21:40 Gwenhywfar Revision c84fbe73 (gwenhywfar): BASE: Added function GWEN_StringList_fromString2().
This function internally uses the powerfull function
GWEN_Text_GetWordToBuffer().
admin
00:51 Gwenhywfar Revision 4524f4bf (gwenhywfar): gwenbuild: Preset "prefix".
admin
00:51 Gwenhywfar Revision 6a735824 (gwenhywfar): gwenbuild: Target now parses <sources> and <headers>.
admin
00:50 Gwenhywfar Revision a80e9a85 (gwenhywfar): gwenbuild: Add functions to get and set install path. Defined flags.
admin
00:50 Gwenhywfar Revision dd1f5971 (gwenhywfar): gwenbuild: Added missing copy code for currentRelativeDir.
admin

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.
admin
23:41 Gwenhywfar Revision cd3fb3fe (gwenhywfar): XML: Added function GWEN_XMLNode_ExpandProperties().
admin

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. admin
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_...
admin
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()
admin
22:10 Gwenhywfar Revision 47f56ad0 (gwenhywfar): gwenbuild: Started working on build file parser.
admin

21.03.2021

22:59 Gwenhywfar Revision b14a228d (gwenhywfar): gwbuild: More work.
admin
10:20 Gwenhywfar Revision ead83ea7 (gwenhywfar): Merge branch 'master' into mp-202102-gwenbuild
admin

20.03.2021

18:21 Gwenhywfar Revision 821fc1f8 (gwenhywfar): test: Added a test for setting big binary data to GWEN_DB.
admin
18:21 Gwenhywfar Revision 6f56d9ac (gwenhywfar): XML: Fixed indentation.
admin
18:20 Gwenhywfar Revision 09d9d24c (gwenhywfar): BUFFER: Added GWEN_Buffer_KeepTextBetweenStrings and tests for it.
admin
15:27 AqBanking Revision 646207e2 (aqbanking): AqHBCI: Added job HKQTG (acknowledge received document).
Not quite sure how to use that, though. admin
14:17 AqBanking Revision d4d3c959 (aqbanking): aqbanking-cli: Corrected copyright notice.
admin
14:17 AqBanking Revision 15937f2a (aqbanking): aqbanking-cli: Added command "getdoc".
admin
12:17 AqBanking Revision 1f0df85d (aqbanking): AqHBCI: Fixed error code.
admin
01:28 AqBanking Revision adffd44b (aqbanking): AqHBCI: Fix the way we look for an already existing file.
admin
01:23 AqBanking Revision 64d85f3f (aqbanking): AqHBCI: Added missing path flag.
admin

19.03.2021

17:19 AqBanking Revision 093e0054 (aqbanking): AqHBCI: Use shorter path for eStatements.
admin
16:58 AqBanking Revision 52003937 (aqbanking): aqbanking-cli: Allow "listdoc" to show path of documents.
admin
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 ...
admin
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...
admin
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).
...
admin

18.03.2021

23:42 AqBanking Revision 6892f7b5 (aqbanking): AqHBCI: Added TODO.
admin
23:42 AqBanking Revision d6187118 (aqbanking): AqHBCI: Cleanup accountjob.*
- prepared removal of AH_BANK_FLAGS_KTV2
- remove unused functions
admin
22:55 AqBanking Revision 3499d14c (aqbanking): AqHBCI: Cleaned up jobgettrans_camt.
admin
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...
admin
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...
admin
20:57 AqBanking Revision 462f8eaa (aqbanking): AqHBCI: Assign id and mimetype to eStatement docs.
admin
20:57 AqBanking Revision a1aecdd1 (aqbanking): COPYING: Added Tobias Deiminger as Contributor (Thanks!!)
admin

17.03.2021

22:13 AqBanking Revision b8b70d4a (aqbanking): AqHBCI: Just a little reformatting.
admin
22:04 AqBanking Revision ca91ff5f (aqbanking): AqHBCI: Enable code to add received HKEKA eStatement to ImExporterContext.
admin
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...
admin
21:42 AqBanking Revision af9cb901 (aqbanking): Add another get estatments variant (HKEKA)
For HBCI there are multiple ways for how to fetch electronic estatements.
AqBanking already implements HKEKP to downl...
Tobias Deiminger

16.03.2021

23:40 AqDatabase Revision 43edff3b (aqdatabase): AqDatabase: Some ideas to speedup queries.
admin
23:15 AqDatabase Revision da71ee24 (aqdatabase): AqFileStorage: Removed debug messages from module tests.
admin
23:15 AqDatabase Revision 9cd8ffe4 (aqdatabase): AqDatabase: More cleanup of spaghetti code.
admin

15.03.2021

21:26 AqBanking Revision cefdfe44 (aqbanking): AqHBCI: Clarified debug message.
admin
21:22 AqBanking Revision 9e500234 (aqbanking): AqHBCI: Changed message (re-queuing really is used).
admin

10.03.2021

21:16 AqBanking Revision 69db98db (aqbanking): Released 6.2.10
admin
21:15 AqBanking Revision 41c9adcb (aqbanking): Released 6.2.10
admin
20:45 AqBanking Revision 38c76c4c (aqbanking): Prepared release 6.2.10.
admin
19:55 AqBanking Revision 159d3c13 (aqbanking): AqHBCI: Increased verbosity for debugging purposes.
admin
19:55 AqBanking Revision bf37c0f3 (aqbanking): AqHBCI: Fixed a bug regarding TAN-secured jobs.
- need to set the status of a sent TAN job accordingly, otherwise its
status will not be updated when receiving res...
admin
 

Auch abrufbar als: Atom