summaryrefslogtreecommitdiffstats
path: root/pcilib/property.c
Commit message (Collapse)AuthorAgeFilesLines
* 1. multithreading:Vasilii Chernov2016-03-011-2/+2
| | | | | | | | | - Enable multiprocessing for api_server - Enable mutrithreading for html_server 2. py: - extract pcilib->py bases from pcilib->py functions - add api for interact directly with pcilib->py without pcilib context. 3. pcipywrap - Add scripts handling.
* Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-1/+4
|\
| * Fix memory leaksVasilii Chernov2016-02-151-1/+6
|/ | | | | Add GIL states for int pcilib_script_read and pcilib_script_write functions Correct desctructor for create_pcilib_instance return object
* IPEDMA UpdateSuren A. Chilingaryan2015-11-171-1/+1
|
* Fix segmentation crash due to uninitialized variableSuren A. Chilingaryan2015-10-221-1/+2
|
* Fix access to the property-based registersSuren A. Chilingaryan2015-10-221-3/+3
|
* Documentation updateSuren A. Chilingaryan2015-10-221-2/+18
|
* Support computed (property-based) registersSuren A. Chilingaryan2015-10-191-2/+32
|
* Support reading/writting register views by idSuren A. Chilingaryan2015-10-181-0/+14
|
* Support XML propertiesSuren A. Chilingaryan2015-10-181-5/+6
|
* Support properties of arbitrary typeSuren A. Chilingaryan2015-10-181-0/+207