Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Python scripting support from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-23 | 1 | -4/+23 |
|\ | |||||
| * | Refactor pcipywrap to object | Vasilii Chernov | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | 1. Add cmake BUILD_PYTHON_MODULES option. | Vasilii Chernov | 2016-02-17 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | 1. Cmakelists - move copy xml folder command to root file | Vasilii Chernov | 2016-02-12 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. - Move set python paths code to python module init funtction - pci.c move python module init block code after checking model to get paths before it runs. - Fix set python path code to work with PYTHONPATH - Update pci run script to work with PYTHONPATH - Fix python finalize code 3. Change pcilib_script_s interacting method. Now it stores in hash. 4. Change names of some fucntions to more unified ones 5. Remove old unused function pcilib_xml_create_script_or_transform_view 6. cli - disable reading register after set if write_verification flag is off 7. Remove uninformative error messages fro Python wrap. 8. - Server.py - add read/write property/register command handling - Add help message - Correcting paths | ||||
| * | Change no_set_check parameter name. Move Python wrap to separate directory. | Vasilii Chernov | 2016-02-11 | 1 | -0/+1 |
| | | |||||
| * | Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type | Vasilii Chernov | 2016-02-09 | 1 | -0/+1 |
| | | |||||
| * | Add support for python script properties. Correct pcilib python wrapping. ↵ | Vasilii Chernov | 2016-02-05 | 1 | -1/+5 |
| | | | | | | | | Update examples. Update cmakelists for work in shadow build mode. | ||||
* | | Fix build system | Suren A. Chilingaryan | 2016-02-04 | 1 | -2/+2 |
| | | |||||
* | | Add build information | Suren A. Chilingaryan | 2016-02-04 | 1 | -0/+9 |
|/ | |||||
* | 64-bit access to BAR memory | Suren A. Chilingaryan | 2015-11-20 | 1 | -1/+1 |
| | |||||
* | Support for 64-bit registes | Suren A. Chilingaryan | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Documentation update | Suren A. Chilingaryan | 2015-10-22 | 1 | -0/+2 |
| | |||||
* | Provide register listings in public API | Suren A. Chilingaryan | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Finalyze XML support and provide initial support for views (only ↵ | Suren A. Chilingaryan | 2015-09-24 | 1 | -0/+9 |
|\ | | | | | | | descriptions so far) | ||||
| * | more towards views | nicolas.zilio@hotmail.fr | 2015-09-11 | 1 | -1/+1 |
| | | |||||
| * | compilation ok | zilio nicolas | 2015-09-10 | 1 | -0/+1 |
| | | |||||
* | | Reorder statements in CMakeLists.txt properly | Suren A. Chilingaryan | 2015-09-17 | 1 | -12/+12 |
|/ | |||||
* | Initial integration of XML support | Suren A. Chilingaryan | 2015-09-10 | 1 | -3/+6 |
|\ | |||||
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 1 | -20/+22 |
| |\ | |/ |/| | |||||
* | | Fixes out-of-source builds and minor build issues | Suren A. Chilingaryan | 2015-09-01 | 1 | -20/+22 |
| | | |||||
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 1 | -1/+1 |
| | | |||||
| * | pull from server | zilio nicolas | 2015-08-26 | 1 | -3/+5 |
| |\ | |/ |/| | |||||
* | | Keep frame pointers | Suren A. Chilingaryan | 2015-08-21 | 1 | -1/+1 |
| | | |||||
* | | Fix support of older systems: Remove C11 derective and add rt library to the ↵ | Suren A. Chilingaryan | 2015-08-12 | 1 | -2/+4 |
| | | | | | | | | link list | ||||
* | | Read model from environmental variable if defined | Suren A. Chilingaryan | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | Integrate locking subsystem from Nicolas Zilio | Suren A. Chilingaryan | 2015-08-05 | 1 | -3/+4 |
| | | |||||
| * | registers and banks support in xml v1. pci -ll works fine, but got segfault ↵ | zilio nicolas | 2015-07-01 | 1 | -1/+4 |
|/ | | | | on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren | ||||
* | Add doxygen configuration | Suren A. Chilingaryan | 2015-05-05 | 1 | -2/+4 |
| | |||||
* | Include version information in all API descriptions | Suren A. Chilingaryan | 2015-05-02 | 1 | -0/+8 |
| | |||||
* | Provide data debugging API | Suren A. Chilingaryan | 2015-05-02 | 1 | -3/+4 |
| | |||||
* | Further adjustments to get ready for independent event plugins | Suren A. Chilingaryan | 2015-04-27 | 1 | -2/+37 |
| | |||||
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 1 | -47/+1 |
| | |||||
* | Big redign of model structures | Suren A. Chilingaryan | 2015-04-20 | 1 | -12/+12 |
| | |||||
* | Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes | Suren A. Chilingaryan | 2014-12-19 | 1 | -3/+4 |
| | |||||
* | Provide kmem addresses in sysfs | root | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Xilinx benchmark | Suren A. Chilingaryan | 2012-11-14 | 1 | -0/+1 |
| | |||||
* | Fixes building in non-standard dirs | Suren A. Chilingaryan | 2012-08-18 | 1 | -3/+11 |
| | |||||
* | Use add_library to link against pthread | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+1 |
| | |||||
* | Check UfoDecode version | Suren A. Chilingaryan | 2012-07-24 | 1 | -1/+1 |
| | |||||
* | merge | Suren A. Chilingaryan | 2012-02-07 | 1 | -0/+3 |
|\ | |||||
| * | Link pci with pthread | Suren A. Chilingaryan | 2012-02-04 | 1 | -0/+3 |
| | | |||||
* | | Portable pthreads detection | Suren A. Chilingaryan | 2012-02-07 | 1 | -2/+5 |
|/ | |||||
* | Link fastwriter to pcitool, not a library | Suren A. Chilingaryan | 2011-12-15 | 1 | -2/+2 |
| | |||||
* | build scripts: allow to build the library without pcitool | Suren A. Chilingaryan | 2011-12-14 | 1 | -7/+17 |
| | |||||
* | Add install targets to cmake | Suren A. Chilingaryan | 2011-12-13 | 1 | -1/+19 |
| | |||||
* | multithread preprocessing of ipecamera frames and code reorganization | Suren A. Chilingaryan | 2011-12-12 | 1 | -0/+38 |