Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |