Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing typedef to the pcilib_error_t | Suren A. Chilingaryan | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | 1. Add cmake BUILD_PYTHON_MODULES option. | Vasilii Chernov | 2016-02-17 | 1 | -2/+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 | ||||
* | 1. Add python thread initialization to pcilib_init_py() | Vasilii Chernov | 2016-02-16 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | -Fix pcilib_script_run_func() work in multithread mode 2. pcilib_close() - Move free_py() code after free views to make view destructors work properly 3. Move script hash to pcilib_py_s 4. Move pcilib_get_logger() pcilib_get_logger_min_prio() and pcilib_get_logger_argument() declarations to error.h 5. Refactor pcilib_get_value_as_pyobject pcilib_set_value_from_pyobject to more unified form 6. Add more memory checks. Fix some string memory allocations. 7. Refactor pcilib_py_s member names. 8. Merge pcilib_script_read() and pcilib_script_write() to pcilib_script_run_func() 9. Update test_pywrap views scripts | ||||
* | Support properties of arbitrary type | Suren A. Chilingaryan | 2015-10-18 | 1 | -0/+1 |
| | |||||
* | Initial integration of XML support | Suren A. Chilingaryan | 2015-09-10 | 1 | -1/+2 |
| | |||||
* | Keep C++ compilers happy | Suren A. Chilingaryan | 2015-06-22 | 1 | -0/+9 |
| | |||||
* | Support pcilib_log_once calls | Suren A. Chilingaryan | 2015-05-06 | 1 | -3/+13 |
| | |||||
* | Fix typos in versioning code | Suren A. Chilingaryan | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | Provide an interface for logging debug messages | Suren A. Chilingaryan | 2015-04-30 | 1 | -0/+1 |
| | |||||
* | New error reporting public interface | Suren A. Chilingaryan | 2015-04-29 | 1 | -4/+11 |
| | |||||
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 1 | -0/+32 |