summaryrefslogtreecommitdiffstats
path: root/pcilib/py.c
Commit message (Collapse)AuthorAgeFilesLines
* 1. Cmakelists - move copy xml folder command to root fileVasilii Chernov2016-02-121-77/+117
| | | | | | | | | | | | | | | | | 2. - Move set python paths code to python module init funtction - pci.c move python module init block code after checking model to get paths before it runs. - Fix set python path code to work with PYTHONPATH - Update pci run script to work with PYTHONPATH - Fix python finalize code 3. Change pcilib_script_s interacting method. Now it stores in hash. 4. Change names of some fucntions to more unified ones 5. Remove old unused function pcilib_xml_create_script_or_transform_view 6. cli - disable reading register after set if write_verification flag is off 7. Remove uninformative error messages fro Python wrap. 8. - Server.py - add read/write property/register command handling - Add help message - Correcting paths
* Change no_set_check parameter name. Move Python wrap to separate directory.Vasilii Chernov2016-02-111-4/+4
|
* Solve errors in serialing register_info function. Clear unused codeVasilii Chernov2016-02-111-6/+4
|
* Change error logging method in Python wrap. Move functions, that converts ↵Vasilii Chernov2016-02-111-1/+72
| | | | values between PyObject and pcilib_value_t to py.c
* Merge script and transform view. Add get register and properties info to ↵Vasilii Chernov2016-02-111-4/+183
| | | | python wrap.
* Add support for python script properties. Correct pcilib python wrapping. ↵Vasilii Chernov2016-02-051-1/+0
| | | | Update examples. Update cmakelists for work in shadow build mode.
* Support for 64-bit registesSuren A. Chilingaryan2015-11-171-1/+1
|
* Support properties in transform formulasSuren A. Chilingaryan2015-10-181-6/+25
|
* Support XML propertiesSuren A. Chilingaryan2015-10-181-1/+1
|
* Support writting register viewsSuren A. Chilingaryan2015-10-131-0/+2
|
* Support transform viewsSuren A. Chilingaryan2015-10-131-1/+1
|
* Base functions for viewsSuren A. Chilingaryan2015-10-081-0/+171