Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Python scripting support from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-23 | 1 | -1/+13 |
|\ | |||||
| * | 1. Add python thread initialization to pcilib_init_py() | Vasilii Chernov | 2016-02-16 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fix pcilib_script_run_func() work in multithread mode 2. pcilib_close() - Move free_py() code after free views to make view destructors work properly 3. Move script hash to pcilib_py_s 4. Move pcilib_get_logger() pcilib_get_logger_min_prio() and pcilib_get_logger_argument() declarations to error.h 5. Refactor pcilib_get_value_as_pyobject pcilib_set_value_from_pyobject to more unified form 6. Add more memory checks. Fix some string memory allocations. 7. Refactor pcilib_py_s member names. 8. Merge pcilib_script_read() and pcilib_script_write() to pcilib_script_run_func() 9. Update test_pywrap views scripts | ||||
| * | Change no_set_check parameter name. Move Python wrap to separate directory. | Vasilii Chernov | 2016-02-11 | 1 | -1/+1 |
| | | |||||
| * | Change error logging method in Python wrap. Move functions, that converts ↵ | Vasilii Chernov | 2016-02-11 | 1 | -0/+15 |
| | | | | | | | | values between PyObject and pcilib_value_t to py.c | ||||
| * | Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type | Vasilii Chernov | 2016-02-09 | 1 | -0/+1 |
|/ | |||||
* | 64-bit access to BAR memory | Suren A. Chilingaryan | 2015-11-20 | 1 | -4/+6 |
| | |||||
* | Configure number of DMA buffers in IPEDMA and improve checking and reporting ↵ | Suren A. Chilingaryan | 2015-11-20 | 1 | -1/+2 |
| | | | | inconsistent kmem buffers while re-using | ||||
* | Provide API calls for register and bank address resolution | Suren A. Chilingaryan | 2015-11-18 | 1 | -0/+1 |
| | |||||
* | Support for 64-bit registes | Suren A. Chilingaryan | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Documentation update | Suren A. Chilingaryan | 2015-10-22 | 1 | -108/+1056 |
| | |||||
* | Add optional description in the value name-aliases | Suren A. Chilingaryan | 2015-10-19 | 1 | -0/+1 |
| | |||||
* | Provide register listings in public API | Suren A. Chilingaryan | 2015-10-19 | 1 | -16/+52 |
| | |||||
* | Support reading/writting register views by id | Suren A. Chilingaryan | 2015-10-18 | 1 | -0/+6 |
| | |||||
* | Support properties of arbitrary type | Suren A. Chilingaryan | 2015-10-18 | 1 | -20/+45 |
| | |||||
* | Support transform views | Suren A. Chilingaryan | 2015-10-13 | 1 | -0/+5 |
| | |||||
* | Implement enum view | Suren A. Chilingaryan | 2015-10-09 | 1 | -1/+2 |
| | |||||
* | Base functions for views | Suren A. Chilingaryan | 2015-10-08 | 1 | -6/+32 |
| | |||||
* | Finalyze XML support and provide initial support for views (only ↵ | Suren A. Chilingaryan | 2015-09-24 | 1 | -0/+11 |
| | | | | descriptions so far) | ||||
* | Initial integration of XML support | Suren A. Chilingaryan | 2015-09-10 | 1 | -0/+1 |
| | |||||
* | Make pcilib_streaming_action_t public | Suren A. Chilingaryan | 2015-07-24 | 1 | -0/+11 |
| | |||||
* | Keep C++ compilers happy | Suren A. Chilingaryan | 2015-06-22 | 1 | -0/+8 |
| | |||||
* | Integration of software registers | Suren A. Chilingaryan | 2015-06-19 | 1 | -0/+1 |
|\ | |||||
| * | new version of software_registers | zilio nicolas | 2015-06-18 | 1 | -0/+1 |
|/ | |||||
* | Include version information in all API descriptions | Suren A. Chilingaryan | 2015-05-02 | 1 | -0/+2 |
| | |||||
* | Provide an interface for logging debug messages | Suren A. Chilingaryan | 2015-04-30 | 1 | -3/+4 |
| | |||||
* | New error reporting public interface | Suren A. Chilingaryan | 2015-04-29 | 1 | -2/+11 |
| | |||||
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 1 | -0/+226 |