- 17 Jul, 2020 2 commits
-
-
Alejandro Homs Puron authored
Fix cmake find_package_handle_standard_args warning See merge request !171
-
Alejandro Homs Puron authored
Fix conversion compiler warning when calling import_array macro. See merge request !174
-
- 16 Jul, 2020 2 commits
-
-
Samuel Debionne authored
-
Samuel Debionne authored
sip_init_numpy.cpp:63:5: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null] import_array(); ^~~~~~~~~~~~
-
- 15 Jul, 2020 1 commit
-
-
Alejandro Homs Puron authored
Merge branch '123-hdf5-on-every-new-file-creation-add-nxroot-attributes-file_name-and-file_time' into 'master' Resolve "[HDF5] On every new file creation add NXroot attributes file_name and file_time" Closes #123 See merge request !172
-
- 10 Jul, 2020 1 commit
-
-
Laurent Claustre authored
Requested by scientists to get original path in case of files are moved.
-
- 09 Jul, 2020 1 commit
-
-
Alejandro Homs Puron authored
-
- 29 Jun, 2020 5 commits
-
-
Alejandro Homs Puron authored
Resolve "h5 saving: frames_per_file not adjusted to the nb of frames" Closes #118 and #119 See merge request !164
-
Alejandro Homs Puron authored
Fix SIP Event::getMsgStr declaration See merge request !163
-
Alejandro Homs Puron authored
Fix CtControl::ImageStatusCallback Closes #115 See merge request !161
-
Samuel Debionne authored
Merge branch 'fix-hdf5-parallel-saving' into '118-h5-saving-frames_per_file-not-adjusted-to-the-nb-of-frames' Fix HDF5 parallel saving - as patch to !164 See merge request !168
-
* Refactor SaveContainerHdf5::_File: * Add debug information when writing HDF5 Dataset chunk fails * Remove unused variables * Use AutoPtr for dynamically-allocated objects * Simplify initialization at _open
-
- 23 Jun, 2020 1 commit
-
-
Laurent Claustre authored
-
- 16 Jun, 2020 1 commit
-
-
Laurent Claustre authored
-
- 15 Jun, 2020 3 commits
-
-
Laurent Claustre authored
-
Alejandro Homs Puron authored
* Add Stream::ContainerStatus to ensure preparation, access checking and closing * Improve saving of "last_image_ready" - writeFrame(-1) * Execute HwSaving[CtrlObj]::writeFrame with CtSaving mutex released * Increment last_image_saved counter in MANUAL mode * Always update Stream parameters in prepare
-
Alejandro Homs Puron authored
-
- 10 Jun, 2020 1 commit
-
-
Alejandro Homs Puron authored
* Allow unregisterImageStatusCallback if acq is not Ready * Do not throw exception: it is called from cb destructor * Status can be AcqFault, which is perfectly legal to unregister * Cosmetics * ThreadUtils: remove obsolete declarations in ReadWriteLock
-
- 25 May, 2020 2 commits
-
-
Laurent Claustre authored
Resolve "release 1.9.4" Closes #110 See merge request !160
-
Laurent Claustre authored
-
- 14 May, 2020 1 commit
-
-
Samuel Debionne authored
Fix bugs and remove (gcc) compiler warnings See merge request !158
-
- 13 May, 2020 1 commit
-
-
Alejandro Homs Puron authored
* Including suggestions from S. Debionne
-
- 12 May, 2020 2 commits
-
-
Samuel Debionne authored
Re-add openssl to conda host/run requirements See merge request !157
-
Samuel Debionne authored
-
- 11 May, 2020 2 commits
-
-
Laurent Claustre authored
Fix issues in BufferCtrlObj::Sync management Closes #97 See merge request !138
-
-
- 23 Apr, 2020 2 commits
-
-
Samuel Debionne authored
CtControl: protect m_img_status_thread_list with ReadWriteLock Closes #106 See merge request !156
-
* Common: Add ReadWriteLock * CtControl: protect m_img_status_thread_list with a ReadWriteLock
-
- 20 Apr, 2020 2 commits
-
-
Laurent Claustre authored
CtSaving: fix thread synchronization issues See merge request !153
-
Laurent Claustre authored
Refactor CtControl See merge request !155
-
- 07 Apr, 2020 8 commits
-
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
* Properly stop CtControl acq on HW start/stopAcq failure: set [AcqFault, not ready, not running] and stop saving (if was running) * Call startAcq with mutex unlocked: symmetry with stopAcq, avoid potential dead locks
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
* newFrameReady * _calcAcqStatus * unregisterImageStatusCallback * readOneImageBuffer * ImageStatus::threadFunction: add AutoMutexUnlock
-
Alejandro Homs Puron authored
-
Alejandro Homs Puron authored
* Use C++14 [[deprecated]] attribute (suggested by S. Debionne)
-
- 06 Apr, 2020 1 commit
-
-
Samuel Debionne authored
Refactor CtSaving ZBuffer See merge request !154
-
- 03 Apr, 2020 1 commit
-
-
Alejandro Homs Puron authored
* Cleaner ZBuffer empty state: add _isValid and _setInvalid * Include headers for memory allocation and copy * Rename _takeBuffer to _takeBuffers * Remove inappropriate call to std::move with _takeBuffers' return
-