2023-01-16 Jan Breuer
Merge pull request #114 from PolyPik/refactor_registers
blob@ 7953c3 提交对比 | 对比当前
2023-01-16 Jan Breuer
Fix typos
blob@ d050a1 提交对比 | 对比当前
2020-04-29 Howard Li
Add macros for adding device-specific registers
blob@ 017336 提交对比 | 对比当前
2020-04-28 Howard Li
Fix event commands adding semi-colons to output
blob@ 47bd35 提交对比 | 对比当前
2020-04-19 Howard Li
Add register-related types
blob@ 11c25f 提交对比 | 对比当前
2018-07-14 Jan Breuer
Fix license wordings to correspond with BSD-2-Clause
blob@ 007889 提交对比 | 对比当前
2017-11-30 Jan Breuer
Fix missing end of comment
blob@ ddd166 提交对比 | 对比当前
2017-11-30 Justin Fichtner
Implement condition register in Questionable register set
blob@ 304420 提交对比 | 对比当前
2017-08-14 Justin Fichtner
Add support for STATus:OPERation:CONDition register and general handling of...
blob@ 9fa36c 提交对比 | 对比当前
2017-07-07 Iztok Jeras
fixed typo FAGRENHEIT should be FAHRENHEIT
blob@ 21f09e 提交对比 | 对比当前
2017-02-22 Jack
Fix compiler warning with USE_COMMAND_TAGS 0
blob@ db0bfe 提交对比 | 对比当前
2016-10-14 Arrigo Marchiori
restore C99 compliance.
blob@ 0347bd 提交对比 | 对比当前
2016-05-31 Jan Breuer
Convert c++ style comments // to c89 style comments /* */
blob@ 613c45 提交对比 | 对比当前
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-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 提交对比 | 对比当前
2016-02-22 Jan Breuer
Add all possible units from IEEE488.2 to address some points of #26
blob@ e7d309 提交对比 | 对比当前
2016-02-14 Jan Breuer
Fix fifo length (issue #66)
blob@ fbd16b 提交对比 | 对比当前
2015-12-05 Jan Breuer
Refactor scpi_init and resolve #66
blob@ a731ca 提交对比 | 对比当前
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-12 Jan Breuer
Format and trailing space cleanup
blob@ 6110e0 提交对比 | 对比当前
2015-10-04 Jan Breuer
Resolve #3: Chanel lists parsing
blob@ da9c3c 提交对比 | 对比当前
2015-09-10 Jan Breuer
Add Numeric list parsing
blob@ e428a2 提交对比 | 对比当前
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-19 Jan Breuer
Update c++ example, make special numbers more correct
blob@ a2006d 提交对比 | 对比当前
2015-04-19 Jan Breuer
Implement Traversal of the Header Tree. Solve #22
blob@ f1cd7d 提交对比 | 对比当前
2015-04-14 Jan Breuer
Remove problematic test callback
blob@ d811ac 提交对比 | 对比当前
2015-03-18 Jan Breuer
Add new AUTO special value, resolve #20
blob@ f8536d 提交对比 | 对比当前
2015-01-19 Jan Breuer
Refactoring of arbitrary data, special numbers
blob@ e9becf 提交对比 | 对比当前
2015-01-18 Jan Breuer
Refactoring token constants
blob@ 794a6e 提交对比 | 对比当前
2015-01-18 Jan Breuer
Correct type of *TST? callback function
blob@ 90f9c5 提交对比 | 对比当前
2014-12-12 Jan Breuer
Parser refactoring
blob@ af4e63 提交对比 | 对比当前
2014-11-06 Jan Breuer
Convert to v1 API
blob@ 496887 提交对比 | 对比当前
2014-09-24 Jan Breuer
Refactor token_t and token_type_t to have scpi_ prefix
blob@ be3350 提交对比 | 对比当前
2014-09-24 Jan Breuer
Merge support for matching number suffix from master
blob@ 7755a1 提交对比 | 对比当前
2013-12-25 Jan Breuer
Refactor bool_t to scpi_bool_t
blob@ ef2855 提交对比 | 对比当前
2013-10-23 Jan Breuer
merge functionality from 'master' branch
blob@ 59d461 提交对比 | 对比当前
2013-10-08 Jan Breuer
Add ifndef TRUE/FALSE
blob@ 1be423 提交对比 | 对比当前
2013-06-20 Jan Breuer
Unexpected character handling
blob@ ba22a7 提交对比 | 对比当前
2013-06-19 Jan Breuer
Convert parameter handling to new lexer
blob@ b4e38d 提交对比 | 对比当前
2013-06-19 Jan Breuer
Parse program data
blob@ 1ea396 提交对比 | 对比当前
2013-06-18 Jan Breuer
Update to master
blob@ 4cd8a6 提交对比 | 对比当前
2013-03-20 Jan Breuer
ANSI C89 modifications
blob@ 6b2fc9 提交对比 | 对比当前
2013-03-16 Jan Breuer
Make library more C++ friendly
blob@ d22f9e 提交对比 | 对比当前
首页 | « 前一页 | 下一页 »