summaryrefslogtreecommitdiffstats
path: root/pcilib
Commit message (Collapse)AuthorAgeFilesLines
* Add few messages to inform about precision problems while converting ↵Suren A. Chilingaryan2015-10-191-0/+6
| | | | polymorphic values
* Support multiple XML files per folderSuren A. Chilingaryan2015-10-192-90/+183
|
* Support computed (property-based) registersSuren A. Chilingaryan2015-10-1910-26/+177
|
* Add optional description in the value name-aliasesSuren A. Chilingaryan2015-10-192-0/+3
|
* Provide register listings in public APISuren A. Chilingaryan2015-10-194-36/+149
|
* Support reading/writting register views by idSuren A. Chilingaryan2015-10-189-21/+169
|
* Support properties in transform formulasSuren A. Chilingaryan2015-10-181-6/+25
|
* Support XML propertiesSuren A. Chilingaryan2015-10-184-9/+27
|
* Support properties of arbitrary typeSuren A. Chilingaryan2015-10-1817-127/+612
|
* Support writting register viewsSuren A. Chilingaryan2015-10-135-10/+34
|
* Support transform viewsSuren A. Chilingaryan2015-10-134-10/+115
|
* Implement enum viewSuren A. Chilingaryan2015-10-097-20/+37
|
* Introduce hashesSuren A. Chilingaryan2015-10-099-108/+249
|
* Base functions for viewsSuren A. Chilingaryan2015-10-0814-37/+721
|
* Finalyze XML support and provide initial support for views (only ↵Suren A. Chilingaryan2015-09-2415-335/+1064
|\ | | | | | | descriptions so far)
| * bof....nicolas.zilio@hotmail.fr2015-09-151-10/+13
| |
| * no more realloc in op enumnicolas.zilio@hotmail.fr2015-09-151-3/+6
| |
| * not perfect but workingnicolas.zilio@hotmail.fr2015-09-152-38/+56
| |
| * sokanicolas.zilio@hotmail.fr2015-09-152-8/+22
| |
| * correction of some fails to load correctnicolas.zilio@hotmail.fr2015-09-151-10/+12
| |
| * merge views and units, some name homogeneisationnicolas.zilio@hotmail.fr2015-09-157-99/+88
| |
| * cleaningnicolas.zilio@hotmail.fr2015-09-155-153/+5
| |
| * addition of other remarks, cleaning in progressnicolas.zilio@hotmail.fr2015-09-153-155/+85
| |
| * first compil ok with addition of generic viewsnicolas.zilio@hotmail.fr2015-09-154-195/+106
| |
| * just crapnicolas.zilio@hotmail.fr2015-09-141-8/+33
| |
| * first try with pcilib_operation_tnicolas.zilio@hotmail.fr2015-09-144-8/+132
| |
| * views with units functionnal (beware, as formulas are completely crap now, ↵nicolas.zilio@hotmail.fr2015-09-143-100/+151
| | | | | | | | we could get segfault, for example if we want to write a negative value in register)
| * views working fine, units in progressnicolas.zilio@hotmail.fr2015-09-148-52/+208
| |
| * more towards viewsnicolas.zilio@hotmail.fr2015-09-115-37/+68
| |
| * reviewd old tasks comments for doxygen and updatezilio nicolas2015-09-114-63/+134
| |
| * more towards viewszilio nicolas2015-09-105-10/+324
| |
| * compilation okzilio nicolas2015-09-104-4/+380
| |
| * towards better views i hopezilio nicolas2015-09-101-0/+2
|/
* Initial integration of XML supportSuren A. Chilingaryan2015-09-1011-47/+835
|\
| * further modificationszilio nicolas2015-09-074-100/+120
| |
| * end of modificationszilio nicolas2015-09-048-240/+203
| |
| * qsort enough implementation, and corrected a little unwanted propagating ↵zilio nicolas2015-09-041-31/+17
| | | | | | | | description
| * added cleanupzilio nicolas2015-09-042-8/+17
| |
| * almost finished regarding suren remarkszilio nicolas2015-09-046-2/+11
| |\ | |/ |/|
* | Fixes out-of-source builds and minor build issuesSuren A. Chilingaryan2015-09-015-0/+6
| |
| * almost finished regarding suren remarkszilio nicolas2015-09-043-907/+361
| |
| * some adressing regarding possible memory leakszilio nicolas2015-08-271-6/+22
| |
| * some cleaningzilio nicolas2015-08-272-71/+4
| |
| * xml files get by model and remove of validation modezilio nicolas2015-08-273-113/+132
| |
| * better public API and no more use of locals within pcilib_openzilio nicolas2015-08-273-186/+77
| |
| * put xml nodes pointers for banks and registers in pcilib_t, compil okzilio nicolas2015-08-277-111/+121
| |
| * pull from serverzilio nicolas2015-08-2614-32/+828
| |\ | |/ |/|
* | Do not fail if PCI configuration is not fully available to unprivileged userSuren A. Chilingaryan2015-08-122-3/+9
| |
* | Fix support of older systems: Remove C11 derective and add rt library to the ↵Suren A. Chilingaryan2015-08-121-1/+1
| | | | | | | | link list
* | Fix compilation of the driverSuren A. Chilingaryan2015-08-062-2/+1
| |