nancy.liao
昨天 11f2f2e329ef404d0e9c022cb2f9fbbb45bae285
昨天 nancy.liao
完成了SCPI命令语法分析器的完整规则
blob@ 11f2f2 提交对比 | 对比当前
4 天以前 nancy.liao
提交修改
blob@ 1e139e 提交对比 | 对比当前
5 天以前 nancy.liao
完善了SCPI库对于<>内可选参数的解析
blob@ 31c1e3 提交对比 | 对比当前
5 天以前 nancy.liao
通用的命令解析完成 如<[:MEASure]|[SOURCE]><[:ARM]|[TRigger]>[:DC] 以及[:MEASure][:DC],当...
blob@ 8a0ad0 提交对比 | 对比当前
6 天以前 nancy.liao
修改通用的版本 现阶段可用[:MEASure][:DC]
blob@ 5061da 提交对比 | 对比当前
2025-04-15 nancy.liao
同步修改前的原SCPI库
blob@ 4c11ea 提交对比 | 对比当前
2018-07-14 Jan Breuer
Fix license wordings to correspond with BSD-2-Clause
blob@ 007889 提交对比 | 对比当前
2017-01-30 Rich Barlow
Don't reference malloc if not using alloc/free
blob@ 219ca4 提交对比 | 对比当前
2016-06-02 Jan Breuer
Fix 64bit constant int suffixes
blob@ 7e0f43 提交对比 | 对比当前
2016-05-31 Jan Breuer
Rework compiler detection, fix SCPI_dtostre length limitation
blob@ 3c5ca8 提交对比 | 对比当前
2016-05-31 Jan Breuer
Convert c++ style comments // to c89 style comments /* */
blob@ 613c45 提交对比 | 对比当前
2016-05-15 Jan Breuer
Fix buffer overflow in SCPI_NumberToStr, SCPI_DoubleToStr and SCPI_FloatToStr
blob@ 91dfcd 提交对比 | 对比当前
2016-04-24 Jan Breuer
Fix OUR_strndup, optimize non USE_DEVICE_DEPENDENT_ERROR_INFORMATION config...
blob@ c7d5f9 提交对比 | 对比当前
2016-04-24 Jan Breuer
Fix tests for device dependent info, convert to strndup, fix out of bounds ...
blob@ 94c8fa 提交对比 | 对比当前
2016-04-24 Jan Breuer
Just code formatting
blob@ d2af54 提交对比 | 对比当前
2016-03-02 Chernov Dmitriy
Fix potential memory leak. #73
blob@ 3344d1 提交对比 | 对比当前
2016-03-01 Chernov Dmitriy
The basic implementation completed. Tests are needed. (issue #73)
blob@ 34d681 提交对比 | 对比当前
2016-02-29 Chernov Dmitriy
manual heap ready
blob@ 508dec 提交对比 | 对比当前
2016-02-29 Chernov Dmitriy
strdup(malloc)/free ready.
blob@ 148070 提交对比 | 对比当前
2016-02-20 Jan Breuer
Optimize #49 memory consumption of double to string conversion
blob@ ca33af 提交对比 | 对比当前
2016-02-14 Jan Breuer
Add unit tests
blob@ bd8a32 提交对比 | 对比当前
2015-11-11 Jan Breuer
Add runtime endiannes test
blob@ e0ca2f 提交对比 | 对比当前
2015-11-10 Jan Breuer
Add array result functions
blob@ 3b99af 提交对比 | 对比当前
2015-11-09 Jan Breuer
Custom double to string conversion routine
blob@ c51c35 提交对比 | 对比当前
2015-10-16 Jan Breuer
Resolve issue with strBaseToInt64 on 32bit platforms
blob@ a28ccd 提交对比 | 对比当前
2015-10-16 Iztok Jeras
integer parser: fixed casting sign
blob@ c42015 提交对比 | 对比当前
2015-10-13 Jan Breuer
Cleanup of matchCommand
blob@ 3e98ae 提交对比 | 对比当前
2015-10-12 Jan Breuer
Format and trailing space cleanup
blob@ 6110e0 提交对比 | 对比当前
2015-10-12 Jan Breuer
Resolve #56: refactor matchCommand function and add more tests
blob@ 04223a 提交对比 | 对比当前
2015-10-08 Jan Breuer
Remove unnecesery include and space
blob@ f21d15 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parse: added support for float
blob@ cb38db 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: fixed return values
blob@ 17056c 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: renamed some more static functions, to add Base or Sign key...
blob@ 326768 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: added LOCAL function declarations to utils_private.h
blob@ ede8ae 提交对比 | 对比当前
2015-10-06 Iztok Jeras
integer parser: all functions handling a sign argument are now static, with...
blob@ 7a425e 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: removing some signed/unsigned function duplication
blob@ 99f3bc 提交对比 | 对比当前
2015-10-05 Jan Breuer
Fix conversion constants for 64bit int to str
blob@ 811671 提交对比 | 对比当前
2015-10-02 Iztok Jeras
added most new function declarations, replaced all usecases for old functio...
blob@ e9785c 提交对比 | 对比当前
2015-10-05 Jan Breuer
Resolve #54: Detect not typed numbers in SCPI_CommandNumbers
blob@ 5e68cb 提交对比 | 对比当前
2015-10-04 Jan Breuer
Fix access outside buffer
blob@ d44ab5 提交对比 | 对比当前
2015-08-10 Jan Breuer
Resolve #39: Correct handling of unsigned integers
blob@ deae06 提交对比 | 对比当前
2015-08-05 Jan Breuer
Fix `static` in utils.c
blob@ 794b64 提交对比 | 对比当前
2015-08-04 Jan Breuer
Cleanup of macros and defines
blob@ 7f3d9c 提交对比 | 对比当前
2015-08-03 lhoerl
added full SCPI error messages added list for device dependent error messag...
blob@ ed07df 提交对比 | 对比当前
2015-04-25 Jan Breuer
Solve #16 Multiple Identical Capabilities
blob@ 838470 提交对比 | 对比当前
2015-04-22 Jan Breuer
Make public SCPI_LongToStr, SCPI_DoubleToStr
blob@ c49b34 提交对比 | 对比当前
2015-04-19 Jan Breuer
Implement Traversal of the Header Tree. Solve #22
blob@ f1cd7d 提交对比 | 对比当前
2015-04-18 Jan Breuer
avr-libc double to string conversion
blob@ f86280 提交对比 | 对比当前
2015-01-18 Jan Breuer
Update longToStr and update tests
blob@ 40fb36 提交对比 | 对比当前
2014-12-12 Jan Breuer
Parser refactoring
blob@ af4e63 提交对比 | 对比当前
首页 | « 前一页 | 下一页 »