aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-21CI: Add libcurl-devel to build-centos7Thomas White
2023-06-21CI: Add 'which' for build-centos7Thomas White
2023-06-21CI: Add curl for build-centos7Thomas White
2023-06-21CI: Add secure files downloadThomas White
2023-06-15Homebrew: Add Eigen dependencyThomas White
2023-06-14Enable meson wrap system and build dependent libraries.Parthasarathy Tirumalai
2023-06-14INSTALL.md: Advertise Homebrew formulaThomas White
2023-06-09ASAP::O: Set correct ingest mode for producerThomas White
2023-06-06MsgPack: Fix incorrect array index for bad pixel mapThomas White
2023-06-06Meson: Look for msgpack-c and msgpackThomas White
The pkg-config name for MsgPack has unhelpfully changed: https://github.com/msgpack/msgpack-c/blob/c_master/CHANGELOG.md#-breaking-changes-
2023-06-06Remove limit on number of children in the profiling graphThomas White
2023-06-06MsgPack: Complain if geometry file has placeholder dimensions or stacked panelsThomas White
2023-06-06Merge branch 'asapo-producer'Thomas White
2023-06-03ASAP::O: Add verbose logging for hits-only streamThomas White
Caution: extreme console spam
2023-06-03ASAP::O: Increase number of sender threadsThomas White
2023-06-03Support Seedee format f8<Thomas White
2023-06-03ASAP::O: Reduce verbosityThomas White
2023-06-03Fix missing error textThomas White
2023-06-03ASAP::O: Use unique filename for hitsThomas White
2023-06-03ASAP::O: Reduce producer timeoutThomas White
2023-06-03ASAP::O: Fix some uninitialised stuffThomas White
2023-06-02ASAP::O: Make output stream write conditionalThomas White
2023-06-02Seedee: Handle u4< data typeThomas White
2023-06-02ASAP::O: Use input stream name as output (add _hits to data source)Thomas White
This means we don't need a stream name any more, so --asapo-output-stream became a simple flag parameter.
2023-06-02ASAP::O: Use XX_hits for producer data sourceThomas White
2023-06-02Avoid strcmp(..., NULL)Thomas White
2023-06-01Meson: Factorise RPATH and include ASAP::O libraries folderThomas White
2023-06-01indexamajig: Add --asapo-output-stream (hits only)Thomas White
2023-06-01ASAP::O: Use message ID as serial numberThomas White
2023-06-01Meson: Add ASAP::O producer dependencyThomas White
2023-06-01indexamajig: Avoid is_hdf5_file(NULL, ...)Thomas White
2023-05-19CI: Fix deployment locationThomas White
2023-05-19CI: Install in the central locationThomas White
2023-05-19Fix untrue commentThomas White
2023-05-17CI: Install wget for deployment stepThomas White
2023-05-17Split run-me-desy-maxwell-{local,centos7}Thomas White
2023-05-17CI: build-centos7: Install CMakeThomas White
2023-05-17CI: Add missing ruleThomas White
2023-05-17CI: Fix typoThomas White
2023-05-17CI: Switch version of installation scriptThomas White
2023-05-17CI: Add deploy stageThomas White
2023-05-17CI: Add a missing blank lineThomas White
2023-05-17Add support for deployment on Maxwell.Parthasarathy Tirumalai
2023-05-12Add support for MacOS homebrew install test.Parthasarathy Tirumalai
2023-05-11Remove warning 'Cannot use adu_per_eV without image'Thomas White
The warning isn't helpful for users, but commit c2574910 causes it to appear many times on almost every indexamajig run. The best option is just to remove it.
2023-05-10Add CI build job for MacOS.Parthasarathy Tirumalai
2023-05-10Meson: Update Eigen wrapThomas White
Previously, compilation of some of CrystFEL's dependencies would break when using a version of Eigen previously installed by CrystFEL's own build system (i.e. by the Meson wrap for Eigen). This was because of a bug in the pkg-config file. The updated Eigen wrap includes a fix.
2023-05-05Formatting (fussiness)Thomas White
2023-05-05indexamajig: Catch common error '-i input.h5'Thomas White
2023-05-05list_events: Catch common error '-i input.h5'Thomas White