5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Nov 14, 2024 — Nov 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2025-10-23 21:45 UTC+0200 Aleksander Czajczynski (hb fki.pl) * src/vm/extrap.c + added Windows ARM64 CPU register dump More... 23 days ago
2025-10-23 19:53 UTC+0200 Aleksander Czajczynski (hb fki.pl) [ci skip] * utils/hbmk2/hbmk2.prg * make the MSVC version detection based on paths a little less trustful. With rolling releases of these MS tools, it's more likely that "random" numbers will appear in dir names. More... 23 days ago
2025-10-21 13:20 UTC+0200 Aleksander Czajczynski (hb fki.pl) * contrib/hbssl/hbssl.hbc ! actually target VS 2017 for libcrypto, libssl More... 25 days ago
2025-10-20 17:42 UTC+0200 Aleksander Czajczynski (hb fki.pl) [ci skip] * contrib/hbssl/hbssl.hbc ! actually lib* prefix should stay on win/msvc platform OpenSSL builds. Thanks to Mario H. Sabado for testing and feedback. More... 26 days ago
2025-10-20 10:47 UTC+0200 Aleksander Czajczynski (hb fki.pl) * .github/workflows/windows-ci.yml * encourage to test OpenSSL More... 26 days ago
2025-10-19 22:48 UTC+0200 Aleksander Czajczynski (hb fki.pl) * .github/workflows/windows-ci.yml + add openssl-devel to MSYS2 CI More... 27 days ago
2025-10-19 22:12 UTC+0200 Aleksander Czajczynski (hb fki.pl) * contrib/hbssl/hbssl.h * contrib/hbssl/hbssl.hbm * contrib/hbssl/ssl.c ! HB_OPENSSL_HAS_APPLINK was never checked, defining HB_OPENSSL_NO_APPLINK didn't do anything More... 27 days ago
2025-10-18 23:15 UTC+0200 Aleksander Czajczynski (hb fki.pl) + config/bsd/zig-noauto.mk + config/bsd/zig.mk + config/common/zig-noauto.mk + config/common/zig.mk + config/darwin/zig-noauto.mk + config/darwin/zig.mk + config/linux/zig-noauto.mk + config/linux/zig.mk + config/win/zig-noauto.mk + config/win/zig.mk * config/global.mk * utils/hbmk2/hbmk2.prg ! typo fixed in Alpha target (this path was really untested) More... 28 days ago
2025-10-16 22:04 UTC+0200 Aleksander Czajczynski (hb fki.pl) * utils/hbmk2/hbmk2.prg * remaining LEFTEQUAL() changed to hb_LeftEq() calls - removed LEFTEQUAL() macro More... about 1 month ago
2025-10-16 21:40 UTC+0200 Aleksander Czajczynski (hb fki.pl) * config/global.mk * follow up to previous, define __ARCH64BIT__ for .prg files if applicable during first stage done by GNU Make More... about 1 month ago
2025-10-16 21:09 UTC+0200 Aleksander Czajczynski (hb fki.pl) * utils/hbmk2/hbmk2.prg * updated approach to define __ARCH64BIT__ at .prg level when cross-compiling for such architecture. Thanks to Alexey Zapolskiy for noticing. More... about 1 month ago
updated More... about 1 month ago
removed duplicated linked libraries for darwin More... about 1 month ago
2025-09-16 13:16 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/core.c ! pacified warning More... 2 months ago
2025-09-10 09:08 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbbmp/core.c ! pacified BCC warnings More... 2 months ago
2025-09-09 19:55 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbbmp/core.c ! pacified BCC warnings More... 2 months ago
2025-09-09 18:58 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/3rd/png/pngrutil.c ! moved PNG_UNUSED() before return statement to avoid BCC W8070 Warning More... 2 months ago
2025-09-09 18:13 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/3rd/zlib/Makefile * src/3rd/zlib/README * src/3rd/zlib/deflate.c * src/3rd/zlib/deflate.h * src/3rd/zlib/gzguts.h * src/3rd/zlib/gzlib.c * src/3rd/zlib/inflate.c * src/3rd/zlib/inftrees.c * src/3rd/zlib/inftrees.h * src/3rd/zlib/trees.c * src/3rd/zlib/zconf.h * src/3rd/zlib/zlib.h * src/3rd/zlib/zutil.h * src/3rd/zlib/zlib.diff * updated to version 1.3.1 More... 2 months ago
2025-09-09 17:38 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbmlzo/3rd/minilzo/README * contrib/hbmlzo/3rd/minilzo/lzoconf.h * contrib/hbmlzo/3rd/minilzo/lzodefs.h * contrib/hbmlzo/3rd/minilzo/minilzo.c - contrib/hbmlzo/3rd/minilzo/minilzo.diff * contrib/hbmlzo/3rd/minilzo/minilzo.h * contrib/hbmlzo/3rd/minilzo/minilzo.hbp * updated to version 2.10 More... 2 months ago
2025-09-09 16:36 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/3rd/png/LICENSE * src/3rd/png/Makefile * src/3rd/png/png.c * src/3rd/png/png.diff * src/3rd/png/png.h * src/3rd/png/pngconf.h * src/3rd/png/pngdebug.h * src/3rd/png/pngerror.c * src/3rd/png/pngget.c * src/3rd/png/pnginfo.h * src/3rd/png/pnglconf.h * src/3rd/png/pngmem.c * src/3rd/png/pngpread.c * src/3rd/png/pngpriv.h * src/3rd/png/pngread.c * src/3rd/png/pngrio.c * src/3rd/png/pngrtran.c * src/3rd/png/pngrutil.c * src/3rd/png/pngset.c * src/3rd/png/pngstru.h * src/3rd/png/pngtrans.c * src/3rd/png/pngwio.c * src/3rd/png/pngwrite.c * src/3rd/png/pngwtran.c * src/3rd/png/pngwutil.c * updated to version 1.6.50 More... 2 months ago
2025-09-09 13:50 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbdefs.h + added new types HB_WCHAR16 and HB_WCHAR32, existing type HB_WCHAR is mapped to HB_WCHAR16 (just like before) More... 2 months ago
2025-09-03 12:21 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/cdpapi.c + added fallback translation table for different variants of Latin character, now when translation is made between different encoding and the variant of Latin character does not exist in destination code page then it's translated to their base Latin form, i.e.: hb_utf8ToStr( "ĄĆĘŁŃÓŚŹŻąćęłńóśźż", "EN" ) -> "ACELNOSZZacelnószz" More... 2 months ago
2025-08-29 12:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbbmp/core.c * contrib/hbbmp/hbbmp.ch * contrib/hbbmp/hbbmp.h * contrib/hbbmp/hbbmp.hbx + added new PRG functions: hb_bmp_frombitmap( <cBitMap>, <nAlign>, <nWidth>, <nHeight>, ; [<nDepth>=1], [<nDPI>=72], [<aPalette>], ; [@<nError>] ) -> <pBMP> | NIL hb_bmp_colorreset( <pBMP> ) More... 3 months ago
2025-08-23 18:49 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbbmp/core.c ! fixed copy & past typos reported by Grigory Filatov. Thanks a lot. More... 3 months ago
2025-08-22 21:50 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + contrib/hbbmp/core.c + contrib/hbbmp/hbbmp.ch + contrib/hbbmp/hbbmp.h + contrib/hbbmp/hbbmp.hbc + contrib/hbbmp/hbbmp.hbp + contrib/hbbmp/hbbmp.hbx + contrib/hbbmp/readme.txt + contrib/hbbmp/tests/hbbmptst.prg + contrib/hbbmp/tests/hbmk.hbm + added new BMP image library for Harbour ; HBBMP is small library for Harbour dedicated to create and modify BMP images. It has not any 3rd party libs dependencies. See readme.txt for more information More... 3 months ago
2025-08-22 12:00 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbzebra/coredraw.c * contrib/hbzebra/hbzebra.hbx + added new PRG function: hb_zebra_getsize( <hZebra>, @<nWidth>, @<nHeight> ) -> <nError> it calculates size in points of the created barcode and returns 0 on success or error code More... 3 months ago
2025-08-17 18:27 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h * contrib/gtqtc/gtqtc1.cpp + added support for disabling title and frames of console window by hb_gtInfo( HB_GTI_WINTITLE, <lNoFrame> ) More... 3 months ago
2025-07-19 19:44 UTC+0200 Aleksander Czajczynski (hb fki.pl) * contrib/hbhpdf/core.c + HPDF_GetPageByIndex( hDoc, nIndex ) --> hPage / NIL suggested by Luigi Ferraris More... 4 months ago
2025-07-10 14:04 UTC+0200 Aleksander Czajczynski (hb fki.pl) * contrib/hbpost.hbm ! fix missing contrib/*/tests/files when using "make install" and HB_INSTALL_PREFIX. Thanks Jose Quintas for reporting (issue #310) More... 4 months ago
2025-07-09 15:04 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbclass.ch ! fixed class declaration to allow muliple PP run - thanks to Wen Sheng for slef conatin example More... 4 months ago