0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a new/different command line argument parser, and migrated cda-caen-reader to using it. Unfortunately it still doesn't work as expected on Windows. But at least it doesn't produce the compilation warnings that the other code (cmdl) does. More... about 8 years ago
The device modules are now built as shared modules on Windows as well. Fixed a bug in devices/dt5740/RawHistogram.cxx. More... about 8 years ago
Further fixes for building the code with VS2015 out of the box. More... about 8 years ago
Finally managed to understand why Visual Studio 2015 was not willing to build the code so far. It is now fixed... More... over 8 years ago
Making the Windows build work at least with MinGW. More... over 8 years ago
Reverting cda_common.pri to its standard settings. More... over 8 years ago
Starting to migrate code to build DLLs out of the 3 main libraries on Windows. More... over 8 years ago
Changes needed to make the code compile with Visual Studio 2015 More... over 8 years ago
Made sure that the code could still be built with Qt 4.8.X More... over 8 years ago
Enabling keyword expansion for the new source files More... over 8 years ago
Continuing with some small updates for the new CAEN devices. More... over 8 years ago
Some more renaming in order to be able to introduce the CAEN VME classes More... over 8 years ago
As std::auto_ptr doesn't work in this setup anyway, now natively More... over 8 years ago
Silenced a warning in vme::VmeBus on MacOS X. (Which doesn't have the More... over 8 years ago
Renamed HAVE_CAEN_LIBS to HAVE_CAEN_DIGITIZER_LIBS, and started writing the core code interacting with the CAEN QTP/CVT library. More... over 8 years ago
Enabled c++11 compilation using Qt 4.8 (on Ubuntu 15.10) More... over 8 years ago
Made it possible to do out-of-source builds without having to set the CDASYS environment variable. Also fixed a memory issue in CamacEditor. More... over 8 years ago
Now managed to build all the applications. Only in c++11 mode. And with some of them still having issues with using std::unique_ptr and Qt GUI objects. More... over 8 years ago
Made all the basic applications build after the recent changes More... over 8 years ago
Continuing with upgrading the device code More... over 8 years ago
Continuing with upgrading the device code More... over 8 years ago
Continuing with upgrading the device code More... over 8 years ago
Continuing with upgrading the device code More... over 8 years ago
Continuing with upgrading the device code More... over 8 years ago
Continuing with upgrading the device code More... over 8 years ago
Started with a major rewrite, making use of smart pointers. Code non-functional at the moment, but wanted to check in the changes already. More... over 8 years ago
Ensuring that HAVE_ROOT_LIBS works correctly together with HAVE_CERNLIB on Ubuntu 15.10 More... over 8 years ago
Revived the global memory writing on Ubuntu 15.10. Unfortunately HBOOK file writing still doesn't work on 64 bits. More... over 8 years ago
Enabled out-of-source builds on MacOS X with Qt Creator, and fixed a warning in Histogram More... over 8 years ago
Making the base code build on MacOS X 10.11 with Qt 5.6.0-beta More... over 8 years ago