Jan Breuer
2023-01-16 3fb57282e27442109bd170188ad8b542f337cafa
2022-02-02 helge
output block data with delimiter
blob@ c2a575 提交对比 | 对比当前
2023-01-16 Jan Breuer
Fix typos
blob@ d050a1 提交对比 | 对比当前
2023-01-16 Jan Breuer
Merge pull request #115 from PolyPik/response_separator_fix
blob@ 3c575a 提交对比 | 对比当前
2020-12-17 jordan imbert
Remove always false blocks in parser.c
blob@ 311a22 提交对比 | 对比当前
2020-04-28 Howard Li
Fix event commands adding semi-colons to output
blob@ 47bd35 提交对比 | 对比当前
2018-09-05 Jan Breuer
Fix #103 semicolon with empty command causes problems
blob@ 2e78fd 提交对比 | 对比当前
2018-07-14 Jan Breuer
Fix license wordings to correspond with BSD-2-Clause
blob@ 007889 提交对比 | 对比当前
2017-08-07 Jan Breuer
Remove dependency of parser.c to units.h
blob@ 3cf1b4 提交对比 | 对比当前
2017-07-19 Iztok Jeras
moving bool choice definition (ON, OFF) to units.c, so it could be used by ...
blob@ a10c46 提交对比 | 对比当前
2016-05-31 Jan Breuer
Convert c++ style comments // to c89 style comments /* */
blob@ 613c45 提交对比 | 对比当前
2016-04-24 Jan Breuer
Add support for array parameters represened as text (#52)
blob@ 71c6c1 提交对比 | 对比当前
2016-04-24 Jan Breuer
Move free from SCPI_ResultError to SCPI_SystemErrorNextQ to correspond with...
blob@ fdce1e 提交对比 | 对比当前
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
Fix test and examples to work with extended errors
blob@ 3a0d40 提交对比 | 对比当前
2016-04-24 Jan Breuer
Just code formatting
blob@ d2af54 提交对比 | 对比当前
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-25 Chernov Dmitriy
start #73
blob@ 6092bd 提交对比 | 对比当前
2015-12-05 Jan Breuer
Refactor scpi_init and resolve #66
blob@ a731ca 提交对比 | 对比当前
2015-11-26 Jan Breuer
Add test for ResultArray
blob@ ace1bf 提交对比 | 对比当前
2015-11-26 Jan Breuer
Remove default IDN result
blob@ 9ed3ff 提交对比 | 对比当前
2015-11-13 Jan Breuer
Fix warnings and override bug in GCC
blob@ a3c8f8 提交对比 | 对比当前
2015-11-13 Jan Breuer
Add SCPI_ResultXYZ unit tests for basic types
blob@ 139d1e 提交对比 | 对比当前
2015-11-11 Andre Haupt
Fix uninitialised variable in RESULT_ARRAY macro.
blob@ 5f6fa3 提交对比 | 对比当前
2015-11-10 Jan Breuer
Add array result functions
blob@ 3b99af 提交对比 | 对比当前
2015-10-16 Jan Breuer
Add USE_COMMAND_TAGS and USE_DEPRECATED_FUNCTIONS defines
blob@ fbe83e 提交对比 | 对比当前
2015-10-16 Jan Breuer
Resolve #59: input buffer overrun handling
blob@ e81602 提交对比 | 对比当前
2015-10-12 Jan Breuer
Format and trailing space cleanup
blob@ 6110e0 提交对比 | 对比当前
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 some integer castings
blob@ cf33d5 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: added 64 bit Param* functions
blob@ b9972c 提交对比 | 对比当前
2015-10-07 Iztok Jeras
integer parser: renamed some more static functions, to add Base or Sign key...
blob@ 326768 提交对比 | 对比当前
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 Iztok Jeras
integer parser: make buffer sizes more explicit, as sum of bitlength and NU...
blob@ 6acc53 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: fixed buffer size for 64bit integers
blob@ c81d00 提交对比 | 对比当前
2015-10-05 Iztok Jeras
integer parser: removed eroneously added function
blob@ 9ba859 提交对比 | 对比当前
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 clang warnings, add clang to travis
blob@ df3eeb 提交对比 | 对比当前
2015-09-15 Jan Breuer
Resolve #46: Detect missing parameter
blob@ c1e514 提交对比 | 对比当前
2015-08-31 Jan Breuer
Fix #44: incorrect handling of empty string
blob@ d2a068 提交对比 | 对比当前
2015-08-24 Jan Breuer
Resolve #40: Fix SCPI_ParamCopyText and add test
blob@ 8ac737 提交对比 | 对比当前
2015-08-10 Jan Breuer
Resolve #39: Correct handling of unsigned integers
blob@ deae06 提交对比 | 对比当前
2015-08-06 Jan Breuer
Fix type cast warnings in LabWindows/CVI
blob@ 5ce645 提交对比 | 对比当前
2015-08-06 Jan Breuer
Use uppercase TRUE and FALSE everywhere
blob@ e016a3 提交对比 | 对比当前
2015-08-05 Jan Breuer
Remove unused debug functionality
blob@ fb2427 提交对比 | 对比当前
首页 | « 前一页 | 下一页 »