0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Experimenting with making the message window resizeable. It sort of works, but not quite correctly just yet. More... over 6 years ago
Made the msg::TermWindowView class inherit from QObject, as it will have to directly More... over 6 years ago
Fixing some mistakes from the first checkin of the new Curses code More... over 6 years ago
Started writing a Curses based UI for the applications controlling the data taking More... over 6 years ago
Updated FindROOT.cmake to use ROOT >=6.10 correctly More... over 6 years ago
Disabled the "device synchronisation" logic in the CAEN VME readout. With the assumption that all the issues seen so far from this were because of a non-understanding of how the readout of these devices works. More... over 6 years ago
Got rid of some warnings with MSVC 2015. More... over 7 years ago
Made the tclap headers visible in Visual Studio. More... over 7 years ago
Updated the ICaenDigitizerReadout and ICaenVmeReadout interfaces to use StatusCode as well More... over 7 years ago
Minor updates to the translation handling More... over 7 years ago
Added a new field to the statistics object to be able to measure DAQ inefficiencies in the future. Started making use of StatusCode in the configuration reading/writing code. More... over 7 years ago
Fixed the file writing applications to keep updating their output file's name correctly when they run over midnight. Since the previous logic only considered the time within the day for updating the output file's name. More... over 7 years ago
Updating the setup scripts to work with the new setup More... over 7 years ago
Making the i18n loader more robust. Turning the de-synchronisation output into DEBUG messages. More... over 7 years ago
Made PathResolver not use the getenv(...) function anymore. More... almost 8 years ago
Since CMake allows to use the same source file name in different directories, removed the now unnecessary postfixes from the names of a few files in core/. Added a class called StatusCode, which will be used as the return type of most of the functions in the future. The migration will have to be done in steps though. More... almost 8 years ago
Taught the v775 module how to properly turn the data acquisition on/off More... almost 8 years ago
Introduced a setting for the v775's Full Scale Range register More... almost 8 years ago
Created the v775 plugin More... almost 8 years ago
Taught the CAEN VME devices to keep track of how many events they have processed. To be able to reset the acquisition automatically when the devices get out of sync. More... almost 8 years ago
Creating the plugins for V785 and V792 devices as well. They are really just a copy of the V862 code at the moment though. More... almost 8 years ago
Fixing the typos made in core/CMakeLists.txt. Plus silencing a warning in the v862::CernlibDisk class. More... almost 8 years ago
Making it possible to compile (but not yet link) the code against ROOT on Windows. More... about 8 years ago
Started to revive the hungarian translation for the code's messages. More... about 8 years ago
Implemented the HBOOK writing functionality for V862 devices More... about 8 years ago
Making it possible to find ROOT using the CMake code that comes with it More... about 8 years ago
Implemented the v862::CernlibHist class, to be able to monitor the data More... about 8 years ago
Implemented a QtHist class for v862, making some other small updates along the way More... about 8 years ago
Adjusted the configuration to produce a nice project file for Xcode. Also fixed a long standing warning. Hopefully correctly... More... about 8 years ago
Created the cda-caen-vme-daq application, to simplify the testing and More... about 8 years ago