Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow mapping of arbitrary memory areas | Suren A. Chilingaryan | 2016-05-14 | 1 | -3/+3 |
| | |||||
* | Use GNUInstallDirs | Suren A. Chilingaryan | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | Handle build.h in releases | Suren A. Chilingaryan | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | Add python servers instalation step. Add systemd config files generation for ↵ | Vasilii Chernov | 2016-03-04 | 1 | -1/+5 |
| | | | | python servers. | ||||
* | Merge of further work on Python scripting from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-26 | 1 | -2/+2 |
|\ | |||||
| * | Merge with Suren branch. Fix memory leaks. | Vasilii Chernov | 2016-02-24 | 1 | -4/+4 |
| |\ | |/ |/| | |||||
* | | Add build information | Suren A. Chilingaryan | 2016-02-04 | 1 | -4/+4 |
| | | |||||
| * | Add istall step for pcipywrap | Vasilii Chernov | 2016-02-19 | 1 | -1/+5 |
| | | |||||
| * | Change no_set_check parameter name. Move Python wrap to separate directory. | Vasilii Chernov | 2016-02-11 | 1 | -12/+1 |
| | | |||||
| * | Change error logging method in Python wrap. Move functions, that converts ↵ | Vasilii Chernov | 2016-02-11 | 1 | -1/+1 |
| | | | | | | | | values between PyObject and pcilib_value_t to py.c | ||||
| * | Add write_register python wrap. Add no_set_check attribute to pcilib_view_t type | Vasilii Chernov | 2016-02-09 | 1 | -1/+0 |
| | | |||||
| * | Add support for setting register value to script transfrom. Add set_property ↵ | Vasilii Chernov | 2016-02-08 | 1 | -4/+4 |
| | | | | | | | | and get_property functions to pcipywrap. Cleaning cmakelists from unused dependencies | ||||
| * | Add support for python script properties. Correct pcilib python wrapping. ↵ | Vasilii Chernov | 2016-02-05 | 1 | -1/+0 |
| | | | | | | | | Update examples. Update cmakelists for work in shadow build mode. | ||||
| * | Add python wrap for pcilib | Vasilii Chernov | 2016-02-03 | 1 | -0/+13 |
|/ | |||||
* | Support for 64-bit registes | Suren A. Chilingaryan | 2015-11-17 | 1 | -3/+3 |
| | |||||
* | Support properties of arbitrary type | Suren A. Chilingaryan | 2015-10-18 | 1 | -2/+2 |
| | |||||
* | Base functions for views | Suren A. Chilingaryan | 2015-10-08 | 1 | -3/+3 |
| | |||||
* | Finalyze XML support and provide initial support for views (only ↵ | Suren A. Chilingaryan | 2015-09-24 | 1 | -5/+7 |
|\ | | | | | | | descriptions so far) | ||||
| * | merge views and units, some name homogeneisation | nicolas.zilio@hotmail.fr | 2015-09-15 | 1 | -2/+2 |
| | | |||||
| * | views working fine, units in progress | nicolas.zilio@hotmail.fr | 2015-09-14 | 1 | -2/+2 |
| | | |||||
| * | more towards views | zilio nicolas | 2015-09-10 | 1 | -3/+4 |
| | | |||||
| * | compilation ok | zilio nicolas | 2015-09-10 | 1 | -4/+9 |
|/ | |||||
* | Initial integration of XML support | Suren A. Chilingaryan | 2015-09-10 | 1 | -4/+5 |
|\ | |||||
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 1 | -0/+2 |
| |\ | |/ |/| | |||||
* | | Fixes out-of-source builds and minor build issues | Suren A. Chilingaryan | 2015-09-01 | 1 | -0/+2 |
| | | |||||
| * | put xml nodes pointers for banks and registers in pcilib_t, compil ok | zilio nicolas | 2015-08-27 | 1 | -2/+4 |
| | | |||||
| * | pull from server | zilio nicolas | 2015-08-26 | 1 | -4/+5 |
| |\ | |/ |/| | |||||
* | | Fix support of older systems: Remove C11 derective and add rt library to the ↵ | Suren A. Chilingaryan | 2015-08-12 | 1 | -1/+1 |
| | | | | | | | | link list | ||||
* | | Install locking-related headers | Suren A. Chilingaryan | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | Integrate locking subsystem from Nicolas Zilio | Suren A. Chilingaryan | 2015-08-05 | 1 | -2/+2 |
|\ \ | |||||
| * | | clean version for locks | zilio nicolas | 2015-07-07 | 1 | -2/+2 |
|/ / | |||||
| * | registers and banks support in xml v1. pci -ll works fine, but got segfault ↵ | zilio nicolas | 2015-07-01 | 1 | -4/+6 |
|/ | | | | on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren | ||||
* | Prevent excessive calling of getenv by debugging code for better performance | Suren A. Chilingaryan | 2015-05-08 | 1 | -3/+3 |
| | |||||
* | Split bar manipulation and fifo operations in stand-alone source and publish ↵ | Suren A. Chilingaryan | 2015-05-05 | 1 | -3/+3 |
| | | | | kmem and bar headers | ||||
* | Include version information in all API descriptions | Suren A. Chilingaryan | 2015-05-02 | 1 | -2/+2 |
| | |||||
* | Provide an interface for logging debug messages | Suren A. Chilingaryan | 2015-04-30 | 1 | -3/+3 |
| | |||||
* | Initial support for event engines | Suren A. Chilingaryan | 2015-04-28 | 1 | -3/+3 |
| | |||||
* | Further adjustments to get ready for independent event plugins | Suren A. Chilingaryan | 2015-04-27 | 1 | -3/+3 |
| | |||||
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 1 | -0/+21 |