summaryrefslogtreecommitdiffstats
path: root/pcilib/error.h
Commit message (Collapse)AuthorAgeFilesLines
* 1. Add python thread initialization to pcilib_init_py()Vasilii Chernov2016-02-161-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 typeSuren A. Chilingaryan2015-10-181-0/+1
|
* Initial integration of XML supportSuren A. Chilingaryan2015-09-101-1/+2
|
* Keep C++ compilers happySuren A. Chilingaryan2015-06-221-0/+9
|
* Support pcilib_log_once callsSuren A. Chilingaryan2015-05-061-3/+13
|
* Fix typos in versioning codeSuren A. Chilingaryan2015-05-031-1/+1
|
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-301-0/+1
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-291-4/+11
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-241-0/+32