summaryrefslogtreecommitdiffstats
path: root/pywrap/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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