summaryrefslogtreecommitdiffstats
path: root/pywrap/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use GNUInstallDirsSuren A. Chilingaryan2016-03-161-3/+3
|
* Fixed a minor typo in CMakeLists.txtSuren A. Chilingaryan2016-03-151-1/+1
|
* Clean-up python files during the clean and do not delete driver Makefile ↵Suren A. Chilingaryan2016-03-061-0/+4
| | | | while packaging
* Further improvements of Python scripting and web-interface API for register ↵Suren A. Chilingaryan2016-03-021-7/+2
|\ | | | | | | manipulations by Vasiliy Chernov
| * Move scripts handing code from py.c to Python wrapVasilii Chernov2016-03-021-1/+3
| |
| * 1. Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 359 revisionVasilii Chernov2016-03-021-7/+2
| |\ | |/ |/| | | 2. Move api_server to html server
| * 1. multithreading:Vasilii Chernov2016-03-011-1/+1
| | | | | | | | | | | | | | | | | | - 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 revisionVasilii Chernov2016-02-261-6/+9
| |\
| * | 1. pywrap:Vasilii Chernov2016-02-261-1/+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
* | | Altenrative way to detect location where python modules should be installedSuren A. Chilingaryan2016-02-281-3/+3
| |/ |/|
* | Merge of further work on Python scripting from Vasiliy ChernovSuren A. Chilingaryan2016-02-261-6/+15
|\|
| * Merge with Suren branch. Fix memory leaks.Vasilii Chernov2016-02-241-5/+5
| |\ | |/ |/|
* | Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-7/+7
| |
| * Add istall step for pcipywrapVasilii Chernov2016-02-191-0/+5
|/
* Add test to repository. Add GIL states to pcilib_set_value_from_pyobjectVasilii Chernov2016-02-171-0/+1
|
* 1. Add cmake BUILD_PYTHON_MODULES option.Vasilii Chernov2016-02-171-3/+2
| | | | | | | | | | | | | | | | | 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
* Change no_set_check parameter name. Move Python wrap to separate directory.Vasilii Chernov2016-02-111-0/+22