summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Verify gcc versionSuren A. Chilingaryan2012-02-111-1/+21
|/
* 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
|/
* Add script to debug incomplete framesSuren A. Chilingaryan2012-02-031-0/+37
|
* Support infinite timeouts in the get_next_frameSuren A. Chilingaryan2012-02-021-3/+15
|
* 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
|
* small cleanupSuren A. Chilingaryan2011-12-143-12/+16
|
* Quite modeSuren A. Chilingaryan2011-12-141-5/+7
|
* few demo scriptsSuren A. Chilingaryan2011-12-146-14/+86
|
* Synchronize kernel buffers during the read-kernel-memory and while accessing ↵Suren A. Chilingaryan2011-12-146-26/+40
| | | | via sysfs
* Store with additional header containing timestmap, sequential number, etc.Suren A. Chilingaryan2011-12-131-5/+26
|
* Do event counting when rawcallback is used to stream the dataSuren A. Chilingaryan2011-12-134-78/+115
|
* Print more statisticsSuren A. Chilingaryan2011-12-132-50/+170
|
* Do not call the normall callback in the raw-data-only modeSuren A. Chilingaryan2011-12-132-18/+29
|
* Send padding data to rawdata_callbackSuren A. Chilingaryan2011-12-131-0/+18
|
* fixes in pcitoolSuren A. Chilingaryan2011-12-131-3/+4
|
* Initial support of fastwritter librarySuren A. Chilingaryan2011-12-131-42/+59
|
* Add install targets to cmakeSuren A. Chilingaryan2011-12-133-1/+23
|
* Fix errors preventing time-limited grabbingSuren A. Chilingaryan2011-12-122-1/+5
|
* Handle SIGINT signal in pcitoolSuren A. Chilingaryan2011-12-122-0/+17
|
* Stop reader thread on pcilib_stopSuren A. Chilingaryan2011-12-121-1/+1
|
* Verbose grabbing modeSuren A. Chilingaryan2011-12-122-13/+82
|
* Allow to configure the number of preprocessing threadsSuren A. Chilingaryan2011-12-125-4/+57
|
* Handle properly more of trigger-and-grab options in pcitoolSuren A. Chilingaryan2011-12-123-47/+51
|
* In preprocessing mode, announce the events only after reconstruction is doneSuren A. Chilingaryan2011-12-122-3/+19
|
* Minor fixes and improvementsSuren A. Chilingaryan2011-12-127-14/+29
|
* Increase event timeout for large trigger timesSuren A. Chilingaryan2011-12-121-0/+6
|
* Declare volatile differentlySuren A. Chilingaryan2011-12-122-12/+11
|
* Add volatile keyword to prevent problematic optimizationsSuren A. Chilingaryan2011-12-121-8/+10
|
* Fix handling of return values from frame decoder and event callbackSuren A. Chilingaryan2011-12-122-6/+7
|
* Reverts r99 and fixes inheritance of kernel buffers properlySuren A. Chilingaryan2011-12-122-12/+16
|
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-1243-1266/+1699
|
* Send proper event id to get_data functionSuren A. Chilingaryan2011-12-091-2/+2
|
* Image frames decodingSuren A. Chilingaryan2011-12-095-48/+121
|
* Parse required event & data_typeSuren A. Chilingaryan2011-12-095-11/+57
|
* Gathering a bit of statisticsSuren A. Chilingaryan2011-12-093-12/+62
|
* Few fixesSuren A. Chilingaryan2011-12-091-3/+7
|
* Print proper addresses for register range read/writesSuren A. Chilingaryan2011-12-091-6/+8
|
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-099-84/+327
|
* Support multiple frames sharing a single DMA packetSuren A. Chilingaryan2011-12-081-9/+44
|
* new event architecture, first trialSuren A. Chilingaryan2011-12-0820-518/+1215
|
* Fix multiword register reads in a proper waySuren A. Chilingaryan2011-12-062-7/+11
|
* Add another debug register to the ipecamera modelSuren A. Chilingaryan2011-12-051-0/+1
|
* Fix addressing for multiword register space readsSuren A. Chilingaryan2011-12-051-2/+2
|
* Fix double reference counting on the kernel module causing GPFSuren A. Chilingaryan2011-11-281-2/+0
|
* Fix allocation of big memory buffers for DMA readout in pcitoolSuren A. Chilingaryan2011-11-281-2/+3
|
* Update scriptsSuren A. Chilingaryan2011-10-319-76/+129
|
* Commit camera support to the latest stage before rewriteSuren A. Chilingaryan2011-10-312-32/+63
|