Steve Karg
6f3d25b5ba
Refactor CMakeLists.txt to replace BIG_ENDIAN definition with BACNET_BIG_ENDIAN to fix missing function in builds. ( #1284 )
2026-03-27 14:40:21 -05:00
Steve Karg
95cdec459e
Fix warnings during unit testing of BACnet secure connect node. ( #1182 )
2025-12-09 09:34:28 -06:00
Steve Karg
28a30be5ec
Fixed compiler warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args] ( #1133 )
...
* Fixed compiler warning: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
* Fixed compile error found in pipeline build.
* Fixed pre-commit
2025-11-09 13:26:35 -06:00
Steve Karg
7e725ce028
Bugfix/win32 build warnings ( #936 )
...
* Changed win32 port of localtime to use secure OS API functions when compiled with MSVC
* Changed all the sprintf to use snprintf instead in BSC tests to ensure null string endings.
2025-03-03 10:32:28 -06:00
Steve Karg
11682ca484
Removed use of 'class' keyword as a variable in BACnet/SC ( #872 )
2024-12-10 13:46:03 -06:00
Steve Karg
d4cbec91e2
Enabled style and CERT-C addon for CPPCHECK ( #869 )
...
* Enabled style and CERT-C addon for CPPCHECK with some suppressions and fixed the defects found..
2024-12-10 07:56:24 -06:00
Steve Karg
cf77abac9b
Feature/bacnet secure connect hub ( #818 )
...
* Added BACnet Secure Connect datalink.
* Added BACnet/SC hub application
---------
Co-authored-by: Kirill Neznamov <kirill.neznamov@dsr-corporation.com >
Co-authored-by: Mikhail Antropov <michail.antropov@dsr-corporation.com >
Co-authored-by: Ondřej Hruška <ondra@ondrovo.com >
Co-authored-by: Patrick Grimm <patrick@lunatiki.de >
2024-11-04 07:05:26 -06:00