Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | no more realloc in op enum | nicolas.zilio@hotmail.fr | 2015-09-15 | 2 | -12/+11 | |
| * | not perfect but working | nicolas.zilio@hotmail.fr | 2015-09-15 | 4 | -55/+71 | |
| * | soka | nicolas.zilio@hotmail.fr | 2015-09-15 | 3 | -9/+26 | |
| * | correction of some fails to load correct | nicolas.zilio@hotmail.fr | 2015-09-15 | 2 | -16/+28 | |
| * | merge views and units, some name homogeneisation | nicolas.zilio@hotmail.fr | 2015-09-15 | 7 | -99/+88 | |
| * | cleaning | nicolas.zilio@hotmail.fr | 2015-09-15 | 5 | -153/+5 | |
| * | addition of other remarks, cleaning in progress | nicolas.zilio@hotmail.fr | 2015-09-15 | 4 | -178/+114 | |
| * | first compil ok with addition of generic views | nicolas.zilio@hotmail.fr | 2015-09-15 | 4 | -195/+106 | |
| * | just crap | nicolas.zilio@hotmail.fr | 2015-09-14 | 2 | -9/+34 | |
| * | first try with pcilib_operation_t | nicolas.zilio@hotmail.fr | 2015-09-14 | 4 | -8/+132 | |
| * | views with units functionnal (beware, as formulas are completely crap now, we... | nicolas.zilio@hotmail.fr | 2015-09-14 | 6 | -108/+221 | |
| * | views working fine, units in progress | nicolas.zilio@hotmail.fr | 2015-09-14 | 10 | -64/+267 | |
| * | more towards views | nicolas.zilio@hotmail.fr | 2015-09-11 | 8 | -41/+77 | |
| * | reviewd old tasks comments for doxygen and update | zilio nicolas | 2015-09-11 | 6 | -120/+162 | |
| * | more towards views | zilio nicolas | 2015-09-10 | 5 | -10/+324 | |
| * | compilation ok | zilio nicolas | 2015-09-10 | 6 | -60/+120 | |
| * | more towards new views, beware, error codes not overhauled now | zilio nicolas | 2015-09-10 | 1 | -19/+58 | |
| * | towards better views i hope | zilio nicolas | 2015-09-10 | 3 | -0/+280 | |
* | | Reorder statements in CMakeLists.txt properly | Suren A. Chilingaryan | 2015-09-17 | 1 | -12/+12 | |
|/ | ||||||
* | Use software registers in XML test | Suren A. Chilingaryan | 2015-09-10 | 1 | -2/+2 | |
* | Sort registers before listing | Suren A. Chilingaryan | 2015-09-10 | 1 | -4/+37 | |
* | Initial integration of XML support | Suren A. Chilingaryan | 2015-09-10 | 21 | -54/+1586 | |
|\ | ||||||
| * | further modifications | zilio nicolas | 2015-09-07 | 7 | -191/+205 | |
| * | end of modifications | zilio nicolas | 2015-09-04 | 9 | -241/+205 | |
| * | qsort enough implementation, and corrected a little unwanted propagating desc... | zilio nicolas | 2015-09-04 | 1 | -31/+17 | |
| * | added cleanup | zilio nicolas | 2015-09-04 | 2 | -8/+17 | |
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 18 | -22/+47 | |
| |\ | |/ |/| | ||||||
* | | Fixes out-of-source builds and minor build issues | Suren A. Chilingaryan | 2015-09-01 | 17 | -20/+42 | |
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 6 | -908/+1527 | |
| * | some adressing regarding possible memory leaks | zilio nicolas | 2015-08-27 | 1 | -6/+22 | |
| * | some cleaning | zilio nicolas | 2015-08-27 | 2 | -71/+4 | |
| * | xml files get by model and remove of validation mode | zilio nicolas | 2015-08-27 | 4 | -119/+132 | |
| * | better public API and no more use of locals within pcilib_open | zilio nicolas | 2015-08-27 | 3 | -186/+77 | |
| * | put xml nodes pointers for banks and registers in pcilib_t, compil ok | zilio nicolas | 2015-08-27 | 8 | -113/+123 | |
| * | pull from server | zilio nicolas | 2015-08-26 | 26 | -154/+1152 | |
| |\ | |/ |/| | ||||||
* | | Keep frame pointers | Suren A. Chilingaryan | 2015-08-21 | 2 | -1/+6 | |
* | | Add support for kernel 4.1 | Suren A. Chilingaryan | 2015-08-18 | 3 | -7/+7 | |
* | | Improve bad events counting | Suren A. Chilingaryan | 2015-08-14 | 1 | -21/+34 | |
* | | Do not fail if PCI configuration is not fully available to unprivileged user | Suren A. Chilingaryan | 2015-08-12 | 2 | -3/+9 | |
* | | Fix support of older systems: Remove C11 derective and add rt library to the ... | Suren A. Chilingaryan | 2015-08-12 | 3 | -4/+6 | |
* | | Disable STREAMING_CHECKS for better performance | Suren A. Chilingaryan | 2015-08-06 | 3 | -12/+8 | |
* | | Fix compilation of the driver | Suren A. Chilingaryan | 2015-08-06 | 2 | -2/+1 | |
* | | In IPEDMA streaming mode put aside a single empty buffer to distinguish betwe... | Suren A. Chilingaryan | 2015-08-06 | 1 | -3/+14 | |
* | | Detect if IPEDMA operates in streaming mode | Suren A. Chilingaryan | 2015-08-06 | 3 | -52/+32 | |
* | | Protect access to the DMA engine with locks | Suren A. Chilingaryan | 2015-08-06 | 3 | -5/+68 | |
* | | Fix handling of inconsistent mutexes | Suren A. Chilingaryan | 2015-08-06 | 1 | -3/+11 | |
* | | In case of problematic locks report the error | Suren A. Chilingaryan | 2015-08-06 | 1 | -5/+5 | |
* | | Provide pcilib_try_lock call | Suren A. Chilingaryan | 2015-08-06 | 2 | -0/+11 | |
* | | Minor fix for software registers | Suren A. Chilingaryan | 2015-08-06 | 1 | -2/+4 | |
* | | Install locking-related headers | Suren A. Chilingaryan | 2015-08-05 | 1 | -1/+1 |