summaryrefslogtreecommitdiff
path: root/pcilib/error.c
AgeCommit message (Collapse)Author
2016-03-02Further improvements of Python scripting and web-interface API for register ↵Suren A. Chilingaryan
manipulations by Vasiliy Chernov
2016-02-23Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan
2016-02-171. Add cmake BUILD_PYTHON_MODULES option.Vasilii Chernov
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
2016-02-11Change error logging method in Python wrap. Move functions, that converts ↵Vasilii Chernov
values between PyObject and pcilib_value_t to py.c
2015-09-01Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan
2015-05-06Support pcilib_log_once callsSuren A. Chilingaryan
2015-04-30Provide an interface for logging debug messagesSuren A. Chilingaryan
2015-04-29New error reporting public interfaceSuren A. Chilingaryan
2015-04-27Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan
2015-04-24More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan