Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PCILIB_DATA_DIR to pictool.pc | Suren A. Chilingaryan | 2023-05-25 | 1 | -1/+1 |
| | |||||
* | Made CMake inline scrip Python 3 compliant | Timo Dritschler | 2019-11-28 | 1 | -1/+1 |
| | |||||
* | Fix ABI version | Suren A. Chilingaryan | 2016-08-25 | 1 | -2/+2 |
| | |||||
* | Fix cmake configuration while building without pcitool | Suren A. Chilingaryan | 2016-08-03 | 1 | -1/+3 |
| | |||||
* | Allow mapping of arbitrary memory areas | Suren A. Chilingaryan | 2016-05-14 | 1 | -2/+2 |
| | |||||
* | Further fixes for out-of-source compilation | Suren A. Chilingaryan | 2016-04-06 | 1 | -1/+5 |
| | |||||
* | Fix building of driver if pcilib is built out-of-source | Suren A. Chilingaryan | 2016-04-06 | 1 | -10/+12 |
| | |||||
* | Fix build if the source was exported from bazaar as zip archive (i.e. .bzr ↵ | Suren A. Chilingaryan | 2016-04-06 | 1 | -3/+3 |
| | | | | directory is missing and build.h is not present) | ||||
* | Better detection of Python site-dir | Suren A. Chilingaryan | 2016-03-22 | 1 | -2/+7 |
| | |||||
* | Use GNUInstallDirs | Suren A. Chilingaryan | 2016-03-16 | 1 | -28/+8 |
| | |||||
* | Use GNUInstallDirs to detect install directories (should fix problems on ↵ | Suren A. Chilingaryan | 2016-03-16 | 1 | -25/+20 |
| | | | | Debian/Ubuntu) | ||||
* | Fix dist_clean target | Suren A. Chilingaryan | 2016-03-08 | 1 | -4/+4 |
| | |||||
* | Fix dkms configuration | Suren A. Chilingaryan | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | Clean-up python files during the clean and do not delete driver Makefile ↵ | Suren A. Chilingaryan | 2016-03-06 | 1 | -2/+9 |
| | | | | while packaging | ||||
* | Handle build.h in releases | Suren A. Chilingaryan | 2016-03-05 | 1 | -67/+74 |
| | |||||
* | Integrate last part of Python code from Vasiliy Chernov | Suren A. Chilingaryan | 2016-03-04 | 1 | -0/+28 |
|\ | |||||
| * | Add python servers instalation step. Add systemd config files generation for ↵ | Vasilii Chernov | 2016-03-04 | 1 | -0/+24 |
| | | | | | | | | python servers. | ||||
* | | Include checkincludefiles in cmake | Suren A. Chilingaryan | 2016-03-04 | 1 | -0/+1 |
| | | |||||
* | | RPM generation | Suren A. Chilingaryan | 2016-03-04 | 1 | -14/+64 |
|/ | |||||
* | Fix CMakeLists.txt script for Python3 | Suren A. Chilingaryan | 2016-03-03 | 1 | -2/+2 |
| | |||||
* | Further improvements of Python scripting and web-interface API for register ↵ | Suren A. Chilingaryan | 2016-03-02 | 1 | -3/+7 |
|\ | | | | | | | manipulations by Vasiliy Chernov | ||||
| * | Add Python3 support | Vasilii Chernov | 2016-03-02 | 1 | -5/+6 |
| | | |||||
| * | 1. Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 359 revision | Vasilii Chernov | 2016-03-02 | 1 | -2/+20 |
| |\ | | | | | | | | | | 2. Move api_server to html server | ||||
| * | | 1. multithreading: | Vasilii Chernov | 2016-03-01 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 with ufo.kit.edu/csa/pcitool 357 revision | Vasilii Chernov | 2016-02-26 | 1 | -3/+1 |
| |\ \ | |||||
| * | | | 1. pywrap: | Vasilii Chernov | 2016-02-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix get_registers_list crash with bank != NULL - set correct python version in cmake install step 2. html_server: - merge set and get value boxes into one box - add registers bank view mode - read registers/properties values in bank/branch view mode 3. xml/test - remove cmosis registers - add multithread safe property example | ||||
| * | | | Move html_server to separate folder. Update html server templates. | Vasilii Chernov | 2016-02-25 | 1 | -14/+12 |
| | | | | |||||
* | | | | Resolution of the user-space BAR addresses | Suren A. Chilingaryan | 2016-03-02 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Altenrative way to detect location where python modules should be installed | Suren A. Chilingaryan | 2016-02-28 | 1 | -0/+15 |
| |/ |/| | |||||
* | | Merge of further work on Python scripting from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-26 | 1 | -1/+0 |
|\| | |||||
| * | Merge with Suren branch. Fix memory leaks. | Vasilii Chernov | 2016-02-24 | 1 | -20/+35 |
| |\ | |/ |/| | |||||
* | | Add run script to run python scripts and binary executables in the local ↵ | Suren A. Chilingaryan | 2016-02-23 | 1 | -0/+4 |
| | | | | | | | | environment | ||||
* | | Merge Python scripting support from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-23 | 1 | -4/+23 |
|\ \ | |||||
* | | | Fix build system | Suren A. Chilingaryan | 2016-02-04 | 1 | -2/+2 |
| | | | |||||
* | | | Add build information | Suren A. Chilingaryan | 2016-02-04 | 1 | -0/+9 |
| | | | |||||
| | * | Refresh web interface | Vasilii Chernov | 2016-02-24 | 1 | -0/+1 |
| | | | |||||
| | * | Add device html server | Vasilii Chernov | 2016-02-22 | 1 | -0/+2 |
| |/ | |||||
| * | Refactor pcipywrap to object | Vasilii Chernov | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | 1. Add cmake BUILD_PYTHON_MODULES option. | Vasilii Chernov | 2016-02-17 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. Rename log options getting functions. 3. py: - pcilib_init_py() - extract pcilib_py_add_script_dir() - pcilib_py_init_script() - extract view-specialized code to pcilib_py_get_transform_script_properties() 3. pcilib_open(): - move pcilib_init_py() to previous position. - add extract pcilib_py_add_script_dir() 4. pcilib_script_s - change hash key. Now it is (const char*) and contains script file name with extension 5. pcipywrap: - Add pcipywrap.h to remove swig generated file complile warnings - remove -includeall swig flag to prevent crash in multi-thread scripts - change set python expetion mechanic | ||||
| * | 1. Cmakelists - move copy xml folder command to root file | Vasilii Chernov | 2016-02-12 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Chernov | 2016-02-11 | 1 | -0/+1 |
| | | |||||
| * | Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type | Vasilii Chernov | 2016-02-09 | 1 | -0/+1 |
| | | |||||
| * | Add support for python script properties. Correct pcilib python wrapping. ↵ | Vasilii Chernov | 2016-02-05 | 1 | -1/+5 |
|/ | | | | Update examples. Update cmakelists for work in shadow build mode. | ||||
* | 64-bit access to BAR memory | Suren A. Chilingaryan | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Support for 64-bit registes | Suren A. Chilingaryan | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Documentation update | Suren A. Chilingaryan | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | Provide register listings in public API | Suren A. Chilingaryan | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Finalyze XML support and provide initial support for views (only ↵ | Suren A. Chilingaryan | 2015-09-24 | 1 | -0/+9 |
|\ | | | | | | | descriptions so far) | ||||
| * | more towards views | nicolas.zilio@hotmail.fr | 2015-09-11 | 1 | -1/+1 |
| | | |||||
| * | compilation ok | zilio nicolas | 2015-09-10 | 1 | -0/+1 |
| | |