openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Harbour Project
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Nov 14, 2024 — Nov 14, 2025
Showing page 1 of 666
Search / Filter on:
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
Aleksander Czajczynski
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.
Aleksander Czajczynski
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
Aleksander Czajczynski
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.
Aleksander Czajczynski
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
Aleksander Czajczynski
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
Aleksander Czajczynski
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
Aleksander Czajczynski
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)
Aleksander Czajczynski
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
Aleksander Czajczynski
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
Aleksander Czajczynski
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.
Aleksander Czajczynski
More...
about 1 month ago
updated
Antonio Linares
More...
about 1 month ago
removed duplicated linked libraries for darwin
Antonio Linares
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
Przemysław Czerpak
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
Przemysław Czerpak
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
Przemysław Czerpak
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
Przemysław Czerpak
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
Przemysław Czerpak
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
Przemysław Czerpak
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
Przemysław Czerpak
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)
Przemysław Czerpak
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"
Przemysław Czerpak
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> )
Przemysław Czerpak
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.
Przemysław Czerpak
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
Przemysław Czerpak
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
Przemysław Czerpak
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> )
Przemysław Czerpak
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
Aleksander Czajczynski
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)
Aleksander Czajczynski
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
Przemysław Czerpak
More...
4 months ago
←
1
2
3
4
5
6
7
8
9
…
665
666
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree