summaryrefslogtreecommitdiffstats
path: root/pcilib/error.c
Commit message (Collapse)AuthorAgeFilesLines
* Further improvements of Python scripting and web-interface API for register ↵Suren A. Chilingaryan2016-03-021-2/+11
| | | | manipulations by Vasiliy Chernov
* Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-0/+12
|\
| * 1. Add cmake BUILD_PYTHON_MODULES option.Vasilii Chernov2016-02-171-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
| * Change error logging method in Python wrap. Move functions, that converts ↵Vasilii Chernov2016-02-111-0/+11
|/ | | | values between PyObject and pcilib_value_t to py.c
* Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan2015-09-011-0/+1
|
* Support pcilib_log_once callsSuren A. Chilingaryan2015-05-061-2/+35
|
* Provide an interface for logging debug messagesSuren A. Chilingaryan2015-04-301-1/+7
|
* New error reporting public interfaceSuren A. Chilingaryan2015-04-291-11/+25
|
* Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan2015-04-271-1/+1
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-241-0/+24