Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move python module init code to transfom view constructor | Vasilii Chernov | 2016-02-12 | 1 | -1/+30 |
| | | | | | Update python logger and python exeption messages Change serialization method in create_pcilib_instance set_pcilib functions | ||||
* | 1. Cmakelists - move copy xml folder command to root file | Vasilii Chernov | 2016-02-12 | 2 | -31/+24 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Solve errors in serialing register_info function. Clear unused code | Vasilii Chernov | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Merge script and transform view. Add get register and properties info to ↵ | Vasilii Chernov | 2016-02-11 | 5 | -240/+42 |
| | | | | python wrap. | ||||
* | Add support for setting register value to script transfrom. Add set_property ↵ | Vasilii Chernov | 2016-02-08 | 1 | -21/+70 |
| | | | | and get_property functions to pcipywrap. Cleaning cmakelists from unused dependencies | ||||
* | Add support for python script properties. Correct pcilib python wrapping. ↵ | Vasilii Chernov | 2016-02-05 | 3 | -2/+177 |
| | | | | Update examples. Update cmakelists for work in shadow build mode. | ||||
* | Provide register listings in public API | Suren A. Chilingaryan | 2015-10-19 | 1 | -5/+1 |
| | |||||
* | Support properties of arbitrary type | Suren A. Chilingaryan | 2015-10-18 | 4 | -3/+87 |
| | |||||
* | Support writting register views | Suren A. Chilingaryan | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | Support transform views | Suren A. Chilingaryan | 2015-10-13 | 1 | -51/+23 |
| | |||||
* | Implement enum view | Suren A. Chilingaryan | 2015-10-09 | 2 | -26/+46 |
| | |||||
* | Introduce hashes | Suren A. Chilingaryan | 2015-10-09 | 2 | -3/+3 |
| | |||||
* | Base functions for views | Suren A. Chilingaryan | 2015-10-08 | 3 | -4/+6 |
| | |||||
* | Finalyze XML support and provide initial support for views (only ↵ | Suren A. Chilingaryan | 2015-09-24 | 5 | -0/+169 |
descriptions so far) |