summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-04Add python servers instalation step. Add systemd config files generation for ...Vasilii Chernov
2016-03-04Fix python3 initialization from pcilib_tVasilii Chernov
2016-03-031. Pcipywrap: add persistent locking wrappingsVasilii Chernov
2016-03-03Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 369 revisionVasilii Chernov
2016-03-03Make Python problems non-fatalSuren A. Chilingaryan
2016-03-03Fix CMakeLists.txt script for Python3Suren A. Chilingaryan
2016-03-02Further improvements of Python scripting and web-interface API for register m...Suren A. Chilingaryan
2016-03-02Minor change of logic in pcidriver_kmem_free_check() resulting in less compla...Suren A. Chilingaryan
2016-03-02Restructure driver headersSuren A. Chilingaryan
2016-03-02Drop support of kernels prior to 3.2 (Debian 7, Ubuntu 12.04)Suren A. Chilingaryan
2016-03-02Resolution of the user-space BAR addressesSuren A. Chilingaryan
2016-03-02Add Python3 supportVasilii Chernov
2016-03-02Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 362 revisionVasilii Chernov
2016-03-02Move scripts handing code from py.c to Python wrapVasilii Chernov
2016-03-021. Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 359 revisionVasilii Chernov
2016-03-02Resolve user-space addresses to physical addresses in the driverSuren A. Chilingaryan
2016-03-02Documentation updateSuren A. Chilingaryan
2016-03-02Distinguish between hardware and bus addresses in pcilib and fix cli reading ...Suren A. Chilingaryan
2016-03-02Distinguish between hardware and bus addresses in pcilibSuren A. Chilingaryan
2016-03-01Detect page mask before any kmem operations (locks, softregs, etc.)Suren A. Chilingaryan
2016-03-01update documentationVasilii Chernov
2016-03-011. api-serer:Vasilii Chernov
2016-03-011. multithreading:Vasilii Chernov
2016-03-01Disable empty_detected support for IPEDMA v.2Suren A. Chilingaryan
2016-03-01Don't increase buffer size if only read few pages and there are still spaceSuren A. Chilingaryan
2016-02-28Altenrative way to detect location where python modules should be installedSuren A. Chilingaryan
2016-02-28Support emulation mode without real hardwareSuren A. Chilingaryan
2016-02-26Merge with ufo.kit.edu/csa/pcitool 357 revisionVasilii Chernov
2016-02-261. pywrap:Vasilii Chernov
2016-02-26Merge of further work on Python scripting from Vasiliy ChernovSuren A. Chilingaryan
2016-02-25Move html_server to separate folder. Update html server templates.Vasilii Chernov
2016-02-25Set value description content to NULL in pcilib_xml_parse_value_nameVasilii Chernov
2016-02-24Merge with Suren branch. Fix memory leaks.Vasilii Chernov
2016-02-24Refresh web interfaceVasilii Chernov
2016-02-241. Http server add tree viewVasilii Chernov
2016-02-23Add more GILs to prevent Python crashes in multithreaded applicationsSuren A. Chilingaryan
2016-02-23Add run script to run python scripts and binary executables in the local envi...Suren A. Chilingaryan
2016-02-23Stabilize merged codeSuren A. Chilingaryan
2016-02-23Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan
2016-02-22Add device html serverVasilii Chernov
2016-02-19Add istall step for pcipywrapVasilii Chernov
2016-02-191. Fix warnings in test_multithread appVasilii Chernov
2016-02-17Add test to repository. Add GIL states to pcilib_set_value_from_pyobjectVasilii Chernov
2016-02-17Refactor pcipywrap to objectVasilii Chernov
2016-02-171. Add cmake BUILD_PYTHON_MODULES option.Vasilii Chernov
2016-02-161. Add python thread initialization to pcilib_init_py()Vasilii Chernov
2016-02-15Add options parsing to server\n Rename get_property_info for get_property_listVasilii Chernov
2016-02-15Fix memory leaksVasilii Chernov
2016-02-12Add destructor for returning PyCObject in create_pcilib_instance functionVasilii Chernov
2016-02-12Move python module init code to transfom view constructorVasilii Chernov