summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactor pcipywrap to objectVasilii Chernov2016-02-171-1/+1
|
* 1. Add cmake BUILD_PYTHON_MODULES option.Vasilii Chernov2016-02-171-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 fileVasilii Chernov2016-02-121-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 Chernov2016-02-111-0/+1
|
* Add write_register python wrap. Add no_set_check attribute to pcilib_view_t typeVasilii Chernov2016-02-091-0/+1
|
* Add support for python script properties. Correct pcilib python wrapping. ↵Vasilii Chernov2016-02-051-1/+5
| | | | Update examples. Update cmakelists for work in shadow build mode.
* 64-bit access to BAR memorySuren A. Chilingaryan2015-11-201-1/+1
|
* Support for 64-bit registesSuren A. Chilingaryan2015-11-171-1/+1
|
* Documentation updateSuren A. Chilingaryan2015-10-221-0/+2
|
* Provide register listings in public APISuren A. Chilingaryan2015-10-191-1/+1
|
* Finalyze XML support and provide initial support for views (only ↵Suren A. Chilingaryan2015-09-241-0/+9
|\ | | | | | | descriptions so far)
| * more towards viewsnicolas.zilio@hotmail.fr2015-09-111-1/+1
| |
| * compilation okzilio nicolas2015-09-101-0/+1
| |
* | Reorder statements in CMakeLists.txt properlySuren A. Chilingaryan2015-09-171-12/+12
|/
* Initial integration of XML supportSuren A. Chilingaryan2015-09-101-3/+6
|\
| * almost finished regarding suren remarkszilio nicolas2015-09-041-20/+22
| |\ | |/ |/|
* | Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan2015-09-011-20/+22
| |
| * almost finished regarding suren remarkszilio nicolas2015-09-041-1/+1
| |
| * pull from serverzilio nicolas2015-08-261-3/+5
| |\ | |/ |/|
* | Keep frame pointersSuren A. Chilingaryan2015-08-211-1/+1
| |
* | Fix support of older systems: Remove C11 derective and add rt library to the ↵Suren A. Chilingaryan2015-08-121-2/+4
| | | | | | | | link list
* | Read model from environmental variable if definedSuren A. Chilingaryan2015-08-051-1/+1
| |
* | Integrate locking subsystem from Nicolas ZilioSuren A. Chilingaryan2015-08-051-3/+4
| |
| * registers and banks support in xml v1. pci -ll works fine, but got segfault ↵zilio nicolas2015-07-011-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 configurationSuren A. Chilingaryan2015-05-051-2/+4
|
* Include version information in all API descriptionsSuren A. Chilingaryan2015-05-021-0/+8
|
* Provide data debugging APISuren A. Chilingaryan2015-05-021-3/+4
|
* Further adjustments to get ready for independent event pluginsSuren A. Chilingaryan2015-04-271-2/+37
|
* More structural changes to get ready for stand-alone event enginesSuren A. Chilingaryan2015-04-241-47/+1
|
* Big redign of model structuresSuren A. Chilingaryan2015-04-201-12/+12
|
* Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changesSuren A. Chilingaryan2014-12-191-3/+4
|
* Provide kmem addresses in sysfsroot2013-02-031-1/+1
|
* Xilinx benchmarkSuren A. Chilingaryan2012-11-141-0/+1
|
* Fixes building in non-standard dirsSuren A. Chilingaryan2012-08-181-3/+11
|
* Use add_library to link against pthreadSuren A. Chilingaryan2012-08-181-2/+1
|
* Check UfoDecode versionSuren A. Chilingaryan2012-07-241-1/+1
|
* mergeSuren A. Chilingaryan2012-02-071-0/+3
|\
| * Link pci with pthreadSuren A. Chilingaryan2012-02-041-0/+3
| |
* | Portable pthreads detectionSuren A. Chilingaryan2012-02-071-2/+5
|/
* Link fastwriter to pcitool, not a librarySuren A. Chilingaryan2011-12-151-2/+2
|
* build scripts: allow to build the library without pcitoolSuren A. Chilingaryan2011-12-141-7/+17
|
* Add install targets to cmakeSuren A. Chilingaryan2011-12-131-1/+19
|
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-121-0/+38