summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add PCILIB_DATA_DIR to pictool.pcSuren A. Chilingaryan2023-05-251-1/+1
|
* Made CMake inline scrip Python 3 compliantTimo Dritschler2019-11-281-1/+1
|
* Fix ABI versionSuren A. Chilingaryan2016-08-251-2/+2
|
* Fix cmake configuration while building without pcitoolSuren A. Chilingaryan2016-08-031-1/+3
|
* Allow mapping of arbitrary memory areasSuren A. Chilingaryan2016-05-141-2/+2
|
* Further fixes for out-of-source compilationSuren A. Chilingaryan2016-04-061-1/+5
|
* Fix building of driver if pcilib is built out-of-sourceSuren A. Chilingaryan2016-04-061-10/+12
|
* Fix build if the source was exported from bazaar as zip archive (i.e. .bzr ↵Suren A. Chilingaryan2016-04-061-3/+3
| | | | directory is missing and build.h is not present)
* Better detection of Python site-dirSuren A. Chilingaryan2016-03-221-2/+7
|
* Use GNUInstallDirsSuren A. Chilingaryan2016-03-161-28/+8
|
* Use GNUInstallDirs to detect install directories (should fix problems on ↵Suren A. Chilingaryan2016-03-161-25/+20
| | | | Debian/Ubuntu)
* Fix dist_clean targetSuren A. Chilingaryan2016-03-081-4/+4
|
* Fix dkms configurationSuren A. Chilingaryan2016-03-061-1/+1
|
* Clean-up python files during the clean and do not delete driver Makefile ↵Suren A. Chilingaryan2016-03-061-2/+9
| | | | while packaging
* Handle build.h in releasesSuren A. Chilingaryan2016-03-051-67/+74
|
* Integrate last part of Python code from Vasiliy ChernovSuren A. Chilingaryan2016-03-041-0/+28
|\
| * Add python servers instalation step. Add systemd config files generation for ↵Vasilii Chernov2016-03-041-0/+24
| | | | | | | | python servers.
* | Include checkincludefiles in cmakeSuren A. Chilingaryan2016-03-041-0/+1
| |
* | RPM generationSuren A. Chilingaryan2016-03-041-14/+64
|/
* Fix CMakeLists.txt script for Python3Suren A. Chilingaryan2016-03-031-2/+2
|
* Further improvements of Python scripting and web-interface API for register ↵Suren A. Chilingaryan2016-03-021-3/+7
|\ | | | | | | manipulations by Vasiliy Chernov
| * Add Python3 supportVasilii Chernov2016-03-021-5/+6
| |
| * 1. Merge with http://ufo.kit.edu/ufo/log/csa/pcitool 359 revisionVasilii Chernov2016-03-021-2/+20
| |\ | | | | | | | | | 2. Move api_server to html server
| * | 1. multithreading:Vasilii Chernov2016-03-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Enable multiprocessing for api_server - Enable mutrithreading for html_server 2. py: - extract pcilib->py bases from pcilib->py functions - add api for interact directly with pcilib->py without pcilib context. 3. pcipywrap - Add scripts handling.
| * | Merge with ufo.kit.edu/csa/pcitool 357 revisionVasilii Chernov2016-02-261-3/+1
| |\ \
| * | | 1. pywrap:Vasilii Chernov2016-02-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix get_registers_list crash with bank != NULL - set correct python version in cmake install step 2. html_server: - merge set and get value boxes into one box - add registers bank view mode - read registers/properties values in bank/branch view mode 3. xml/test - remove cmosis registers - add multithread safe property example
| * | | Move html_server to separate folder. Update html server templates.Vasilii Chernov2016-02-251-14/+12
| | | |
* | | | Resolution of the user-space BAR addressesSuren A. Chilingaryan2016-03-021-1/+1
| |_|/ |/| |
* | | Altenrative way to detect location where python modules should be installedSuren A. Chilingaryan2016-02-281-0/+15
| |/ |/|
* | Merge of further work on Python scripting from Vasiliy ChernovSuren A. Chilingaryan2016-02-261-1/+0
|\ \ | |/
| * Merge with Suren branch. Fix memory leaks.Vasilii Chernov2016-02-241-20/+35
| |\ | |/ |/|
* | Add run script to run python scripts and binary executables in the local ↵Suren A. Chilingaryan2016-02-231-0/+4
| | | | | | | | environment
* | Merge Python scripting support from Vasiliy ChernovSuren A. Chilingaryan2016-02-231-4/+23
|\ \
* | | Fix build systemSuren A. Chilingaryan2016-02-041-2/+2
| | |
* | | Add build informationSuren A. Chilingaryan2016-02-041-0/+9
| | |
| | * Refresh web interfaceVasilii Chernov2016-02-241-0/+1
| | |
| | * Add device html serverVasilii Chernov2016-02-221-0/+2
| |/
| * 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
| |