Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use GNUInstallDirs | Suren A. Chilingaryan | 2016-03-16 | 1 | -3/+3 |
| | |||||
* | Fixed a minor typo in CMakeLists.txt | Suren A. Chilingaryan | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | Clean-up python files during the clean and do not delete driver Makefile ↵ | Suren A. Chilingaryan | 2016-03-06 | 1 | -0/+4 |
| | | | | while packaging | ||||
* | Further improvements of Python scripting and web-interface API for register ↵ | Suren A. Chilingaryan | 2016-03-02 | 1 | -7/+2 |
|\ | | | | | | | manipulations by Vasiliy Chernov | ||||
| * | Move scripts handing code from py.c to Python wrap | Vasilii Chernov | 2016-03-02 | 1 | -1/+3 |
| | | |||||
| * | 1. Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 359 revision | Vasilii Chernov | 2016-03-02 | 1 | -7/+2 |
| |\ | |/ |/| | | | 2. Move api_server to html server | ||||
| * | 1. multithreading: | Vasilii Chernov | 2016-03-01 | 1 | -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 revision | Vasilii Chernov | 2016-02-26 | 1 | -6/+9 |
| |\ | |||||
| * | | 1. pywrap: | Vasilii Chernov | 2016-02-26 | 1 | -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 installed | Suren A. Chilingaryan | 2016-02-28 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Merge of further work on Python scripting from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-26 | 1 | -6/+15 |
|\| | |||||
| * | Merge with Suren branch. Fix memory leaks. | Vasilii Chernov | 2016-02-24 | 1 | -5/+5 |
| |\ | |/ |/| | |||||
* | | Merge Python scripting support from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-23 | 1 | -7/+7 |
| | | |||||
| * | Add istall step for pcipywrap | Vasilii Chernov | 2016-02-19 | 1 | -0/+5 |
|/ | |||||
* | Add test to repository. Add GIL states to pcilib_set_value_from_pyobject | Vasilii Chernov | 2016-02-17 | 1 | -0/+1 |
| | |||||
* | 1. Add cmake BUILD_PYTHON_MODULES option. | Vasilii Chernov | 2016-02-17 | 1 | -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 Chernov | 2016-02-11 | 1 | -0/+22 |